@charset "UTF-8";
@import url("/css/reset.css");

@import url("/css/forms.default.css");
@import url("/css/paginable.default.css");
@import url("/css/alerts.default.css");

/*
 *   CSS Document 
 *   Template Name: Frontend CMS Web 1.0
 *   Template Author: ZORRAQUINO DESIGN STUDIO S.L.U.
 *   Template Copyright: 2008 © ZORRAQUINO DESIGN STUDIO S.L.U.
 *   
 *   http://www.zorraquino.com
**
_______________________________
GENERAL */

html { background: #fff; }
body { }

.left { text-align: left; }
.right { text-align: right; }
.top { vertical-align: top; }
.bottom { vertical-align: bottom; }

.contenedor {
	font-size: 1.2em;
	line-height: 1.4em;
	width: 1000px;
	margin: auto;
	margin-top: -310px;
	overflow: hidden;
}

.contenedor, pre, input, textarea {
	color: #000;
	font-family: Arial, sans-serif;
}

.contenedor h1 {
	font-size: 2em;
	margin: .4em 0 .5em
}

.contenedor h2 {
	font-size: 1.5em;
	line-height: 1.3em;
	margin: .4em 0 .535em;
	font-style: italic;
	font-family: "Lucida Grande", Arial, Verdana, sans-serif;
}

.contenedor #contenido h2 {
	color: #A8A723;
}

.contenedor h3 {
	font-size: 1.2em;
	margin: .4em 0 .8em;
}

.contenedor h4 {
	font-size: 1.2em;
	margin: .4em 0 .8em;
}

.contenedor h5 {
	font-size: 1.2em;
	margin: .4em 0 .8em;
}

.contenedor h6 {
	font-size: 1.2em;
	margin: .4em 0 .8em;
}

/*
_______________________________
LINKS */

a { }

a:link {
	color: #000;
	text-decoration: underline;
}

a:visited {
	color: #000;
	text-decoration: underline;
}

a:hover {
	color: #6c6767;
	text-decoration: underline;
}

a:active {
	color: #6c6767;
	text-decoration: underline;
}

/*
_______________________________
COLUMNAS */

/* 2 COLUMNAS 770px */
.col2_1 { width: 50%; float: left; }
.col2_2 { width: 100%; float: left;}

/*
_______________________________
MENÚ PRINCIPAL */

#menu_principal {
	margin: -125px 0 0 196px;
	height: 30px;
}

#menu_principal li {
	list-style: none;
	float: left;
	padding-bottom: .7em;
}

#menu_principal li.activo a {
	font-weight: bold;
	color: #0091a6;
}

#menu_principal a {
	text-decoration: none;
	padding: 1px 9px 1px 10px;
	border-right: solid 1px #9d9a9a;
}

#menu_principal a:hover {
	color: #6c6767;
}

#menu_principal .bt_ultimo {
	border-right: 0;
}


.titulo_landing {
	color: #0091a6;
	font-weight: bold;
	margin:-125px 0 0 235px !important;
	font-size: 1.3em !important;
	height: 30px !important;
	position: relative;
	z-index: 20;
	width: 100% !important;
}


#telefono {
	font-style: italic;
	font-family: "Lucida Grande", Arial, Verdana, sans-serif;
	color: #0091a6;
	font-weight: bold;
	float: right;
	margin: -32px 25px 0 0;
	font-size: 1.3em;
	text-align: right;
}

.texto_normal {
	color: #000;
	font-size: 0.75em;
	font-family: Arial,sans-serif;
	font-style: normal;
	font-weight: normal;
}

/*
_______________________________
CABECERA */

#cabecera {
	width: 770px;
	height: 265px;
	background: url("../imagenes/bg/Bg_Cabecera_Sombra.png") no-repeat;
	margin: 0 0 0 180px;
	padding: 10px 25px 35px 25px;
	z-index: 10;
	position: absolute;
}

#cabecera_blank {
	width: 755px;
	height: 265px;
	margin: 0 0 0 195px;
	padding: 10px 25px 35px 25px;
	z-index: 10;
	position: absolute;
	background-color: #FFF;
}

#cabecera_central {
	width: 770px;
	height: 265px;
	background: url("../imagenes/bg/Bg_Cabecera_Sombra.png") no-repeat;
	margin: 0 0 0 180px;
	padding: 10px 25px 35px 25px;
	z-index: 10;
	position: absolute;
}

#cabecera_fotos {
	width: 390px;
	height: 265px;
	float: left;
}

#contenido_index {
	background: url("../imagenes/bg/Bg_Form_Promo_Sombra.png") bottom no-repeat;
	position: absolute;
	margin: 10px 0 0 570px;
	width: 380px;
	padding: 20px 25px 45px 25px;
	z-index: 50;
}

#contenido_noticias {
	background: url("../imagenes/bg/Bg_Form_Promo_Sombra.png") bottom no-repeat;
	position: absolute;
	margin: 10px 0 0 570px;
	width: 380px;
	padding: 20px 25px 45px 25px;
	z-index: 50;
}

#contenido_index_fondo {
	background: url("../imagenes/bg/Bg_Gris_Col_Dcha.gif") -25px bottom repeat-y;
	width: 330px;
	padding: 30px 25px 20px 25px;
	margin-top: -20px;
}

#contenido_index #menu_servicios {
	display:block;
	list-style:none outside none;
	margin:-3px 0 0;
}

#contenido_index #menu_servicios li a {
	border-bottom:1px solid #D7D7D2;
	display:block;
	margin:-3px -25px 3px;
	padding:3px 10px 3px 30px;
	text-decoration:none;
}

#contenido_index #menu_servicios li a:hover {
	background: #e3e3dc;
	color: #000;
}

#contenido_index h2 {
	color:#A8A723;
	margin-left: 4px;
}

#envio_result .bt_cerrar {
	position: absolute;
	right: 25px;
	top: -10px;
}

#form_promo .ok {
	background: url("../imagenes/iconos/confirmacion.png") no-repeat;
	width: 35px;
	height: 26px;
	float: left;
}

#form_promo .error_envio {
	background: url("../imagenes/iconos/error.png") no-repeat;
	width: 35px;
	height: 26px;
	float: left;
}

#form_promo .texto {
	margin-left: 40px;
	width: 300px;
}


#cabecera_promo {
	width: 330px;
	height: 235px;
	background: url("../imagenes/bg/Bg_Fondos.gif") 0 -310px repeat-x #fff;
	float: right;
	padding: 30px 25px 0 25px;
}

#form_promo {
	background: url("../imagenes/bg/Bg_Form_Promo_Sombra.png") bottom no-repeat;
	position: absolute;
	margin: 20px 0 0 570px;
	width: 380px;
	display: none;
	padding: 10px 25px 45px 25px;
	z-index: 50;
}

.bt_cerrar {
	width: 35px;
	height: 35px;
	background: url("../imagenes/bg/Bg_Fondos_Botones.gif") 0 0 no-repeat;
	cursor: pointer;
}

.bt_cerrar:hover {
	background: url("../imagenes/bg/Bg_Fondos_Botones.gif") -35px 0 no-repeat;
}

.bt_ancho {
	width: 305px;
	height: 70px;
	margin: -5px 0 -5px -10px;
	background: url("../imagenes/bg/Bg_Ancho_Submit.png") 0 0 no-repeat;
	cursor: pointer;
}

.bt_ancho:hover {
	background: url("../imagenes/bg/Bg_Ancho_Submit.png") 0 -70px no-repeat;
}

.bt_ancho:active {
	background: url("../imagenes/bg/Bg_Ancho_Submit.png") 0 -140px no-repeat;
}

.bt_ancho a {
	width: 305px;
	text-align: center;
	font-size: 1.1em;
	padding-top: 26px;
	font-style: italic;
	font-family: "Lucida Grande", Arial, Verdana, sans-serif;
	color: #fff;
	font-weight: bold;
	display: block;
	height: 44px;
	position: absolute;
}

.bt_ancho a, .bt_ancho a:hover {
	text-decoration: none;
	color: #fff;
}

.bt_ancho_submit {
	width: 305px;
	height: 70px;
	margin: -5px 0 -5px -10px;
	background: url("../imagenes/bg/Bg_Ancho_Submit.png") 0 0 no-repeat;
	border: 0;
	font-style: italic;
	font-weight: bold;
	font-size: 1.1em;
	font-family: "Lucida Grande", Arial, Verdana, sans-serif;
	color: #fff;
	background-color: red;
}

.bt_ancho_submit:hover {
	background: url("../imagenes/bg/Bg_Ancho_Submit.png") 0 -70px no-repeat;
}

.bt_ancho_submit:active {
	background: url("../imagenes/bg/Bg_Ancho_Submit.png") 0 -140px no-repeat;
}

.bt_submit {
	width: 195px;
	height: 70px;
	margin: -5px 0 -5px -10px;
	background: url("../imagenes/bg/Bg_Submit.png") 0 0 no-repeat;
	border: 0;
	font-style: italic;
	font-weight: bold;
	font-size: 1.1em;
	font-family: "Lucida Grande", Arial, Verdana, sans-serif;
	color: #fff;
}

.bt_submit:hover {
	background: url("../imagenes/bg/Bg_Submit.png") 0 -70px no-repeat;
}

.bt_submit:active {
	background: url("../imagenes/bg/Bg_Submit.png") 0 -140px no-repeat;
}

#form_promo .bt_cerrar {
	position: absolute;
	right: 25px;
	top: -10px;
}

#titulo {
	display: none;
}

#form_promo_fondo {
	background: url("../imagenes/bg/Bg_Fondos.gif") 0 bottom repeat-x;
	width: 330px;
	padding: 30px 25px 10px 25px;
	margin-top: -20px;
}

#form_promo legend {
	display: none;
}

#form_promo input[type=text] {
	width: 318px;
}

#form_promo .bt_submit {
	padding: 4px;
	width: 195px;
}

#form_promo textarea {
	width: 320px;
	height: 70px;
}

#form_promo #input_localidad {
	float: left;
}

#form_promo #input_localidad input {
	width: 170px;
}

#form_promo #input_codigo_postal {
	float: right;
}

#form_promo #input_codigo_postal input {
	width: 115px;
}

#lista_fotos {
	list-style: none;
	margin: 0;
	padding: 0;
}

#lista_fotos li img {
	margin: 0;
	padding: 0;
}

/*
_______________________________
CONTENIDO */

#fondo {
	background: url("../imagenes/bg/Bg_Fondos.gif") repeat-x;
	height: 310px;
	width: 900px;
}

#logo {
	width: 180px;
	height: 165px;
}

#logo img {
	width: 180px;
	height: 165px;
}

#slogans {
	color: #fff;
	font-size: 1.2em;
	padding: 10px 10px 10px 15px;
}

#margen_izda {
	width: 180px;
	float: left;
	margin-top: 285px;
}

.sello_01 {
	margin-left: 16px;
}

#contenido {
	width: 820px;
	float: right;
	margin-top: 285px;
}

.contenido_up {
	margin-top: 15px !important;
	position: relative;
	z-index: 20;
}

.contenedor #contenido strong {
	//color: #908f17;
	color: #A8A723;
}

#col_izda {
	width: 335px;
	float: left;
	padding: 25px 0 0 55px;
	margin-bottom: 30px;
}

#col_izda ul {
	margin: 0;
}

#col_izda ul li {
	margin: 0 0 .6em 0;
	list-style: none;
	list-style-image: url("../imagenes/bg/Bg_Tic_Li.gif");
}

#col_dcha {
	width: 320px;
	float: right;
	padding: 25px 55px 25px 55px;
	min-height: 300px;
	margin-bottom: 30px;
}

.gris_col_dcha {
	background: url("../imagenes/bg/Bg_Gris_Col_Dcha.gif") repeat-y;
}

#col_dcha #menu_servicios {
	list-style: none;
	margin: -3px 0 0 0;
	display: block;
}

#col_dcha #menu_servicios li { }

#col_dcha #menu_servicios li.activo a {
	background: #e3e3dc;
	color: #000;
}

#col_dcha #menu_servicios li a {
	display: block;
	margin: -3px -30px 3px -30px;
	padding: 3px 10px 3px 30px;
	border-bottom: solid 1px #d7d7d2;
	text-decoration: none;
}

#col_dcha #menu_servicios li a:hover {
	background: #e3e3dc;
	color: #000;
}

.noticias li.activo a {
	background: #e3e3dc;
	color: #000;
}

#col_central {
	width: 710px;
	float: right;
	padding: 25px 55px 25px 55px;
	min-height: 300px;
	margin-bottom: 30px;
}

.gris_col_central {
	background: url("../imagenes/bg/Bg_Gris_Col_Central.gif") repeat-y;
}

#pie {
	width: 765px;
	margin: 0 0 0 180px;
	padding: 15px 0 25px 55px;
	border-top: 1px solid #e5e5e5;
	color: #6c6767;
}

#pie a {
	color: #6c6767;
}

#pie a:hover {
	color: #969293;
}

#pie p {
	float: left;
}

#pie #pie_direccion {
	width: 215px;
}

#pie #pie_telefonos {
	width: 145px;
}

#pie #pie_email {
	width: 170px;
}

#pie #pie_copyright {
	width: 210px;
	text-align: right;
}

#pie #pie_copyright a {
	margin-top: 5px;
}

#pie #pie_legal {
	text-align: left;
	margin-bottom: 20px;
}

.nota {
	font-size: .9em;
	line-height: 1.2em;
	color: #666 !important;
}

#form_promo .nota, #cabecera_promo .nota {
	font-size: .9em;
	line-height: 1.2em;
	color: #696907 !important;
}



.limpia { clear: both; height: 0; font-size: 0; margin: 0; padding: 0; }
.limpia hr { display: none; }

.hidden {
	display: none;
}

/*
_______________________________
NOTICIAS */

#contenido_index .noticias li a {
	padding: 3px 30px 3px 30px !important;
}

#contenido_index .noticias .desc_breve, .noticias_index .desc_breve {
	color: #6C6767;
}

#contenido_index .noticias .fecha {
	color: #A8A723;
}

.noticias_index li {
	list-style: none !important;
}

.noticias_index a {
	text-decoration: none;
}

a .fecha {
	color: #A8A723;
}

.desc_breve {
	color: #6C6767;
}


.gris {
	color: #6C6767;
}

/*
_______________________________
ACCESIBILIDAD WEB */

.accesible {
	display: none;
}

/*
_______________________________
GOOGLE MAPS */

#contenedor_mapa{
	background-color: #FFF;
	width: 380px;
	height: 265px;
}

/*
_______________________________
CONTACTO */

#form_contacto input[type=text] {
	width: 318px;
}

#form_contacto textarea {
	width:345px !important;
	height:184px;
}

#form_contacto textarea, #form_contacto input[type="text"], #form_contacto input[type="password"] {
	padding:0.4em !important;
}

.bt_submit_mini {
	width: 147px;
	height: 45px;
	margin: -5px 0 -5px -10px;
	background: url("../imagenes/bg/Bg_Submit_Mini.png") 0 0 no-repeat;
	border: 0;
	font-style: italic;
	font-weight: bold;
	font-size: 0.9em;
	font-family: "Lucida Grande", Arial, Verdana, sans-serif;
	color: #fff;
}

.bt_submit_mini:hover {
	background: url("../imagenes/bg/Bg_Submit_Mini.png") 0 -40px no-repeat;
}

.bt_submit_mini:active {
	background: url("../imagenes/bg/Bg_Submit_Mini.png") 0 -80px no-repeat;
}

#form_contacto .bt_submit_mini {
	float: right;
	margin-right: -11px;
}

.nota_clausula {
	font-size: .9em;
	line-height: 1.2em;
	color: #666;
	margin-top: 8px;
}

.bt_contacto {
	width: 220px;
	height: 40px;
	margin: -5px 0 -5px -10px;
	background: url("../imagenes/bg/Bg_Bt_Contacto.png") 0 -2px no-repeat;
	border: 0;
	font-style: italic;
	font-weight: bold;
	font-size: 0.9em;
	font-family: "Lucida Grande", Arial, Verdana, sans-serif;
	color: #fff;
}

.bt_contacto:hover {
	background: url("../imagenes/bg/Bg_Bt_Contacto.png") 0 -42px no-repeat;
}

.bt_contacto:active {
	background: url("../imagenes/bg/Bg_Bt_Contacto.png") 0 -82px no-repeat;
}

.bt_contacto a{
	color: #FFF;
	text-decoration: none;
	display:block;
	font-family:"Lucida Grande",Arial,Verdana,sans-serif;
	font-size:1.1em;
	font-style:italic;
	font-weight:bold;
	height:30px;
	padding-top:13px;
	position:absolute;
	text-align:center;
	width:220px;
}


/*
_______________________________
ERROR 404 */

.error404 {
	font-size: 4.0em;
}


/*
_______________________________
END */