/* ************* selectores GENERALES ******************************** */
body {
	margin: 0 auto 0 0;
	padding: 0;
	scrollbar-base-color: #90B1E7;
	overflow: auto;
}
/* ***************************************************************** 
 lo siguiente es un hack que no lee el IE y si el Netscape/Mozilla */
html>body{
	overflow: visible; 
}
/* ***************************************************************** */
body, table, p, a{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: Black;
	background-color: transparent;
}
input,select, textarea {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: black;
	background-color: #AFC7ED;
	border: 1px solid #339;
}

/* ************* solo CUERPO ******************************** */
.fondobody{
	background: #FFF url(images/fondocuerpo.gif) no-repeat fixed center;
}
#fondocuerpo {
	position: absolute;
	top: 0px;
	bottom: 0px;
	height: 100%;
}

/* ************* solo CABECERA ******************************** */
.fondocabecera {
	/*background: url(images/cab_fnd.jpg);*/
	background-color: White;
}
#menuprin{
	position:absolute;
	left:210px;
	top:82px;
	width:729px;
	height:18px;
	z-index:1;
}
#menuprin a {
	border-bottom: 4px solid #CCC;
	margin-right: 24px;
	padding: 0px 3px 0px 3px;
	background-color: transparent;
	color: Black;
	text-decoration: none;
	font-size: 12px;
	/*border-right: 1px solid Black;*/
	font-weight: bold;
	
	}
/*#menuprin a.opcfinal{
	border-right: 0px solid Black;
}*/
#menuprin a:hover{
	background-color: #FFFF66;
	border-bottom: 4px solid #9CF;
}
#menuprin a:active{
	background-color: #9CF;
	border-bottom: 4px solid #E7E7E7;
}
/* ************* solo LATERAL ******************************** */
#fondolateral {
	position: absolute;
	top: 0px;
	bottom: 0px;
	height: 100%;
	z-index: 1;
	background: url(images/lat_fnd.gif);
}
.detlat{
	position: absolute;
	top: 109px;
	z-index: 2;
}
.menulat{
	position: absolute;
	/*width: 100px;
	left: 6px;*/
	top: 160px;
	z-index: 3;
	/*border: 1px solid #8B583B;*/
}
.menulat a {
	display: block;
	width: 190px;
	height: 18px;
	text-decoration: none;
	color: White;
	/*background-color: #CBA58A;
	text-align: right;*/
	padding-top: 3px;
	padding-left: 6px;
	/*border-bottom: 1px solid #FFF8ED;
	border-top: 1px solid #8B583B;*/
	background: url(images/lat_opc_out.jpg) no-repeat;
	margin-bottom: 7px;
	font-size: 12px;
	font-weight: bold;
}
.menulat a:hover {
	background: url(images/lat_opc_over.jpg) no-repeat;
}
.menulat a:active {
	background: url(images/lat_opc_in.jpg) no-repeat;
}

/* ************* CLASES generales ******************************** */
/* TIPOGRAFIAS */
.letramin{
	font-size: 9px;
}
/* ENLACES */
a.link-a {
	text-decoration: none;
	color: #333399;
	background-color: transparent;
}
a.link-a:hover {
	background-color: #DDD;
}
/* LISTADOS */
/* TABLAS */
/* IMAGENES */
.ficha a{
	display: block;
	width: 150px;
	border: 1px solid #339;
	margin-bottom: 10px;
}
.ficha a:hover{
	border: 1px solid red;
}
/* CAPAS */
.lineainf{
	border-bottom: 3px solid #339;
}
.titopc{
	/*display: block;
	position: absolute;
	width: 350px;*/
	padding-left: 3px;
	border-bottom: 1px solid #339;
	background: url(images/embarc_tits_fnd.jpg) repeat-y;
	font-style: italic;
	font-weight: bold;
}
/* GENERICO */
.subrayafina{
	background-image: url(images/raya_groga.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.tipogrande, .tipogrande p{
	font-size: 13px;
	color: #339;
}
