@charset "utf-8";
/* CSS Document */

body{
	background-image: url(images/fondo_total.jpg);
	background-repeat: repeat-y;
	background-color:#FDD803;
	background-position:center;
	font-family:Arial;
	font-size:12px;
}
.footer{           font-family:Arial;	font-size:11px; }
a.footer:link{     font-family:Arial;	font-size:11px; text-decoration:none}
a.footer:visited{  font-family:Arial;   font-size:11px; text-decoration:none}
a.footer:active{   font-family:Arial;   font-size:11px; text-decoration:none}
a.footer:hover{    font-family:Arial;	font-size:11px; text-decoration:none}
.barra_menu{
	background-image: url(images/estructura_pag_03.png);
	background-repeat: repeat-x;
}
.menu{font-family:Arial;	font-size:11px; color:#FFFFFF;}
a.menu:link{     font-family:Arial;	font-size:11px; color:#FFFFFF; text-decoration:none}
a.menu:visited{  font-family:Arial; font-size:11px; color:#FFFFFF;text-decoration:none}
a.menu:active{   font-family:Arial; font-size:11px; color:#FFFFFF;text-decoration:none}
a.menu:hover{    font-family:Arial;	font-size:11px; color:#FFFFFF;text-decoration:none}

.div_izq{
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
	width: 150px;
}
.div_der{
	width: 150px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
}
.div_izq2{
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
}
.div_der2{
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
}
.barra_lateral_der{
	background-image: url(images/estructura_pag_11.png);
	background-repeat: repeat-y;
	background-position: left;
	width: 24px;
}
.barra_lateral_izq{
	background-image: url(images/estructura_pag_07.png);
	background-repeat: repeat-y;
	background-position: right;
	width: 38px;
}
.texto_publicidad{
	font-family: Arial;
	font-size: 11px;
	color: #999999;
}
.box_ingreso{
	height: 16px;
	width: 75px;
	border: 1px solid #000000;
	font-size: 10px;
	color: #000000;	
}
.texto_box{
	font-family: arial;
	font-size: 10px;
	color: #FEDA00;
}
.border{
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #00000;
}
.text_blanco{
	color:#000000;
	font-size:12px;
	font-weight:bold;
}
.border1{
	border: 2px solid #990000;
}
.datos_txt{
	font-family: Arial;
	font-size: 24px;
	color: #006600;
	font-weight: bold;
}
.table_resul_izq{
	background-image: url(images/resultados_table_05.png);
	background-repeat: repeat-y;
	background-position: right;
}
.table_resul_der{
	background-image: url(images/resultados_table_07.png);
	background-repeat: repeat-y;
	background-position: left;
}