/* CSS Document */

body{
	background-color: #44372B;
	background-image:url('imges/bg.jpg');
	background-repeat:repeat-x;
	background-position:top;
	font-family: Arial, Helvetica, sans-serif;
	color:#F0CCAA;
	font-size:12px;
	margin: 0px;
	padding: 0px;
	SCROLLBAR-FACE-COLOR:#604B35;
	SCROLLBAR-HIGHLIGHT-COLOR: #604B35;
	SCROLLBAR-SHADOW-COLOR: #604B35;
	SCROLLBAR-3DLIGHT-COLOR: #604B35;
	SCROLLBAR-DARKSHADOW-COLOR:#604B35;
	SCROLLBAR-ARROW-COLOR:#B68B69;
	SCROLLBAR-TRACK-COLOR:#B68B69;
	SCROLLBAR-BASE-COLOR:#B68B69;
}
#contenedor{
	width:780px;
	height:500px;
	position:absolute;
	margin-left:-390px;
	margin-top:-250px;
	left: 50%;
	top: 50%;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#izquierda{
	width:226px;
	height:500px;
	float: left;
	margin: 0px;
	padding: 0px;
}
#izq_logo{
	width:226px;
	height:158px;
	background-image:url('imges/logo.gif');
	background-repeat:no-repeat;
	margin: 0px;
	padding: 0px;
}
#idiomas{
	width:38px;
	height:25px;
	position:absolute;
	margin:0px;
	left: 183px;
	top: 5px;
	padding: 0px;
	text-align:right;
}

#izq_menu{
	/width:214px;
	width:214px;
	height:342px;
	background-image:url('imges/bgmenu.jpg');
	background-repeat:no-repeat;
	padding-left:12px;
}
#izq_menu ul{
	padding:0;
	margin:0;
}
#izq_menu li{
	list-style-type:none;
	margin: 0px;
	padding: 0px;
}
#izq_menu a{
	font-family: Arial, Helvetica, sans-serif;
	color:#c26e20;
	font-size:10px;
	background-image:url('imges/off.gif');
	background-repeat:no-repeat;
	background-position: middle center;
	padding-left:27px;
	text-decoration:none;
	width:178px;
	height:20px;
	display:block;
	padding-top: 4px;
}
#izq_menu a:hover{
	color:#855b34;
	background-image:url('imges/on.gif');
}
#derecha{
	width:554px;
	height:500px;
	background-color:#fff;
	float:left;
	background-image:url('imges/bgcontenido.gif');
	background-repeat:no-repeat;
}
#titulo{
	height:30px;
	background-image:url('imges/bgtit.jpg');
	background-repeat:no-repeat;
	background-position:bottom;
	color:#C26E20;
	font-size:14px;
	font-weight:bold;
	text-align:right;
	padding-right:35px;
	padding-top:13px;
}
#der_txt{
	height:404px;
	padding-left:20px;
	margin-top:10px;
	margin-right:15px;
	padding-right:6px;
	text-align:justify;
	overflow:auto;
}
#der_sub{
	width:170px;
	text-align:justify;
	overflow: hidden;
	float: left;
	padding-top:20px;
}
#der_sub ul{
	padding:0;
	margin:0;
}
#der_sub li{
	list-style-type:none;
	margin: 0px;
	padding: 0px;
	text-align:right;
}
#der_sub a{
	font-family: Arial, Helvetica, sans-serif;
	color:#c26e20;
	font-size:11px;
	background-image:url('imges/areas.gif');
	background-repeat:no-repeat;
	background-position: bottom right;
	text-decoration:none;
	width:170px;
	height:20px;
	display:block;
	padding-top: 4px;
}
#der_sub a:hover{
	color:#855b34;
	background-image:url('imges/areas.gif');
}

#der_areas{
	width:332px;
	height:364px;
	padding-top:40px;
	overflow:auto;
	padding-left:8px;
	float:left;
	background-image:url('imges/bgcontido.jpg');
	background-repeat:no-repeat;
	background-position:left center;
	text-align:left;
}
#der_areas ul{
	padding:0;
	margin:0;
}
#der_areas li{
	list-style-type:url('imges/simb.gif');
	margin: 0px;
	padding: 0px;
	text-align:right;
}
#presentacion{
	height:367px;
	background-image:url('imges/bgcontido.jpg');
	background-repeat:no-repeat;
	background-position:left bottom;
	width:250px;
	margin-top:20px;
	margin-left:100px;
	padding-left:15px;
}

#pie{
	height:33px;
	background-image:url('imges/pie.gif');
	background-repeat:no-repeat;
	background-position:top right;
	color:#C26E20;
	font-size:10px;
	text-align:center;
	/letter-spacing: -0.5px;
	padding-top:10px;

}
.enlace {
	color: #C26E20;
	text-decoration:none;
}
.enlace:hover{
	color: #C26E20;
	font-weight: bold;
}

input { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	weight: 9px; 
	color: #4A3623;
	background-color: #B68B69; 
	border: #B68B69; 
	border-style: solid; 
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px;
}

.inputbtn { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	font-weight: bold; 
	color: #C26E20;
	border-width: 0px; 
	background-color:#3B2A1A; 
	border:#3B2A1A; 
	border-style: solid; 
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px;
}

select { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px; 
	weight: 9px; 
	color: #4A3623; 
	background-color: #B68B69; 
	border: #B68B69; 
	border-style: solid; 
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px
}

textarea { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px; 
	weight: 9px;  
	color: #4A3623; 
	background-color: #B68B69; 
	border: #B68B69; 
	border-style: solid;
	border-top-width: 1px; 
	border-right-width: 1px;
	border-bottom-width: 1px; 
	border-left-width: 1px
}

a.uno:link, a.uno:visited, a.uno:active, a.not_TITULAR:link, a.not_TITULAR:visited, a.not_TITULAR:active {
	font-weight: bold;
	color: #C26E20;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a.not_TITULAR:hover{
	text-decoration:underline;
	color: #C26E20;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.not_ENTRADILLA {
	color: #B68B69;
	FONT-SIZE:9pt;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	}
.not_FECHA, .not_REVISTA {
	font-weight:bold;
	color: #C26E20;
	FONT-SIZE:7pt;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
#disenador{
	position:absolute;
	top:10px;
	right:10px;
	width:400px;
	height:20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#C26E20;

}
#contador{
	position:absolute;
	top:10px;
	left:10px;
	width:400px;
	height:20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#C26E20;
}

#flash{
	width:780px;
	height:530px;
	position:absolute;
	margin-left:-390px;
	margin-top:-265px;
	left: 50%;
	top: 50%;
}
#clip{
	width:780px;
	height:500px;
	position:absolute;
	left:0;
	top:0;
	margin:0;
	padding:0;
}
#acceda{
	width:180px;
	height:25px;
	position:absolute;
	left:300px;
	top:500px;
	margin:0;
	padding-top:5px;
	text-align:center;
}
.equipo{font-size:14px;}
.borde{border:3px solid #604B35; padding:3px;}