/*
 *	DOCUMENTO CSS
 *	
 *	Página web: http://www.jaloque.com
 *	Autor: José Zanni / Liliana Gilli / info@crearimagen.com
 *
 *	media="screen"
 */

@import url("reset.css");


html, body 
{
	width: 100%;

	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	line-height: 15px;
	color: #222;

	background-color: #fff;
}

p
{
	margin-bottom: 11px;
	line-height: 15px;
	font-size: 11px;
}
strong
{
	font-weight: bold;
}
h2
{
	font-weight: bold;
	font-size: 13px;
	color: #384C6D;
	color: #007;
	margin-bottom: 6px;
}

ul
{
}
li
{
	margin: 0 0 6px 0;
}

ul.lista
{
	margin: 5px 0 13px 0px;
		
	list-style-type: disc;
	list-style-position: inside;
}
ul.lista li
{
	margin-bottom: 4px;
}
a,
a:active, 
a:link,
a:visited
{
	text-decoration: underline;
	color: #003366;
}
a:visited 
{
	color: #003060;
}
a:hover 
{
	text-decoration: none;
}








.contenido 
{
	width: 880px;
	margin: 0 auto;
	padding: 0 10px 10px 10px;
	text-align: left;
	background-color: #fff;
}

.datos 
{
	width: 680px;
	margin: 10px 0 15px 200px;	
	_margin-left: 100px;
	min-height: 190px; /* 120 */
	
	display: block;
	float: left;
	
	text-align: left;
}
.datos .columna
{
	width: 335px;	
	display: block;
	float: left;
	text-align: left;
}







.logotipo 
{
	width: 200px;
	height: 105px;
	
	display: block;
	float: left;
}







ul.idiomas 
{
	width: 680px;
	height: 30px;
	margin-top: 40px;
	
	display: block;
	float: left;

	text-align: right;
	list-style: none;
}	
ul.idiomas li
{
	display: inline;
}








ul.menuPrincipal 
{
	width: 680px;
	height: 30px;
	margin-top: 0px;
	
	display: block;
	float: left; 
	overflow: hidden;

	text-align: center;
	list-style: none;
}
ul.menuPrincipal li
{
	display: block;
	float: left;
	
	height: 30px;
	width: auto;
}
ul.menuPrincipal li a:link,
ul.menuPrincipal li a:visited
{
	height: auto;
	width: auto;	
	display: block;
	float: left;
	margin:0;
}
ul.menuPrincipal li a:hover,
ul.menuPrincipal li.activo a
{
	margin-top: -30px;
}
ul.menuPrincipal li.activo a
{
	margin-top: -60px;
}






.menuSecundario 
{
	width: 680px;
	height: 30px;
	padding-left: 200px;	
	clear: both;
	
	text-align: center;
		
	background-image: url(../img/submenu_fondo.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
}
.menuSecundario ul
{
	list-style: none;
}	
.menuSecundario li
{
	display: inline;
}
.menuSecundario li a,
.menuSecundario li a:visited
{
	text-decoration: none;
	padding: 7px 15px 6px 15px;
	_padding-bottom: 11px;
}
.menuSecundario li a:hover
{
	color: #AACAFF;
}
.menuSecundario li.activo a
{
	font-weight: bold;
}
.menuSecundario li a img
{
	vertical-align: middle;
}






.membrete 
{
	width: 100%;
	height: 250px;
	
	clear: both;
}






.pie 
{
	width: 680px;
	height: 20px;
	margin: 15px 0 5px 200px;
	
	clear: both;
	
	text-align: center;

	font-size: 10px;
	color: #00193F;
}
.pie ul
{
	list-style: none;
}	
.pie ul li
{
	display: inline;
}
.pie ul li a img
{
	vertical-align: -7px;
}





ul.embarcaciones
{
	width: 100%;
	display: block;
	float: left;	
}	
ul.embarcaciones li
{
	width: 222px;
	height: 84px;
	display: block;
	float: left;
}
ul.embarcaciones li a img
{
	display: block;
	border: 1px solid #fff;
}
ul.embarcaciones li a:hover img
{
	border: 1px solid #ddd;
}
.embarcacionesTexto
{
	width: 300px;
	display: block;
	float: left;
	
	line-height: 15px;
}
.embarcacionesTexto a
{
	color: #92BCFF;
	text-decoration: none;
}
.embarcacionesTexto a:hover
{
	color: #000;
	text-decoration: underline;
}

.embarcacionesImagen
{
	width: 260px;
	display: block;
	float: left;
}	







.localizacion .mapa
{
	width: 480px;	
	display: block;
	float: left;
}
.localizacion .direccion
{
	color: #555;
	margin-left: 15px;	
		display: block;
	float: left;
}





ul.motores
{
	width: 260px;
	margin-right: 20px;
	
	display: block;
	float: left;
}	
ul.motores li 
{
	width: 140px;
	height: 55px;
	margin: 0 0 2px 0;
	
	display: block;
	float: left;
}
ul.motores li a img
{
	display: block;
	border: 1px solid #fff;
	padding: 1px;
}
ul.motores li a:hover img
{
	border: 1px solid #ddd;
}
ul.motores li.activo a img
{
	border: 1px solid #003366;
}
.motoresTexto
{
	width: 300px;
	display: block;
	float: left;
	
	line-height: 15px;
}







.contacto label
{
	font-size: 9px;
	color: #555;
	display: inline;
}
.contacto input, .contacto textarea, .contacto select
{
	width: 300px;
	padding: 2px;
	border: none;
	background-color: #ECEFF4;
	
	display: block;
	margin-bottom: 6px;
	
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 10px;
	color: #111;
}
.contacto input.boton
{
	border: 1px solid #B3C0D7;
	width: 60px;
	float: left;
	margin-right: 20px;
	background-color: #ECEFF4;
}








ul.ocasion li
{
	width: 330px;
	height: 90px;
	display: block;
	float: left;
	margin: 0 10px 10px 0;
}
 ul.ocasion li img.miniatura
{
	border: 1px solid #CADEFF;
	padding: 1px;
	margin-right: 10px;	
	
	width: 120px;
	display: block;
	float: left;
}
ul.ocasion li a,
ul.ocasion li a:visited,
ul.ocasion li a:hover
{
	text-decoration: none;
	font-size: 9px;
	color: #888;
}
ul.ocasion li a:hover
{
	color: #384C6D;
}
ul.ocasion li a em,
ul.ocasion li a:visited em,
ul.ocasion li a:hover em
{
	font-size: 11px;
	font-weight: bold;
	color: #384C6D;
}
ul.ocasion li a:hover em
{
	color: #888;	
}

.ocasion .foto
{
	width: 300px;
	display: block;
	float: left;
}
.ocasion span
{
	color: #666;
	font-size: 9px;
	display: block;
	margin-bottom: 10px;
}
.ocasion ul.galeria
{
	width: 60px;
	display: block;
	float: left;
	margin-left: 10px;
}
.ocasion .informacion
{
	display: block;
	float: right;
	width: 365px;
}
.ocasion .informacion_minis
{
	display: block;
	float: right;
	width: 295px;
}






ul.descargas,
ul.descargas li
{
	width: 100%;
	display: block;
	float: left;
	
}
ul.descargas li
{
	margin-bottom: 10px;
	padding-left: 0px;
	border-bottom: 1px solid #CADEFF;
}
ul.descargas li a img
{
	float: left;
	display: block;
	margin-right: 15px;
}
ul.descargas li span
{
	float: left;
	display: block;
}

ul.descargas li a,
ul.descargas li a:visited,
ul.descargas li a:hover
{
	text-decoration: none;
	font-size: 9px;
	color: #888;
	display: block;
}
ul.descargas li a em,
ul.descargas li a:visited em
{
	font-size: 11px;
	font-weight: bold;
	color: #384C6D;	
}
ul.descargas li a:hover p
{
	color: #384C6D;
}
ul.descargas li a:hover em
{
	color: #888;
}







ul.paginar
{
	width: 300px;
	height: 14px;
	float: left;
	margin-bottom: 15px;
}
ul.paginar li
{
	display: inline;
	color: #aaa;
}
ul.paginar li a,
ul.paginar li a:visited
{
	padding: 0 4px;
	text-decoration: none;
}
ul.paginar li a:hover
{
	text-decoration: underline;
}
ul.paginar li a.activo
{
	color: #aaa;
}



.totalregistros
{
	width: auto;
	height: 14px;	
	float: right;
	margin-bottom: 15px;	
	color: #666;
}







.error_message
{
	color: #f66;
	font-size: 9px;
	display: inline;
}
.status_message_error, .status_message_ok
{
	font-size: 9px;
	display: block;
	width: 340px;	
	clear: both;
}
.status_message_error
{
	color: #f00;
}
.status_message_ok
{
	color: #390;
}





#motor2, #motor3, #motor4, #motor5, #motor6
{
	visibility: hidden;
	position: absolute;
	
} 
