/*
                 _             _ _       
                | |           | (_)      
  ___ ______ ___| |_ _   _  __| |_  ___  
 / _ \______/ __| __| | | |/ _` | |/ _ \ 
|  __/      \__ \ |_| |_| | (_| | | (_) |
 \___|      |___/\__|\__,_|\__,_|_|\___/ 
                                         
                                         
  ____        _           _                       
 / __ \      (_)         | |                      
| |  | |_   _ _ _ __ ___ | |__   __ _ _   _  __ _ 
| |  | | | | | | '_ ` _ \| '_ \ / _` | | | |/ _` |
| |__| | |_| | | | | | | | |_) | (_| | |_| | (_| |
 \___\_\\__,_|_|_| |_| |_|_.__/ \__,_|\__, |\__,_|
                                       __/ |      
                                      |___/       

*/
body {
	background-color: #4b0403;
	margin:0px;
	padding:0px;
}
.p {
	margin:0px;
	padding:0px;
	font-size: inherit;
	font-family: inherit;
	font-weight: inherit;
	text-align: inherit;
	color: inherit;
	line-height: inherit;
	vertical-align: top;
}
p {
	padding-top:0px;
	margin-top:0px;
}
img {
	border:0px;
}
div {
	margin:0px;
	padding:0px;
	font-family:verdana; font-size:12px;
}
.AbsWrap {
	width: 100%;
	position: relative;
}
.rowWrap {
	width: 100%;
}
.clearfloat {
	clear:both;
	height:0px;
}
a:link {
	color: #FC0;
}
a:visited {
	color: #F60;
}
a:hover {
	color: #FF6;
}
a:active {
	color: #FC0;
	text-decoration: none;
}
#main {

	width:901px;
	margin: 0px auto 0px auto;
	border: 0px solid #f0f0f0;

}
#titulo_id_ {
	margin-left:0px;
	margin-top:0px;
	width:323px;
	height:161px;
	margin-bottom:0px;
	float:left;
	display:inline;
	background-image: url(img/titulo_id_.png);
	overflow:hidden;

}
#menu {
	margin-left:0px;
	margin-top:0px;
	width:578px;
	height:161px;
	margin-bottom:0px;
	float:left;
	display:inline;
	background-image: url(img/menu.jpg);
	overflow:hidden;

}
#bienvenida_ilustracion {
	margin-left:0px;
	margin-top:0px;
	width:323px;
	height:640px;
	margin-bottom:0px;
	float:left;
	display:inline;
	background-image: url(img/bienvenida_ilustracion.jpg);
	overflow:hidden;

}
#colwrap1 {
	float:left;
	width:578px;
	margin-top:0px;
	margin-left:0px;
	border: 0px solid #f0f0f0;

}
#inicio_r2_c2 {
	margin-left:0px;
	margin-top:0px;
	width:578px;
	height:71px;
	margin-bottom:0px;
	float:right;
	display:inline;

}
#bienvenida1 {
	margin-left:0px;
	margin-top:0px;
	width:578px;
	height:139px;
	margin-bottom:0px;
	float:left;
	display:inline;

}
#bienvenida2 {
	margin-left:0px;
	margin-top:0px;
	width:158px;
	height:234px;
	margin-bottom:0px;
	float:left;
	display:inline;

}
#tv{
	margin-left:0px;
	margin-top:0px;
	width:295px;
	height:234px;
	margin-bottom:0px;
	float:left;
	display:inline;
	background-image: url(img/inicio_r4_c3.jpg);
	overflow:hidden;

}
#bienvenida3 {
	margin-left:0px;
	margin-top:0px;
	width:125px;
	height:234px;
	margin-bottom:0px;
	float:left;
	display:inline;

}
#bienvenida4 {
	margin-left:0px;
	margin-top:0px;
	width:578px;
	height:196px;
	margin-bottom:0px;
	float:left;
	display:inline;

}
#fondo {
	width:901px;
	height:203px;
	float:left;
	display:inline;
	overflow:hidden;
	color: #FC0;
	text-align: right;
	padding: 20px 0px 0px;
	border-bottom-style: none;
	margin: 0px 15px 0px 0px;
	font: 12px/15px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	background: url(img/fondo.jpg) no-repeat;

}
#icos {
	margin-left:0px;
	margin-top:0px;
	width:901px;
	height:91px;
	margin-bottom:0px;
	float:left;
	display:inline;
	background-image: url(img/icos.jpg);
	overflow:hidden;

}
.contenido {
	width: 300px;
	position: relative;
	color: #FFF;
	float: left;
	padding-top: 150px;
	padding-right: 20px;
	font: 11px Tahoma, Geneva, sans-serif;
	padding-left: 30px;
}
#main_navegacion_der {
	text-align: right;
	float: right;
	clear: right;
}
#main_navegacion_izq{
	text-align: left;
	float: left;
}
/* Menu/Galeria */
ul#thumbs {
	list-style-type: none;
}

ul#thumbs li {
	float: left;
	display: inline;
	border: 3px solid #bb9c67;
	margin-right: 13px;
	margin-bottom: 10px;
}

ul#thumbs li a {
	background: none no-repeat 0;
	text-decoration: none;
	border-top-style: none;
	padding: 0;
	float: left;
	display: inline;
}

ul#thumbs li a:hover {
	background-color: transparent;
}

ul#thumbs a{
	display:block;
	float:left;
	width:60px;
	height:60px;
	line-height:60px;
	overflow:hidden;
	position:relative;
	z-index:1;	
		
}
	
ul#thumbs a img{
	float:left;
	position:absolute;
}

ul#thumbs a:hover{
	overflow:visible;
	z-index:1000;
	border:none;
	top:-25px;
	left:-25px;		
}

ul#thumbs a:hover img{
	border: 3px solid #bb9c67;	
	background:#fff;			
}
/* Menu */
div#footer a 

{

color: #555555;

padding-top: 0pt;

padding-right: 5px;

padding-bottom: 0pt;

padding-left: 5px;

display: block;

}

div#footer a:hover 

{

color: #000000;

background-color: #ffff00;

background-image: none;

background-repeat: repeat;

background-attachment: scroll;

background-position: 0% 0%;

}
#links_container { width: 940px; clear:both; display:block; height:250px; margin:20px auto 0 40px; position:relative;  }
#links_container div.columns ul { display:block; float:left; margin:0 10px 0 0; width:150px; border: #1a1a1a 5px solid; background:#111; height:250px; }
#links_container div.columns ul li.title { color:#FFFF00; font-size:1.2em; letter-spacing:-1px; margin:5px 0 5px 5px; padding:0; text-transform:lowercase; }
#links_container div.columns ul li { display:block; float:left; margin:0 0 2px 2px; list-style-type:disc; font-size:0.75em; padding:2px 0 2px 2px; width:140px; }
#links_container a { color:#555; font-style:italic; border:#222 1px dashed; padding:2px; background:#000; display:block; }
#links_container a:hover { color:#000; font-style:italic; border:#333 1px dashed; background:#ffff00; }
div#footer {
	font-size:0.9em;
}
div#footer span { margin:2px 0; display:block; }
li.footer_title 

{

background-color: #444444;

background-image: none;

background-repeat: repeat;

background-attachment: scroll;

background-position: 0% 0%;

color: #000000;

border-top-width: medium;

border-right-width-value: medium;

border-right-width-ltr-source: physical;

border-right-width-rtl-source: physical;

border-bottom-width: medium;

border-left-width-value: medium;

border-left-width-ltr-source: physical;

border-left-width-rtl-source: physical;

border-top-style: none;

border-right-style-value: none;

border-right-style-ltr-source: physical;

border-right-style-rtl-source: physical;

border-bottom-style: none;

border-left-style-value: none;

border-left-style-ltr-source: physical;

border-left-style-rtl-source: physical;

border-top-color: -moz-use-text-color;

border-right-color-value: -moz-use-text-color;

border-right-color-ltr-source: physical;

border-right-color-rtl-source: physical;

border-bottom-color: -moz-use-text-color;

border-left-color-value: -moz-use-text-color;

border-left-color-ltr-source: physical;

border-left-color-rtl-source: physical;

padding-top: 0pt;

padding-right: 10px;

padding-bottom: 0pt;

padding-left: 10px;

}

ul#followlinks li

{
	float: left;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	border-top-width: 1px;
	border-right-width-value: 1px;
	border-right-width-ltr-source: physical;
	border-right-width-rtl-source: physical;
	border-bottom-width: 1px;
	border-left-width-value: 1px;
	border-left-width-ltr-source: physical;
	border-left-width-rtl-source: physical;
	border-top-style: dotted;
	border-right-style-value: dotted;
	border-right-style-ltr-source: physical;
	border-right-style-rtl-source: physical;
	border-bottom-style: dotted;
	border-left-style-value: dotted;
	border-left-style-ltr-source: physical;
	border-left-style-rtl-source: physical;
	border-top-color: #444444;
	border-right-color-value: #444444;
	border-right-color-ltr-source: physical;
	border-right-color-rtl-source: physical;
	border-bottom-color: #444444;
	border-left-color-value: #444444;
	border-left-color-ltr-source: physical;
	border-left-color-rtl-source: physical;
	list-style: none;

}
