/* CSS Document */
/* Reset css */

div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}

fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,th,var {
	font-style:normal;
	 
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}

q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

a { color:#113765; text-decoration:none; }
a:hover { color:#113765; text-decoration:underline; }
/* Inicio código */
body{ 
	color: #113765;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	background-color:white;
	background-repeat: repeat-y;
	background-position: center top;
	margin-top:0px;
}


#contenedor{ 
	width:970px; 
	margin: auto;
	position:relative;
	text-align:left;
	background-image:url(../imagenes/bgmenu.gif);
	background-position:left;
	background-repeat: repeat-y;

}
#contenido{ 
	margin: 15px;
	
}
#listado{
	padding-bottom:10px; border-bottom: 1px solid #666; margin-bottom:10px;
}
#pie{ 
	color:#6B6E97;
	text-align:left;
	margin-top:15px;
	margin-left: 15px;
	margin-bottom:20px;
	border-top: 1px solid #E8E9F4;
	padding-top:10px;
	
}
.td_left{
	background-image:url(../imagenes/bgbottom.gif);
	background-position: bottom;
	background-repeat: no-repeat;
}
.td_right{
	padding-top:6px;
	text-align:center;
}

.foto_cabecera{ 
	border-bottom: 10px solid #113765;
}
.bandera{ 
	margin-left:4px;
	margin-bottom:12px;
}
.tdcontenidos{ 
	padding-top:10px;
}

#piefoto{ 
	color:white;
	margin:4px 5px;
	font-size:12px;
}
#oferta_azul{ 
	background-color: #113765;
	color:white;
	padding:2px;
	margin:auto;
	width:216px;
	margin-top:10px;
	text-align:left;
	
}
#oferta_white{ 
	background-color: white;
	color:#113765;
	padding:2px;
	margin:auto;
	width:216px;
	margin-top:10px;
	text-align:left;
	border:1px solid  #E8E9F4;
	
}
.table_foto{ 
	margin-bottom:10px;
}
.foto_th{ 
	border: 3px solid #113765;
}
.foto {
	background:#fff;
	position:relative;
	overflow:hidden;
	margin:0 auto 0px;
	
}
.foto p {
	position:absolute;
	bottom:0;
	left:0;
	background:#334457;
	color:#fff;
	margin-right:-30px;
	width:100%;
	padding:4px 0 4px 8px;
	font-size:11px!important;
	line-height:14px;
	filter:alpha(opacity=80);
	-moz-opacity:.8;
	opacity:.8;
}
.foto a:hover img{filter:alpha(opacity=90);-moz-opacity:.9;opacity:.9;}
.izquierda {float:left!important;margin:0px 0px 0px 0;}

#menuli ul li a { color:#113765; text-decoration:none; }

#menuli ul li a{ display:block; height:23px; padding:9px 0px 0px 13px; background-image:url(../imagenes/degradado.jpg); background-repeat:repeat-x; }

#menuli ul li a:hover { background-image:url(../imagenes/degradado.jpg); background-repeat:repeat-x;border-left:8px solid #113765;}

#menuli ul li a.activo { background-image:url(../imagenes/degradado.jpg); background-repeat:repeat-x;border-left:8px solid #113765;}
