/* CSS Document */
body{
	font-family: Arial;
	font-size: 11px;
	font-color: #999998;
	margin-left: 0;
	margin-bottom: 0;
	margin-rigth: 0;
	margin-top: 0;

	background-image:url(img/fondo.jpg);
	/*scrollbar-3dlight-color : #afabaa;
	scrollbar-arrow-color : #afabaa;
	scrollbar-base-color : #afabaa;
	scrollbar-darkshadow-color : #372f2c;
	scrollbar-face-color : #372f2c;
	scrollbar-highlight-color : #afabaa;
	scrollbar-shadow-color : #797472;
	scrollbar-track-color : #afabaa;*/
}
table{
	font-family: Arial;
	font-color: #999998;
	font-size: 11px;
	color:#999998;
	/*background:#FFFFFF;*/
}
a {
	color:#636361;
	text-decoration:none;
}
a:hover{
	color:#f8ab06;
}

.fSup{
	background-image:url(img/fsup.jpg);
	background-repeat:no-repeat;
	height:100px;
}
.fInf{
	background-image:url(img/fInf.jpg);
	background-repeat:no-repeat;
	height:158px;
	vertical-align:top;
}


.flIzSup{
	background-image:url(img/lIzSup.jpg);
	background-repeat:no-repeat;
	background-position:top;
	height:299px;
	width:89px;
}
.flIzIf{
	background-image:url(img/lIzInf.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	height:359px;
	width:89px;
}
.flIzCen{
	background-image:url(img/repiteIz.jpg);
	background-repeat:repeat-y;
	background-position:top;

}
.flDeSup{
	background-image:url(img/lDeSup.jpg);
	background-repeat:no-repeat;
	background-position:top;
	height:312px;
	width:97px;
}
.flDeIf{
	background-image:url(img/lDeInf.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	height:359px;
	width:89px;
}
.flDeCen{
	background-image:url(img/repiteDe.jpg);
	background-repeat:repeat-y;
}
.fcentro{
	background-image:url(img/repite.jpg);
	background-repeat:repeat-y;
}
.tdBanner{
	background-image:url(img/banner.jpg);
	background-repeat:no-repeat;
	background-position:left;
	height:86px;
	width:730px;
}
.tdGris{
	background-color:#c1c3c3;
	height:8px;
}
.tdcajaMeSup{
	background-image:url(img/cajamenusup.jpg);
	background-repeat:no-repeat;
	width:130px;
	height:12px;
}
.tdcajaMeIf{
	background-image:url(img/cajamenuinf.jpg);
	background-repeat:no-repeat;
	width:130px;
	height:12px;
}
.tdcajaMeCen{
	background-image:url(img/cajarepite.jpg);
	background-repeat:repeat-y;
	text-align:center;
}
.tdcajaTeSup{
	background-image:url(img/cajatextosup.jpg);
	background-repeat:no-repeat;
	width:600px;
	height:12px;
}
.tdcajaTeIf{
	background-image:url(img/cajatextoinf.jpg);
	background-repeat:no-repeat;
	width:600px;
	height:12px;
}
.tdcajaTeCen{
	background-image:url(img/cajatextocen.jpg);
	background-repeat:repeat-y;
	text-align:center;
}
.tdPuntosHori{
	background-image:url(img/punto.jpg);
	background-repeat:repeat-x;
	background-position:center;
	height:15px;
}
.tdPuntosVer{
	background-image:url(img/punto.jpg);
	background-repeat:repeat-y;
	background-position:center;
	width:15px;
}
.tdtexto{
	color:999998;
	text-align:justify;
	padding-left:5px;
	padding-right:5px;
	padding-top:10px;
	padding-bottom:10px;	
}
.tdImg{
	background-color:#c1c1c1;
	padding-left:5px;
	padding-right:5px;
	padding-top:5px;
	padding-bottom:5px;
	height:110px;
}
.tdImgDiv{
	background-color:#999998;
	padding-left:5px;
	padding-right:5px;
	padding-top:5px;
	padding-bottom:5px;
}
.enlacesTitulo{
	font-size:12px;
	padding-left:10px;
	padding-top:10px;
	padding-bottom:10px;
	padding-right:10px;
	height:35px;
}
.enlacesTitulo a{
	color:#f8ab06;
	text-decoration:none;
}
.enlacesTitulo a:hover{
	color:#999999;
	text-decoration:none;
}
.Titulo{
	padding-left:5px;
	padding-top:10px;
	padding-bottom:10px;
	padding-right:5px;
	font-size:18px;
	color:#f8ab06;
}