﻿@charset "utf-8";
/* CSS Document */

* {
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif, "Myriad Pro";
	outline:none;
}


body {
	margin:0px;
	background-color:#fff;
	color:#686868;
}

div#contenedor_total {
	width:100%;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	background-color:transparent;
}


div#cabecera {
	width:940px;
	margin-left:auto;
	margin-right:auto;
	padding:25px;
	padding-bottom:0px;
	background-color:transparent;
}



a#inicio {
	display:block;
	width:271px;
	height:168px;
	background-image:url(imagenes/logo.jpg);
	background-repeat:no-repeat;
	float:left;
	margin-bottom:15px;
}



div#banderas {
	width:90px;
	margin-left:-50px;
	height:29px;
	text-align:right;
	margin-right:0px;
	margin-bottom:10px;
	float:right;
	position:relative;
	z-index:3;
	background-color:transparent;
}

a.bandera {
	display:inline-block;
	width:28px;
	height:29px;
	background-repeat:no-repeat;
	margin-left:10px;
}

a#catalan {background-image:url(imagenes/bandera_catalana.png);}
a#espanol {background-image:url(imagenes/bandera_espanya.png);}



div#encierra_menu {
	width:100%;
	height:30px;
	text-align:center;
	background-color:#ebebed;
	/*margin-top:-3px;*/
}

div#menu {
	width:990px;
	height:34px;
	padding-top:5px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	position:relative;
	z-index:1;
	background-color:transparent;
}


a.menu, a.menu_esp {
	margin-left:18px;
	color:#5cbd18;
	text-decoration:none;
	font-size:14px;
}

a.menu:hover, a.menu_esp:hover {text-decoration:underline;}
a.seleccionado {font-weight:bold;}

a.menu_esp {
	font-size:12px;
}


div#contenedor {
	width:940px;
	padding:25px;
	margin:0px auto;
	clear:both;
	background-color:transparent;
}



div#centro {
	/*width:980px;*/
	margin-left:auto;
	margin-right:auto;
}


div#columna_der {
	width:730px;
	margin-right:0px;
	margin-left:auto;
	background-color:transparent;
}

div#columna_izq {
	width:192px;
	float:left;
	background-color:transparent;
}


div.cuadro_gris {
	border:solid #ccc 1px;
	background-image:url(imagenes/fondo_cuadros_grises.jpg);
	background-position:left top;
	background-repeat:repeat-x;
	background-color:#f2f2f2;
	padding:10px;
	margin-bottom:10px;
}

div.cuadro_gris p {
	text-align:left;
}

div.contenido {
	width:730px;
	margin-left:auto;
	margin-right:auto;
	text-align:justify;
	background-color:transparent;
}

div.contenido em{
font-size:12px;
margin-top:-5px;
}

div.fondo_oferta {
	width:700px;
	padding:15px;
	padding-top:10px;
	height:55px;
	background-image:url(imagenes/fondo_oferta.png);
	background-repeat:no-repeat;
	background-color:transparent;
	margin-bottom:10px;
}

img.oferta {
	display:block;
	margin:0px auto;
	margin-bottom:10px;
}

p.oferta_actual {
	color:#000;
	width:110px;
	font-size:24px;
	line-height:27px;
	float:left;
	background-color:transparent;
}

p.porcentaje {
	color:#fff;
	font-size:60px;
	line-height:60px;
	font-weight:bold;
	float:left;
}

p.descuento {
	color:#000;
	width:360px;
	padding:0px 10px;
	font-size:24px;
	line-height:27px;
	float:left;
	background-color:transparent;
}


a.logo {
	display:inline-block;
	height:20px;
	padding-left:20px;
}

a.logo img {height:100%;}



div.ficha {
	width:345px;
	float:left;
	text-align:center;
	margin:0px 10px;
	margin-bottom:20px;
	background-color:transparent;
}

a.ficha {
	display:block;
	width:345px;
}

a.ficha img {
	width:100%;
}



div#popup {
	display:block;
	width:800px;
	height:693px;
}





/* --------------------------------------- TEXTOS --------------------------------------- */


h1 {
	font-family:"Myriad Pro", Arial, Helvetica, sans-serif;
	font-size:24px;
	margin-bottom:10px;
	color:#272727;
}

h2, a.verde_bold {
	color:#272727;
	font-weight:normal;
	font-size:16px;
	margin-bottom:5px;
	text-decoration:none;
	display:block;
}

a.verde_bold {
	color:#5cbd18;
	font-weight:bold;
}

a.verde_bold:hover {
	text-decoration:underline;
}


#contenido_00 {
	display:block;
}


#contenido_01, #contenido_02, #contenido_03, #contenido_04 , #contenido_05{
	display:none;
}





h3, div#boletin h3 {
	color:#228ca4;
	font-size:13px;
	margin-bottom:5px;
}


h4 {
	color:#000;
	font-size:14px;
	font-weight:bold;
}



p, a.texto, a.leer_mas, div#boletin a {
	margin:0px;
	margin-bottom:10px;
	text-align:justify;
	font-size:13px;
	line-height:16px;
	color:#838383;
}



a, li {
	color:#838383;
	text-decoration:none;
}

a.texto, div#boletin a {
	color:#5cbd18;
	font-weight:normal;
	text-decoration:underline;
}
a.texto:hover, div#boletin a:hover {
	color:#838383;
	text-decoration:none;
}


ul {
	list-style-type:square;
	font-size:13px;
	color:#838383;
}

li {
	margin-bottom:8px;
	padding-left:0px;
	margin-left:20px;
}






/* ---------------------------------------------- FORMULARIOS ---------------------------------------------- */


div.formulario_contacto {
	width:470px;
	height:290px;
	height:300px\9;
	background-color:transparent;
}

div.formulario_contacto p, div.formulario_contacto * {
	font-size:13px;
}

input.texto, input.corto, textarea#mensaje {
	font-size:12px;
	border:solid 1px #5cbd18;
	background-color:#fff;
	width:364px;
	padding:2px;
	margin-bottom:10px;
}

input.corto {width:150px;}


textarea#mensaje {
	width:364px;
	height:105px;
	height:115px\9;
	overflow:auto;
	resize:none;
}

.select {
	border:solid 1px #5cbd18;
	background-color:#fff;
}


label {
	display:block;
	float:left;
	width:100px;
	font-size:12px;
}

.obligatorio {
	color:#5cbd18;
}




/* --------------------------------------- COMUNES --------------------------------------- */



br.salto {clear:both;}

a img {border:none;}

.flota_izq {float:left;}


.flota_der {float:right;}

img.flota_der {float:right; margin-left:10px; margin-bottom:10px;}


.centrado, .centrada {
	display:block;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

.ancho_100 {width:100%;}


.negrita {font-weight:bold;}
.verde {color:#99fe00;}
.verde_oscuro {color:#5cbd18;}
.gris {color:#ccc;}
.negro {color:#000;}
.mini {font-size:10px;}

span.oculto {display:none;}


a.mas_info, a.mas_info_grande {
	display:block;
	width:40px;
	height:15px;
	background-image:url(imagenes/mas.png);
	background-repeat:no-repeat;
	text-align:right;
	margin-right:0px;
	margin-left:auto;
	font-size:13px;
}
a.mas_info:hover, a.mas_info_grande:hover {
	color:#5cbd18;
}


a.mas_info_grande {
	width:50px;
	font-size:16px;
	font-weight:bold;
	text-align:right;
	margin-right:10px;
	background-color:transparent;
}



p.num_telefono {
	font-size:27px;
	line-height:30px;
	padding-top:10px;
	margin-bottom:10px;
}

p.horario {
	text-align:center;
	font-size:11px;
}



a.fondo_verde {
	display:block;
	background-color:#85d101;
	color:#fff;
	text-align:center;
	padding:5px;
	font-size:13px;
}
a.fondo_verde:hover {
	text-decoration:underline;
}



img.titulo_verde {
	width:170px;
	float:left;
	margin-right:20px;
}

img.titulo_verde2 {
	width:160px;
	float:left;
	margin:10px;
	margin-top:0px;
}




.trabajo {}

.trabajo_mini {width:118px;}



/* --------------------------------------- ROTATORS --------------------------------------- */


#rotator_cabecera {
	width:346px;
	height:191px;
	overflow:hidden;
	margin:0px;
	padding:0px;
	margin-right:0px;
	margin-left:auto;
	position:relative;
	z-index:2;
	background-color:transparent;
	background-color:#fff;
}

#rotator_cabecera li {
	list-style:none;
	margin:0px;
	padding:0px;
	background-color:#fff;
}


div#rotator_index {
	width:723px;
	height:192px;
	overflow:hidden;
	margin:0px;
	padding:0px;
	margin-bottom:20px;
	background-color:#fff;
	border:solid #ccc 3px;
}








/* --------------------------------------- DIV PIE --------------------------------------- */

div#pie {
	margin-left:auto;
	margin-right:auto;
	width:100%;
	color:#838383;
	clear:both;
	text-align:center;
	font-size:13px;
	background-color:transparent;
}

div#pie a {
	text-decoration:none;
	color:#838383;
}


div#pie a:hover {
	text-decoration:underline;
	color:#5cbd18;
}

div#letras_pie {
	margin-left:auto;
	margin-right:auto;
	width:100%;
	color:#686868;
	clear:both;
	text-align:justify;
	background-color:transparent;
	padding-top:50px;
}

div#letras_pie p {
	font-size:24px;
}


/*
#me_gusta {
	display:inline-block !important;
	float:none;
	width:130px;
	height:22px;
	overflow:hidden;
	font-weight:bold;
	text-align:right;
	color:#333;
	font-size:10px;
	position:relative;
	background-color:red;
}
*/

#iframe_me_gusta {
	border:none;
	overflow:hidden;
	width:130px;
	height:22px;
	margin:0px;
	position:relative;
	top:8px;
	background-color:transparent;
}




@font-face {
	font-family:"Agency FB";
	src:url(fuentes/AGENCYR.eot); /* EOT file for IE */
}
@font-face {
	font-family:"Agency FB";
	src:url(fuentes/AGENCYR.ttf) format('truetype'); /* TTF file for CSS3 browsers */
}



.agency, .agency * {
	font-family:"Agency FB", sans-serif;
	line-height:normal;
}


.mapa {
	width:450px;
	height:300px;
	float:right;
	margin-left:20px;
	background-color:transparent;
}


img.delegacion {
	display:block;
	margin-top:40px;
}




/* ------------------------------------- DIV INTERCAMBIO DE ENLACES ------------------------------------- */

div#enlaces {
	margin:0px auto;
	text-align:center;
	color:#000;
	width:730px;
	background-color:transparent;
}

div#enlaces, div#enlaces p, div#enlaces li, div#enlaces a {font-size:13px;}


div#enlaces table {
	width:100%;
	color:#000;
}


div#enlaces h2 {
	text-align:left;
}

div#enlaces li {
	width:180px;
	text-align:left;
}

div#enlaces a {
	color:#5cbd18;
}

div#enlaces a:hover {
	text-decoration:none;
	color:#000;
}

div#enlaces td {
	text-align:left;
	margin-bottom:10px;
}



/* ---------------------------------------------- DIV BOLETIN ---------------------------------------------- */

div#boletin {
	margin:0px;
	margin-right:auto;
	font-size:13px;
	width:730px;
	height:132px;
	background-color:transparent;
}


div#boletin table {
	width:100%;
}


div#boletin * {}

div#boletin a {color:#5cbd18; text-decoration:none; font-weight:bold;}

div#boletin a:hover {color:#000; text-decoration:underline;}

div#boletin h3 {color:#5cbd18;}

div#boletin p {
	margin:0px;
	margin-bottom:20px;
	width:100%;
	text-align:justify;
	font-size:12px;
	color:#525252;
}

div#boletin input {
	margin:0px;
	margin-top:10px;
	margin-bottom:10px;
	color:#000;
}




/* ---------------------------------------------- NOTICIAS ---------------------------------------------- */


div#tres_noticias {
	color:#fff;
	width:980px;
	height:130px;
	margin-bottom:10px;
}

div.noticia_mini {
	width:316px;
	height:100px;
	float:left;
	margin:0px 5px;
}

img.foto_mini {
	margin-right:15px;
	float:left;
	border:solid 2px #fff;
	width:126px;
}

a.foto_mini {
	display:block;
	float:right;
	margin-left:15px;
	width:126px;
}

a.foto_mini_lista {
	display:block;
	float:right;
	margin-right:5px;
	margin-left:10px;
	width:126px;
}



div.fotos_noticia {
	width:980px;
	min-height:100px;
	clear:right;
}


a.titulo_noticia {
	text-decoration:none;
	color:#46b8ec;
}
a.titulo_noticia:hover {
	text-decoration:underline;
}


a.texto_noticia {
	font-size:13px;
	text-decoration:none;
	color:#272727;
}
a.texto_noticia:hover {
	text-decoration:underline;
}


.fecha {
	color:#228ca4;
	font-style:italic;
	text-decoration:underline;
	padding-bottom:5px;
}





a.ver_todas {
	display:block;
	padding:5px;
	background-color:#272727;
	color:#fff;
	font-size:13px;
	text-align:center;
	font-weight:bold;
	width:120px;
	height:20px;
	margin-left:5px;
}

.botiga_izq{
float: right;
width:430px;
}

.ali_der{
	margin-right:0px;
	margin-left:auto;
	text-align:right;
}
