 /* principal.php */

body {
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-top: 0;
	padding-top: 0;
	padding-left: 0;
	margin-bottom: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-image: url('/img/css1060/tunel.jpg');
	background-attachment: fixed;
}

#contenedor {
	width: 760px;
	margin: 10px auto 0 auto;
}

#cabecera {
	width: 760px;
	height: 120px;
	background-image: url('/img/nuevohu.JPG');
	background-repeat: no-repeat;
	border: 1px solid #286BAF;
}

.logo_izquierda {
	width: 150px;
	height: 100px;
	padding: 10px;
}

.logo_derecha {
	width: 150px;
	height: 100px;
	padding: 10px;
	float: right;
}

#fechaybusqueda {
	width: 760px;
	padding: 2px 0;
	background-color: #286BAF;
	color: #ffffff;
	margin: 4px 0;
}

#fecha {
	width: 380px;
	float: left;
	color: #ffffff; 
	margin-top: 8px;
	margin-left: 0;
	padding: 0;
}

#busqueda {
	width: 380px;
	float: right;
	text-align: right;
	margin-top: 4px;
	margin-right: 0;
	padding: 0;
	color: #ffffff;
}

#busqueda form {
	margin: 0;
	padding: 0;
}

.campotexto_busqueda {
	margin: 0 1px;
	padding: 2px 3px;
	background-color: #FFF;
	color: #000;
	border: 1px solid #286BAF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	width: 130px;
}

.boton_busqueda {
	font-size: 1em;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#menuycuerpo {
	width: 760px;
	color: #000;
}

#menu {
	width: 200px;
	padding-bottom: 100px;
	float: left;
	background-color: #FFFFFF;
	color: #286BAF;
	border-top: 1px solid #286BAF;
	border-right: 1px solid #286BAF;
	border-bottom: 8px solid #286BAF;
	border-left: 1px solid #286BAF;
	background-image:   url('/img/css1060/bgmenu.jpg');
	background-repeat: no-repeat;
	background-position: left bottom;
}

#menu a:link, #menu a:visited {
	color: #286BAF;
	text-decoration: none;  
}

#menu a:hover {
	padding-left: 4px;
	font-weight: bold;
	color: #286BAF;
}

.elementos_menu {
    list-style-type: none;
	margin: 0;
	padding: 5px;

}

.elementos_menu li {
	margin-bottom: 10px;
	margin-left: 0px;
	padding-left: 5px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #286BAF;
}

#cuerpo {
	width: 540px;
	float: right;
	padding-bottom: 50px;
	margin-bottom: 10px;
	border-top: 1px solid #286BAF;
	border-right: 1px solid #286BAF;
	border-bottom: 8px solid #286BAF;
	border-left: 1px solid #286BAF;
	background-color: #BFD7E7;
	-moz-opacity: 0.90;
	filter: alpha(opacity=90);
}

#cuerpo_texto {
	padding: 0 20px;
	margin-top: 10px;
	-moz-opacity: 0.95;
	filter: alpha(opacity=95);
}

#cuerpo_texto a:link, #cuerpo_texto a:visited{
	text-decoration: underline;
	color: #286BAF;
}

h1 {
	width: 250px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-left-width: 6px;
	border-left-style: solid;
	border-left-color: #286BAF;
	padding-left: 4px;
	font-size: 14px;
	font-weight: bold;
	color: #286BAF;
}

#cuerpo_imagen {
	width: 200px;
	padding: 0 20px 20px 20px;
	margin-top: 20px;
	float: right;
}

#cuerpo_imagen img {
	border: 1px solid #000;
}

#pie {
	padding: 5px;
	text-align: center;
	font-size: 10px;
	font-weight: normal;
	background-color: #E2E2E2;
	border-top: 1px solid #286BAF;
	border-right: 1px solid #286BAF;
	border-bottom: 8px solid #286BAF;
	border-left: 1px solid #286BAF;
	color: #000;
	-moz-opacity: 0.85;
	filter: alpha(opacity=85);
}

#pie p {
	padding: 0 0 2px 0;
	margin: 0 0 2px 0;
}

#pie a:link, #pie a:visited {
	color: #286BAF;
	text-decoration: underline;
}

.registro {
    color: #666;
    font-size: 9px;
}

.clear {
	clear: both;
}

.clear1px {
	clear: both;
}

.powered {
	color: #FFF;
	width: 100%;
	float: left;
	margin: 10px auto 5px auto;
	padding-bottom: 0px;
	text-align: center;
}

.nomostrar {
	display: none;
}

/*busqueda_resultado*/

#cuerpo_busqueda {
	padding-left: 20px;
	margin-top: 10px;
	-moz-opacity: 0.95;
	filter: alpha(opacity=95);
}

#cuerpo_busqueda table {
	margin-top: 0px;
}

#cuerpo_busqueda table tr td {
	padding-top: 30px;
	padding-bottom: 20px;
}

.titular_busqueda {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	padding: 0;
}

.boton_ir_busqueda {
	float: right;
	text-align: right;
	margin-right: 5px;
	padding: 0 0 0 20px;
	width: 200px;
}

.boton_ir_busqueda a:link, .boton_ir_busqueda a:visited {
	text-decoration: underline;
	color: #286BAF;
}

.boton_ir_busqueda a:hover {
	text-decoration: none;
	color: #286BAF;
}

/*noticias*/

#cuerpo_noticias {
	padding: 0 20px;
	margin-top: 10px;
	-moz-opacity: 0.95;
	filter: alpha(opacity=95);
}

#cuerpo_noticias table {
	margin-top: 0;
	width: 500px;
}

#cuerpo_noticias table tr td {
	padding: 10px;
	vertical-align: top;
}

.encabezado_listadonoticias th {
	padding: 0;
	border-bottom: 1px solid #FFF;
	color: #CCC;
	display: none;
}

.titular_noticia {
	margin: 0 0 20px 0;
	padding: 0;
}

.boton_ampliarnoticia {
	float: right;
	text-align: right;
	margin-right: 5px;
	padding: 0 0 0 20px;
}

.boton_ampliarnoticia a:link, .boton_ampliarnoticia a:visited {
	text-decoration: underline;
	color: #286BAF;
}

.boton_ampliarnoticia a:hover {
	text-decoration: none;
	color: #286BAF;
}

#paginador_noticias {
	height: 100%;
	padding: 10px 20px 10px 10px;
	margin-bottom: 0;
}

.boton_anterior_noticias a {
	text-decoration: underline;
	color: #286BAF;
	float: left;
	text-align: left;
	margin-top: 30px;
	margin-right: 5px;
	padding: 0;
}

.boton_anterior_noticias a:hover {
	text-decoration: none;
	color: #286BAF;
	float: left;
	text-align: left;
	margin-top: 30px;
	margin-right: 5px;
	padding: 0;
}

.boton_siguiente_noticias a {
	text-decoration: underline;
	color: #286BAF;
	float: right;
	text-align: right;
	margin-top: 30px;
	margin-right: 5px;
	padding: 0;
}

.boton_siguiente_noticias a:hover {
	text-decoration: none;
	color: #286BAF;
	float: right;
	text-align: right;
	margin-top: 30px;
	margin-right: 5px;
	padding: 0;
}

/*noticia_ampliada*/

.fecha_noticia_ampliada {
	margin: 20px 0;
}

.titulo_noticia_ampliada {
	font-size: 1.5em;
	line-height: 1.2em;
	text-decoration: none;
	margin-top: 20px;
	margin-bottom: 30px;
	color: #286BAF;
}

.firma_noticia_ampliada {
	padding-top: 30px;
	padding-bottom: 0;
	margin-right: 10px;
	text-align: right;
	color: #286BAF;
}

/*imagenes_galeria*/

#cuerpo_tarjeta {
	padding: 0 20px;
	margin-top: 10px;
	-moz-opacity: 0.95;
	filter: alpha(opacity=95);
}

#tarjeta, #paginador_galeria {
	height: 100%;
	padding: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
}

#tarjeta:hover {
	height: 100%;
	padding: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
}

#tarjeta_img {
 	width: 100px;
	float: left;
}

#tarjeta_img img {
	border: 1px solid #08446D;
}

#tarjeta_nombre {
	margin-top: 0;
	padding-top: 0;
}

#tarjeta_contenido {
	float: right;
	margin-top: 0;
	padding-top: 0;
	width: 70%;
}

#tarjeta_contenido h2 {
	font-size: 1.2em;
	color: #286BAF;
	line-height: 1.3em;
	margin-top: 0;
	padding-top: 0;
}

.tarjeta_info {
	float: right;
	text-align: right;
	margin-top: 30px;
	margin-right: 5px;
	padding: 0 0 0 20px;
}

.tarjeta_info p {
	padding: 0;
	margin: 0;
}

.tarjeta_info a {
	text-decoration: none;
	margin-top: 10px;
	padding: 3px;
}

.tarjeta_info a:link, .tarjeta_info a:visited {
	text-decoration: underline;
	color: #286BAF;
}

.tarjeta_info a:hover {
	text-decoration: none;
	color: #286BAF;
}

.boton_anterior_galeria a {
	text-decoration: underline;
	color: #286BAF;
	float: left;
	text-align: left;
	margin-top: 30px;
	margin-right: 5px;
	padding: 0;
}

.boton_anterior_galeria a:hover {
	text-decoration: none;
	color: #286BAF;
	float: left;
	text-align: left;
	margin-top: 30px;
	margin-right: 5px;
	padding: 0;
}

.boton_siguiente_galeria a {
	text-decoration: underline;
	color: #286BAF;
	float: right;
	text-align: right;
	margin-top: 30px;
	margin-right: 5px;
	padding: 0;
}

.boton_siguiente_galeria a:hover {
	text-decoration: none;
	color: #286BAF;
	float: right;
	text-align: right;
	margin-top: 30px;
	margin-right: 5px;
	padding: 0;
}

/*imagenes_galeria_detalleimagen*/

#cuerpo_producto {
	padding: 0 20px;
	margin-top: 10px;
	-moz-opacity: 0.95;
	filter: alpha(opacity=95);
}

#imagen_producto {
	margin: 10px 0 0 0;
	text-align: center;
	padding: 0;
	display: block;
}

.imagen_ampliada {
	margin-bottom: 5px;
	border: 1px solid #2D3653;
}

.linkampliaimagen {
	text-align: center;
	margin-right: 0;
}

.linkampliaimagen img {
	margin-right: 5px;
}

.linkampliaimagen a:link, .linkampliaimagen a:visited {
	text-decoration: underline;
	color: #286BAF;
}

.linkampliaimagen a:hover {
	text-decoration: none;
	color: #286BAF;
}

#miniaturas {
	margin-bottom: 10px;
	text-align: center;
}

#miniaturas img {
	border: 1px solid #D5DCF8;
	margin: 5px 5px 5px 0;
}

#miniaturas img:hover {
	border: 1px solid #2D3653;
	margin: 5px 5px 5px 0;
}

#paginador_producto {
	margin: 0;
	padding: 20px;
	font-size: 1em;
}

.boton_anterior a {
	text-decoration: underline;
	color: #286BAF;
	float: left;
	text-align: left;
	margin-top: 0px;
	margin-right: 0px;
	padding: 0 0px 1px 0;
	font-size: 1em;
}

.boton_anterior a:hover {
	text-decoration: none;
	color: #286BAF;
	float: left;
	text-align: left;
	margin-top: 0px;
	margin-right: 0px;
	padding: 0 0px 1px 0;
	font-size: 1em;
}

.boton_siguiente a {
	text-decoration: underline;
	color: #286BAF;
	float: left;
	text-align: left;
	margin-top: 0px;
	margin-left: 10px;
	padding: 0 0px 1px 0;
	font-size: 1em;
}

.boton_siguiente a:hover {
	text-decoration: none;
	color: #286BAF;
	float: left;
	text-align: left;
	margin-top: 0px;
	margin-left: 10px;
	padding: 0 0px 1px 0;
	font-size: 1em;
}

.boton_volver a {
	text-decoration: underline;
	color: #286BAF;
	float: right;
	text-align: right;
	margin-top: 0px;
	margin-right: 0px;
	padding: 0 0 1px 0px;
	font-size: 1em;
}

.boton_volver a:hover {
	text-decoration: none;
	color: #286BAF;
	float: right;
	text-align: right;
	margin-top: 0px;
	margin-right: 0px;
	padding: 0 0 1px 0px;
	font-size: 1em;
}
/*formulario*/

#cuerpo_form {
	padding: 0 20px;
	margin-top: 10px;
	-moz-opacity: 0.95;
	filter: alpha(opacity=95);
}

#error {
	width: 400px;
	margin-bottom: 10px;
	padding: 10px;
	background-color: #FFF;
	border: 1px solid #F00;
	color: #000;
}

.mensaje_error {
	font-weight: bold;
	color: #F00;
}

.descripcion_error {
	font-weight: normal;
	padding-bottom: 0;
}

.aviso {
	margin-right: 10px;
	text-align: right;
	color: #2D3653;
}

.celda_literal {
	vertical-align: top;
	text-align: right;
	width: 155px;
	padding-right: 5px;
}

.celda_campo {
	vertical-align: top;
	text-align: left;
	width: 290px;
}

.celda_campo input, .celda_campo select, .celda_campo textarea  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #303030;
	font-size: 1em;
	border: 1px solid #DEDEDE;
	width: 325px;
	padding: 2px;
}

.celda_campo input:focus, .celda_campo select:focus, .celda_campo textarea:focus  {
	border: 1px solid #000;
	padding: 2px;
	background-image: url('/img/css1060/esqinfdcha_plantilla20_coches10.jpg');
	background-repeat: no-repeat;
	background-position: right bottom;
}

.boton_enviar {
	font-size: 1em;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.powered img {
border: 0;
}

.esconder {
	visibility: hidden;
}


#link_idi_on
{
    font-size:11px;
    text-decoration:underline;
    color:#999999;
    font-weight: bold;
}

#idiomas {
	margin: 0 auto;
	font-family: Verdana, "Trebuchet MS", "Lucida Sans Unicode", Tahoma, Georgia, Arial, sans;
	text-align: right;
	position: relative;
	font-size: 100%;
}

#idiomas ul {
	list-style-type: none;
	margin: 0 0 0 10px;
	padding: 5px 0;
}

#idiomas ul li {
	display: inline;
	margin-right: 10px;
}

#idiomas a:link, #idiomas a:visited, #idiomas a:active {
	text-decoration: none;
	color: #818080;
}

#idiomas a:hover {
	text-decoration: none;
	color: #000;
}

.resaltado {
	font-weight:bold;
	color:#e00000;
}

/*NOTICIAS*/

#cuerpo_noticias {
	padding:10px;
	float:right;
}

#paginador_noticias a {
	background:#262835;
	color:#FFFFFF;
	text-decoration:none;
	padding:4px;
	border:1px solid #CACAA7;
}

#paginador_noticias a:hover {
	background:#4a4a4a;
}

.boton_anterior_noticias {
	float:left;
}

.boton_siguiente_noticias {
	float:right;
}

.noticia {
	margin-bottom:20px;
}

.cabecera_noticia {
	min-height:20px;
	padding-right:1%;
	clear:both;
}

* html .cabecera_noticia {
	height:20px;
}

.cabecera_noticia h1 {
	float:left;
	margin:0;
	padding:0;
	padding-left:20px;
	border:0;
	font-size:18px;
	font-weight:normal;
	background:url(/img/titol_new.gif) no-repeat left;
	width:325px;
}

.fecha_noticia {
	float:right;
	background:url(/img/clock_new.gif) no-repeat left;
	padding-left:15px;
}

.contenido_noticia {
	overflow:hidden;
	width:96%;
	clear:both;
	padding:10px;
	background:#f5f5f5;
	border:1px solid #E2E2E2;
	border-bottom:5px solid #E2E2E2;
	color:#000000;
	
}

.imatge_piti, .imatge_gran {
	float:right;
	margin-left:5px;
}

.boton_ampliarnoticia {
	color:#333333;
	display:inline;
}

