/* CSS Document */
body{
	color:#CC9900;
	background-image:url(imagenes/fondo-body.jpg);
	background-repeat: repeat;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin:0px;
	padding-top:4px;
	text-align:center;
}
#tabla{
	margin-left:auto;
	margin-right:auto;
	width:900px;
	border: solid 1px #CC9900;
	background-color: #330000;
	}
#encabezado{
	border-bottom:#F5F5F5 solid 1px;
	width:897px;
}
.botonera{
	padding-bottom:2px; 
	background-image: url(imagenes/fondo-botonera.jpg);
	text-align:center;
}
.botonera img{
	padding: 0px 1px;
}
#contenido{
	float:left;
	width:618px;
	background-image:url(imagenes/fondo-index.jpg);
	text-align:center;
	border-right:#CC6600 1px solid;
}
#columna{
	float:right;
	background-color:#660000;
}
.fuente_marquee{
	font: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	color: #CC6600;
	text-align:left;
	}
.txt_1{
	font-size:12px;
	color: #FFFFFF;
	padding:10px 6px 18px 6px;
	line-height:1.4;
	border-bottom:#FFCC00 1px dotted;
}
.txt_1 p{
	margin:14px 9px;
}
h2{
	font-size:15px;
	color: #FFCC00;
	padding: 4px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	background:#660000 url(imagenes/fondo-barra.jpg) right no-repeat;
	margin:0px;
	margin-bottom:4px;
}
h2 span{
	font-size:12px;
	color:#FFFFFF;
}
/*
.txt_2{
	font-size:15px;
	color: #FFCC00;
	padding: 2px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	background:#660000 url(imagenes/fondo_barra.jpg) right no-repeat;
}
.txt_2 span{
	font-size:12px;
	color:#FFFFFF;
}*/
.txt_3{
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	color:#EBEBEB;
	padding:2px;
	font-size:12px;
}
.txt_4{
	padding:0px 10px 5px 10px;
	//padding:0px 5px 0px 5px;
	color:#E8E8E8;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight: bold;
	line-height:1.5;
}
.txt_chico{
	font-size:10px;
	line-height:1.4;
	text-align:left;
	color:#FFFFFF;
	padding:0px 6px;
	
}

#fotos-botonera{
	text-align:left;
	width:200px;
	color:#FFFFFF;
}
#fotos-botonera ul li{
	margin-left: -20px;
	margin-bottom: 5px;
}
#fotos-botonera a{
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color: #CC6600;
	font-weight:bold;
	text-decoration:none;
}
#fotos-botonera a:hover{
	text-decoration:underline;
	color:#FF9900;
}

.foto_inicio img{
	border:#660000 solid 1px;
}
a.linkopacity img {
filter:alpha(opacity=100);
-moz-opacity: 1.0;
opacity: 1.0;
border:0;}
a.linkopacity:hover img {
filter:alpha(opacity=50);
-moz-opacity: 0.5;
opacity: 0.5;
border:0;
}
a:link {
	color: #CC9900;
}
a:visited {
	color: #CC9900;
}
a:hover {
	color: #FFCC00;
}
a:active {
	color: #CC9900;
}
.link{
	border-bottom:#996600 1px dashed;
	padding:4px 2px 4px 2px;
}
#pie{
	clear:both;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:center;
	padding:10px 5px 5px;
	background-image: url(imagenes/fondo-pie.jpg);
	border-top: 1px dashed #996600;
}


