/* CSS Document */
* { 
	padding: 0; 
	margin: 0; 
	border: 0; 
} 
body {
	background-color: #1a61cb;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin: 0px;
	padding: 0px;
	color:#333333;
}
a:link, a:visited {
	color: #1A61CB;
	text-decoration: none;
	}
a:hover, a:active {
 	color: #B80218;
	text-decoration: underline;
	}
.clear { clear: both; 
	}
a img {
	border: 0px none;
	display: block;			
	}
.hide { display: none; }
h1 {
	font-size: 110%;
	padding: 20px 10px 10px 12px;
	color: #B80218;
	}
h2 {
		font-size: 90%;
		padding: 4px 0px 4px 12px;
		color: #1A61CB;
	}
h4 {
font-size: 90%;
color: #000/*#1a61cb*/;
padding: 0px 0 0 12px;
margin: 1px 0px;
}
/* ========== CONTENEDOR PAGINA WEB ============= */	
#contenedor {
	margin: 0px auto; 
	text-align: left;
	width: 840px;
	padding: 0px;
	background-color: #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	background-image:url(../imgs/bg_page_a.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
	}
	
/* ========== PIE ============= */
#footer {
	margin: 0px auto;
	width: 840px;	
	padding: 10px 0px 0px 0px;
	background-color: #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	background-image:url(../imgs/bg_page_b.gif);
	background-position:0 0;
	background-repeat:no-repeat;
}
#footer p{	text-align:center;
font-size:0.8em;
padding-left: 120px;}

/* ========== CABECERA ============= */
#cabecera {
	height:110px;
	background-color:#fff;
	background-image:url(../cabimgs/sf_cab.jpg);
	background-position:right top;
	background-repeat:no-repeat;
	margin:0;
	padding:0;
	}
#cabecera .logo {
	padding: 20px 10px 20px 20px;
}
/* ========== menu ============= */
#menu {
	margin: 0px; 	
	width: 840px;	
	height: 30px;
	padding: 0px;
	background-color:#1a61cb;}

#nav {	
position: relative; 
}
#nav ul {
	text-align: left;  
	width: 100%; 
	position: absolute;
	right: 0;
}
#nav li { 
display: inline; 
float: right; 
}
#nav #nav-inicio {
	position: absolute;
	left: 0; 
}
#nav a {
	display: block;
	float: left;
	padding: 6px 18px;
	color: #ffffff;
	text-decoration: none;
	font-size: 1em;
}
#nav a:hover { 
color: #000;
background-image: url(../imgs/bg_li_on.gif);
background-position:center;
background-repeat:no-repeat;
background-color:#FFFFFF;
}
/* ========== CUERPO ============= */
/*  COL. lateral   */	
#lateralcol {
	width: 240px;
	float: left;
	padding: 0px;
	margin:0;
	padding: 0px 0px 0px 0px;
	text-align:left;
	font-size: 0.84em;
	min-height: 500px;
}
#lateralcol h4 {
	font-size: 100%;
	color:#1a61cb;
	padding-left: 20px;
	font-style: italic;
	padding-bottom:8px;
	padding-top:20px;
	letter-spacing:2px;
}
.verticalmenu {
	list-style:inside;
	padding: 0px;
	margin: 0px 0px 0 0px;
	font-weight: normal;
	line-height: 1.5em;
}
a.verticalmenu:link, a.verticalmenu:visited, 
a.verticalmenu:hover, a.verticalmenu:active {
		display: block;
		text-decoration: none;
		padding: 5px;
		width: 143px;
		height: 16px;
		/* box model hack */
		voice-family: "\"}\"";
		voice-family:inherit;
		width: 143px;
		height: 16px;
	}
.verticalmenu a:link {color: #144A9C;
}
.verticalmenu li {
border-bottom: 1px dotted #ddd;
margin-bottom: 2px;
padding-bottom: 2px;
padding-left: 4px;
}
.verticalmenu li a.current{
color:#b80218;
}
.verticalmenu .li_off{
		list-style-image:url(../imgs/li_off.gif);
		}
.verticalmenu .li_on{
		list-style-image:url(../imgs/li_on.gif);
		}
.verticalmenu li em {
color:#000000;}
html>body .verticalmenu a:link, 
html>body .verticalmenu a:visited, 
html>body .verticalmenu a:hover,
html>body a.verticalmenu:active {
			width: 143px;
			height: 16px;
		}
.verticalmenu a:hover {
		color: #b80218;
	}
/*   COLUMNA CENTRAL  */
#centercol {		
	width: 600px; 
	float: left;
	padding: 0px;		
}
#fotos{
	margin:0px;
	width: 130px;
	float: left;
	padding:0;
}
#eltexto{
width: 470px;
	float: left;
}
p{
margin: 10px 10px;
padding: 4px;
font-size:90%;
text-align:justify
}
#lateralcol p{
text-align:left;
}
.p_equipolat {
font-family:Arial, Helvetica, sans-serif;
font-size:1em;
line-height:1.5em;
padding: 0px;
margin:30px 0 0 18px;
}
.solotexto {
text-align:justify;
padding:0 40px 40px 0;
}
.capital{
text-transform: uppercase;
}
		.tiradefotos{
		float:left;
		padding: 0;
		width:100%;
		}
		.tiradefotos ul {
		list-style:none;
		margin: 0px auto;
		padding:0;
		}
		
		.tiradefotos li {
		float:left;
		padding: 4px;
		margin:5px 6px;
		display:inline;
		border: 1px solid #ddd; 
		background-color:#fff; 	
		}
		div >.tiradefotos li a{
		min-width: 120px;
		max-height: 120px;
		}
/* fotos */
.tiradefotos .pegado li{
		margin:2px 14px;
	}
/* pilotos */
.fotospilotos ul{
padding:0;
	}
		.fotospilotos{
		float:left;
		padding: 0;
		/*width:560px;
		max-width:580px;
		margin: 0px 0 0 20px;*/
		width:580px;
		max-width:590px;
		margin: 0px 0 0 10px;
		}
		.fotospilotos ul {
		list-style:none;
		margin: 0px;
		padding:0;
		}
		.fotospilotos li {
		float:left;
		margin:2px 2px;
		display:inline;
		background-color:#fff; 
		min-width: 130px;
		height: 200px;
		max-height: 220px;
		}
		.fotospilotos img{
		border: 1px solid #ddd; 
		padding: 5px;
		vertical-align:middle;
		}
		div >.fotospilotos li a{
		min-width: 150px;
		max-height: 220px;
		}
.imgpilotos{		
text-align:left; 
margin:1px 20px 4px 16px;
}		
.imgpilotos img{
		border: 1px solid #ddd; 
		padding: 5px;
		vertical-align:middle;
		}
/* prensa */
#enlaces li a {
font-size:90%;}
#enlaces{
margin: 4px 0;
padding: 10px 0px 0 40px;
}
#enlaces li{
		list-style:inside;
		padding: 0px;
		margin: 0px 0px 0 0px;
		font-weight:normal;
		line-height: 1.6em;
		list-style-image:url(../imgs/li_off.gif);
		}
#enlaces a:link, #enlaces a:visited {
	color: #333;
	text-decoration: none;
	}
#enlaces a:hover, #enlaces a:active {
 	color: #B80218;
	text-decoration: underline;
	}
.fondo1 {
background-image: url(../imgs/bg_lat_xp.jpg);
background-position: 0px 50px;
background-repeat:no-repeat;
height: 400px;
min-height:400px;
}
.fondo2 {
background-image: url(../imgs/bg_lat_xp2.jpg);
background-position: 20px 80px;
background-repeat:no-repeat;
height: 400px;
min-height:400px;
}
.fondo3 {
background-image: url(../imgs/bg_lat_xp3.jpg);
background-position: 0px 50px;
background-repeat:no-repeat;
height: 437px;
min-height:307px !important;
}
.fondo4{
background-image: url(../imgs/bg_lat_xp4.jpg);
background-position: 30px 60px;
background-repeat:no-repeat;
height: 400px;
min-height:400px;
}
/* contacto */
#contacto form{
	padding: 0 10px;} 
#contacto .boton {
	margin-top: 10px;
	height: 24px;} 
#contacto select, #contacto textarea, #contacto input {
border: 1px solid #7f9db9;
}
#contacto #copia{border: 0px solid #7f9db9;}
#contacto form input{
margin:0;
padding: 2px;
font-family:Verdana, Arial, Helvetica, sans-serif;
height: 18px;
}
.contactoform{font-size:90%;}
.estilor2{
vertical-align:middle;
}
#contacto dt {
padding: 6px 0 0px 0;
color:#1a61cb;
}
.peque{
font-size:80%;
color:#333;
}
#contacto textarea{
font-size:90%;
font-family:Verdana, Arial, Helvetica, sans-serif;
padding:2px;
}
.boton {
	border-top: 1px outset #d2d3e2;
	border-left: 1px outset #d2d3e2;
	border-right: 1px solid #8385AF;
	border-bottom: 1px solid #8385AF;
	padding: 1px 2px;
	margin-top: 5px;
	font-weight: bold;
	color:#114086;
	background: #ffffff url(../imgs/input_btn.gif) repeat-x left top;
	height: 22px;
	line-height: 1em;
} 
/* mercado */
#buscar_mercado{
		width: 160px;
		margin-top:10px;
		margin-bottom: 200px;
		margin-left:10px;
		float: left;
		padding: 10px 8px 28px 10px;
}
#pasopag{
width:160px;
height: 50px;
min-height: 50px;
padding:0;
margin-bottom:10px;
display:inline;
}
#pasopag a {
font-size:90%;
font-family:Arial, Helvetica, sans-serif;
}
.anterior{
float:left;
width:78px;
height: 30px;
display:block;
padding:4px 0px;
}
.siguiente{
float:left;
width:78px;
height: 30px;
display:block;
padding:4px 0px;
}
#ordena h3{
margin:10px 0 4px 0;
padding:0px;
font-size:90%;
}
#ordena, #busca{
float:left;
width: 160px;
padding:0;
margin:0 0 20px 0;
}
.separaxpuntos{
border-top: 1px dotted #ddd;
}
#busca h3{
font-size:90%;
padding:0;
margin:10px 0 4px 0;
}
#busca #qbusco, #ordena select {
border: 1px solid #7f9db9;
}
#ordena select, #ordena input, #busca input {
	width:100%;
}
.dina{
	width:100%;
	height: 22px;	
	line-height: 1.6em;
	padding: 0px 2px;
}
	.marcobox{
	float:left;
	padding:12px 2px 10px 2px;
	margin-top: 2px;
	margin-right:1px;
	margin-left:5px;
	margin-bottom:3px;
	text-align: center;
	display: inline;
	width:170px;
	max-width: 170px;
	min-width: 150px;
	height: 150px!important;
	min-height: 140px!important;
	max-height: 150px !important;
	font-size:0.8em; 
	background-color:#FCFCFC;
	border: 1px solid #E3E3E3;
	}
			.marcobox  p {
			padding: 0px;
			margin: 0px auto; 
			vertical-align: middle;  
			text-align: center;
			}
			.marcobox img{
				text-align:center;
				margin: 0px auto 0px !important;
				padding: 2px !important;
				vertical-align:middle !important;
			}
			.fotobox {
				text-align:center;
				margin: 1px auto 0px !important;
				padding: 0px !important;
				vertical-align:middle;
				height: 110px;
				min-height: 100px;
				max-height: 110px;
				width:150px;
				max-width: 154px;
				min-width: 150px;
				background-color:#fff;
			}
		a.titbox:link, a.titbox:visited { 
			text-decoration: none;
			color:#0000FF;
		}
		a.titbox:hover, a.titbox:active {   
			text-decoration: underline;
			color:#FF0000; }
#fotosarticulos{
		float: left;
		width:100%;
		display:inline;
}
	#fotosarticulos .marcobox{
	width:170px;
	max-width: 170px;
	min-width: 160px;
	height: 110px!important;
	min-height: 90px!important;
	max-height: 110px !important;
	padding:6px 2px 5px 2px;
	margin-left:8px;
	margin-bottom:10px;
	}
	
#carac{
width: 560px;
	float: left;
}
#carac p{
margin: 10px 8px;
padding: 4px;
font-size:90%;
text-align:justify

}
.btn_comprar {
 padding-right:10px;
 text-align:right;
 }
.uno {
clear:both;
padding-top: 10px;
}
/*comprar fotos*/
.fotocomprar{
width:164px;
		float:left;
		padding: 0 0 0 20px;
		height:500px;
		min-height:500px;
		}
.imgcomprar ul {
		list-style:none;
		margin: 0px auto;
		padding:0;
		}
.imgcomprar li{
	float:left;
	border: 1px solid #ddd; 
	background-color:#fcfcfc; 	
	width:154px;
	max-width: 154px;
	min-width: 152px;
	height: 100px!important;
	min-height: 90px!important;
	max-height: 100px !important;
	padding:2px 3px 5px 3px;
	margin-left:0px;
	margin-bottom: 4px;
	}
				.imgcomprar li img{
				text-align:center;
				margin: 0px auto 0px !important;
				padding: 2px !important;
				vertical-align:middle !important;
			}
.volver{
	width:164px;
		float:left;
		padding: 10px 0 10px 74px;
		font-size:90%;
		}
		
div >.imgcomprar li {
list-style:none !important;
list-style:outside;
}