/****************************************************/
/****** Estructura									*/

#web{
	text-align: center;
	margin: 0;
	padding: 0;
}

#contenedor{
	width: 881px;
	margin: 0 auto;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #00456e;
}

#popup{
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #00456e;
}

#contenidos{
	background-color: #e6ebef;
	height: 400px;
	overflow: hidden;
}

#contenidosb{
	background-color: #e9ebea;
	height: 400px;
	overflow: hidden;
}

#imagenes{
	width: 475px;
	float: left;
	height: 400px;
	background-color: #ffffff;
	overflow: hidden;

}

#col_der{
	width: 406px;
	float: right;
	overflow: hidden;
	position:relative;
}

#cont_marcas{
	padding-top: 62px;
	padding-left: 35px;
}

#pie_iz{
	width: 70px;
	float: left;
}

#pie_der{
	width: 405px;
	float: right;
}

#texto_empresa, #texto_localizacion, #texto_formulario{
	font-size: 10px;
	line-height: 13px;
	padding-left: 20px;
	padding-top: 20px;
	padding-right: 20px;
	text-align: justify;
}

#texto_noticias{
	font-size: 10px;
	line-height: 13px;
	padding-left: 20px;
	padding-top: 20px;
	padding-right: 20px;
	text-align: justify;
	
	height: 378px;
}

#texto_actualidad{
	height: 128px;
	width: 100%;
	position: absolute;
	bottom: 0;
	background-color: #ffffff;
	opacity: 0.8;  
	filter: alpha(opacity = 80);
}

#col_interior_iz{
	width: 231px;
	float: left;
	position: relative;
}

#col_interior_der{
	width: 175px;
	height: 401px;
	float: right;
	background-color: #fcfcfc;
}

#mycarousel{
	position: absolute;
	z-index: 1;
	bottom: 0;
}

.jcarousel-container{
	margin-top: 195px;
	height: 135px;
	background-color: #ffffff;
}

/****************************************************/
/****** estilos	     								*/

b.grande{
	font-size: 12px;
	font-weight: bold;
}

.pad{
	padding-left: 19px;
	padding-top: 98px;
}

.pad p{
	margin-bottom: 7px;
}

p.subcat{
	margin-left: 20px;
}

ul#menu{
	display: block;
	width: 881px;
	height: 25px;
	overflow: hidden;
}

ul#menu li{
	list-style: none;
	float: left;
	display: inline;
	margin-right: 74px;
}

.form_iz{
	width: 68px;
	margin-right: 5px;
	float: left;
	text-align: right;
	margin-bottom: 10px;
	
}

.form_der{
	width: 150px;
	float: left;
	text-align: left;
	margin-bottom: 10px;
}

.formulario{
	border: 1px solid #00456e;
	color: #00456e;
	background-color: #e9ebea;
	font-size: 12px;
}

.boton_formulario{
	border: 1px solid #00456e;
	color: #00456e;
	background-color: #e9ebea;
	padding: 2px;
	font-size: 10px;
}

.entradilla{
	font-weight: bold;
	font-size: 11px;
}

#texto_actualidad p{
	margin: 10px;
	text-align: justify;
}

.limpieza{
	clear:both;
	float: none;
}

.actual{
	text-decoration: underline !important;
}

.jScrollPaneTrack{
	background-color: #e9ebea !Important;
	width: 6px;
}

.jScrollPaneDrag{
	background-color: #a3a3a3 !Important;
	width: 6px;	
}

.invalid{
	border: 2px solid red;
}

.valid{
	border: 2px solid #006600;
}

/****************************************************/
/****** enlaces	     								*/

a.menu:link, a.menu:visited{
	color: #00456e;
	text-decoration: none;
	outline: none;
}

a.menu:hover{
	color: #ff930f;
}

.activo a.menu:link, .activo a.menu:visited, .activo a.menu:hover{
	text-decoration: underline;
	outline: none;	
}

a.enlace:link, a.enlace:visited{
	color: #00456e;
	text-decoration: underline;
	font-size: 11px;
	outline: none;	
}

a.enlace:hover{
	color: #ff930f;
}

.activo a.enlace:link, .activo a.enlace:visited, .activo a.enlace:hover{
	color: #ff930f;
	outline: none;	
}