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

/* ============================= reset ====================== */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th { font-size: 1em; font-weight: normal; font-style: normal; }
ul,ol { list-style: none; }
fieldset,img { border: none; }
caption,th { text-align: left; }
table { border-collapse: collapse; }
a img { border:0; }
a:focus { outline:none; }

/* ============================= etiquetas ====================== */
body {
	background: #DADADA;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 18px;
	font-weight: bold;
	color: #AE335D;
	text-align: left;
	text-transform: uppercase;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	color: #AE335D;
	text-align: left;
	background-image: url(../img/bullet.gif);
	background-repeat: no-repeat;
	padding-left: 19px;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	color: #AE335D;
	text-align: justify;
	padding-top: 7px;
}
h4 {
	font-size: 14px;
	font-weight: bold;
	color: #AE335D;
	text-align: justify;
	padding-top: 20px;
}
h5 {
	font-size: 14px;
	font-weight: bold;
	color: #AE335D;
	text-align: justify;
}
p {
	font-size: 12px;
	font-weight: normal;
	color: #333;
	text-align: justify;
	line-height:15px;
	padding-top:14px;
}
strong {
	color: #333;
	font-weight: bold;
}
a { color: #AE335D; text-decoration: none; }
a:hover { color: #333; }

/* ============================= layout ====================== */
#container {
	width: 912px;
	background: #DADADA;
	margin: 0px auto;
	padding-top: 20px;
}
#header {
	width: 912px;
	height: 125px;
	margin: 0px auto;
	background-image: url(../img/fondo_cabecera.gif);
	background-repeat: no-repeat;
}
#contenido {
	width: 912px;
	margin: 0px auto;
	padding-bottom: 5px;
	overflow: hidden;
	background-image: url(../img/fondo_cuerpo.gif);
}
#footer {
	width: 912px;
	height: 51px;
	margin: 0px auto;
	clear: both;
	background-image: url(../img/fondo_footer.gif);
}

/* ============================= menu-submenu ====================== */
#menu {
	width:870px;
	height:27px;
	margin: 0px auto;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #000;
}
#submenu {
	width:870px;
	height:22px;
	margin: 0px auto;
	font-size: 12px;
	font-weight: bold;
	background-color: #AE335D;
}
#menu ul, li, #submenu ul, li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#menu li, #submenu li{
	float: left;
}
#menu a{
	display: block;
	color: #FFF;
	text-decoration: none;
	line-height:27px;
	padding: 0px 20px;
	text-align: center;
	border-right: 1px solid #666666;
}
#submenu a{
	display: block;
	color: #FFF;
	text-decoration: none;
	line-height:22px;
	padding: 0px 20px;
	text-align: center;
}
#menu a:hover { background: #AE335D; }
#submenu a:hover { color: #E2C0CA; }
#menuactivado { background: #AE335D; }
#submenuactivado a { color: #E2C0CA; }

/* ============================= menu footer-idiomas ====================== */
#menu_footer {
	width:160px;
	padding:0px;
	font-size: 12px;
	float: right;
}
#menu_idiomas {
	width:170px;
	padding:0px;
	font-size: 12px;
	float: right;
	margin-top: 74px;
}
#menu_footer ul, li, #menu_idiomas ul, li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#menu_footer li, #menu_idiomas li {
	float: left;
}
#menu_footer a, #menu_idiomas a {
	color: #FFF;
	text-decoration: none;
	line-height:32px;
	padding: 0px 10px;
	text-align: center;
}
#menu_footer a:hover, #rss a:hover { color: #AE335D; }
#menu_idiomas a:hover{ color: #E2C0CA; }
.separador{ border-right: 1px solid #FFF; }
#rss {
	padding:0px;
	font-size: 12px;
	float: left;
	margin-left: 45px;
    background-image: url(../img/rss.gif);
	background-repeat: no-repeat;
	background-position: 0px;
}
#rss ul, li{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#rss a{
	color: #FFF;
	text-decoration: none;
	line-height:32px;
	text-align: left;
	padding: 0px 0px 0px 27px;
}
/* ============================= home ====================== */

#logotipo {
	width: 419px;
	height: 68px;
	float: left;
	padding: 36px 0px 0px 38px;
}

#banner {
	width: 200px;
	height: 68px;
	float: left;
	padding: 36px 0px 0px 38px;
}
#flash {
	width: 870px;
	height: 346px;
	margin: 5px auto;
}
#destacados {
	width: 870px;
	height: 289px;
	margin: 0px auto;
}
#destacado01 {
	width: 290px;
	height: 289px;
	background-image: url(../img/fondo_destacado01.jpg);
	background-repeat: no-repeat;
	float: left;
}
#destacado02 {
	width: 290px;
	height: 289px;
	background-image: url(../img/fondo_destacado02.jpg);
	background-repeat: no-repeat;
	float: left;
}
#destacado03 {
	width: 290px;
	height: 289px;
	background-image: url(../img/fondo_destacado03.jpg);
	background-repeat: no-repeat;
	float: left;
}
.titulo { margin: 10px 17px 0 14px; }
.titular { margin: 130px 17px 0 14px; }
.textohome {
	margin: 5px 17px 12px 14px;
	font-size: 12px;
	color: #333;
	text-align: left;
}
.telefono { margin: 20px 17px 27px 14px; }
.botonentrar a {
	float: right;
	width: 67px;
	height: 20px;
	background-image: url(../img/boton_entrar.gif);
	background-repeat: no-repeat;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	line-height: 18px;
	margin-right: 17px;
	display: block;
}
.botonentrar a:hover {
	background-position: 0px -20px;
}

/* ============================= secciones ====================== */
#izquierda1 {
	width: 591px;
	float: left;
	margin: 20px 0px 0px 40px;
	display:inline; /* para corregir el doble margen izquierdo que muestra IE6 en un div flotante */
}
#izquierda2 {
	width: 832px;
	margin: 0px auto;
	padding-top: 20px;
}
#derecha1 {
	width: 226px;
	height: 480px;
	float: left;
	margin: 49px 0px 0px 15px;
	background-image: url(../img/separador.gif);
	background-repeat: no-repeat;
	text-align: right;
}
#centro1 {
	width: 790px;
	margin: 0px auto;
	padding-top: 30px;
	overflow: hidden;
}
#centro2 {
	width: 700px;
	margin: 0px auto;
	padding: 0px 25px 0px 25px;
	background-color: #F5F5F5;
}
.separador1 {
	background-image: url(../img/separador.gif);
	background-repeat: no-repeat;
	background-position: 395px 50px;
}
.separador2 {
	background-image: url(../img/separador_02.gif);
	background-repeat: no-repeat;
	background-position: 395px 57px;
}
.separador3 {
	background-image: url(../img/separador_03.gif);
	background-repeat: no-repeat;
	background-position: 395px 40px;
}
.imagensuperior {
	padding-top: 7px;
}
.imagenlateral { padding-bottom: 29px; }
#destacado {
	width: 868px;
	height: 223px;
	background-image: url(../img/fondo_destacado.gif);
	background-repeat: repeat-x;
	margin: 0px auto;
	clear: both;
	border: 1px solid #CDCDCD;
}
#destacado2 {
	width: 868px;
	background-image: url(../img/fondo_destacado.gif);
	background-repeat: repeat-x;
	border: 1px solid #CDCDCD;
	margin: 0px auto;
}
#destacadoizquierda {
	width: 396px;
	height: 208px;
	float: left;
	padding: 15px 20px 0px 17px;
	border-right: 1px solid #A7A7A7;
}
#destacadoderecha {
	width: 396px;
	height: 208px;
	float: left;
	padding: 15px 20px 0px 17px;
	border-left: 1px solid #FFF;
}
.granollers {
	width: 335px;
	height: 228px;
	float: left;
	padding-bottom: 20px;
	background-image: url(../img/fondo_granollers.gif);
	background-repeat: no-repeat;
}
.tona {
	width: 335px;
	height: 228px;
	float: right;
	padding-bottom: 20px;
	background-image: url(../img/fondo_tona.gif);
	background-repeat: no-repeat;
}
.garriga {
	width: 335px;
	height: 228px;
	float: left;
	padding-bottom: 20px;
	background-image: url(../img/fondo_garriga.gif);
	background-repeat: no-repeat;
}
.direccion {
	width: 190px;
	padding-left: 135px;
}
.mapa { padding-top: 10px; }
/* ============================= consejos ====================== */
.bloqueizquierda {
	width: 363px;
	float: left;
}
.bloquederecha {
	width: 363px;
	float: right;
}
.consejo {
	width: 100%;
	height: 350px;
	min-height: 350px;
}
.bombilla {
	width: 100%;
	height: 320px;
	min-height: 320px;
}
.botoninfo a {
	float: right;
	width: 121px;
	height: 20px;
	background-image: url(../img/boton_info.gif);
	background-repeat: no-repeat;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	line-height: 18px;
	display: block;
}
.botoninfo a:hover {
	background-position: 0px -20px;
}
.lista1 {
	width: 700px;
	margin: 0px auto;
	background-color: #F5F5F5;
	padding: 0px 25px 0px 25px;
}
.lista2 {
	width: 704px;
	background-image: url(../img/fondo_destacado.gif);
	background-repeat: repeat-x;
	border: 1px solid #CDCDCD;
	padding: 20px 82px 0px 82px;
	margin: 0px auto;
}
.lista1 ul, .lista2 ul {
	list-style-type: none;
	font-size: 12px;
	color: #333;
	text-align: justify;
	padding: 20px 0px 20px 0px;
}
.lista1 ul li, .lista2 ul li {
	padding: 0px 0px 10px 20px;
	background-image: url(../img/bullet.gif);
	background-repeat: no-repeat;
    vertical-align: top;
}
.bordesup {
	width: 750px;
	height: 28px;
	margin: 10px auto 0px auto;
	background-image: url(../img/bordesup.gif);
	background-repeat: no-repeat;
	position: relative;
	top: 10px;
}
.bordeinf {
	width: 750px;
	height: 28px;
	margin: 0px auto 15px auto;
	background-image: url(../img/bordeinf.gif);
	background-repeat: no-repeat;
	position: relative;
	top: -10px;
}
.tarjeta {
	padding: 20px 0px 20px 0px;
	margin: 0px auto;
	text-align: center;
}
.textodestacado {
	padding: 20px;
	text-align: center;
}
.listaanidada {
	width: 600px;
	margin: 0px auto;
}
.listaanidada ul {
    padding-top: 10px;
}
.listaanidada ul li {
	padding-left: 20px;
	background-image: url(../img/bullet.gif);
	background-repeat: no-repeat;
    vertical-align: top;
}
.calentador {
	padding: 20px 20px 15px 20px;
	margin: 0px auto;
	text-align: center;
}
.aislamiento {
	float: left;
	padding: 17px 15px 0px 0px;
}
/* ============================= contratar ====================== */
.punto1, .punto2, .punto3, .punto4, .punto5 {
	font-size: 16px;
	font-weight: bold;
	color: #AE335D;
	text-align: left;
	line-height: 25px;
	padding-left: 30px;
	margin-top: 20px;
}
.punto1 {
	background-image: url(../img/1.gif);
	background-repeat: no-repeat;
}
.punto2 {
	background-image: url(../img/2.gif);
	background-repeat: no-repeat;
}
.punto3 {
	background-image: url(../img/3.gif);
	background-repeat: no-repeat;
}
.punto4 {
	background-image: url(../img/4.gif);
	background-repeat: no-repeat;
}
.punto5 {
	background-image: url(../img/5.gif);
	background-repeat: no-repeat;
}
/* ============================= calculadora ====================== */
#calculadora {
	width: 650px;
	height: 250px;
	margin: 0px auto;
	background-color: #F5F5F5;
	padding: 15px 0px 0px 100px;
}
.calculadoracol {
	width: 200px;
	float: left;
}
.check {
	height: 40px;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-align: left;
}
#botoncalcular a {
	width: 67px;
	height: 20px;
	background-image: url(../img/boton_entrar.gif);
	background-repeat: no-repeat;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	line-height: 18px;
	display: block;
	margin-left: 30px;
}
#botoncalcular a:hover {
	background-position: 0px -20px;
}
#resultado {
	width: 685px;
	height: 30px;
	margin: 0px auto 10px auto;
	background-color: #AE335D;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	text-align: right;
	line-height: 30px;
	padding-right: 15px;
}
.warning {
	font-size: 14px;
	font-weight: bold;
	color: #AE335D;
	text-align: center;
	line-height: 30px;
}
.tablatit {
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	background-color: #000;
}
/* ============================= tabla tarifas ====================== */
#tabla_tarifas {
	height: 360px;
}
#tabla_tarifas table {
	font-size: 12px;
	color:#FFFFFF;
}
#tabla_tarifas table tr td {
	padding: 10px;
}
#tabla_tarifas table thead th {
	background-color: #000;
	font-weight: bold;
	font-size: 14px;
	text-align:center;
	padding: 10px 20px;
	border: 1px solid #FFF;
}
#tabla_tarifas table tbody tr th {
	width: 300px;
	font-weight: normal;
	text-align:center;
	padding: 10px 20px;
	background-color: #BA335D;
	border: 1px solid #A90034;
}
#tabla_tarifas table tbody td {
	width: 150px;
	color: #AE335D;
	text-align:center;
	background-color: #E6E6E6;
	border: 1px solid #BA335D;
}
/* ============================= formulario ====================== */
#formulario {
	width: 620px;
	height: 480px;
	margin: 0px auto;
}
#contacto{
	width:390px;
	font-size: 12px;
	color: #AE335D;
	float: left;
	margin: 0px auto;
}
#contacto label{
	display:block;
	font-weight:bold;
	text-align:right;
	width:80px;
	float:left;
	padding-top: 6px;
}
#contacto input, #contacto textarea{
	float:left;
	border:solid 1px #AE335D;
	width:250px;
	margin: 2px 0px 15px 10px;
	padding: 4px 2px 4px 2px;
}
#contacto input:focus, #contacto textarea:focus {
    background: #eee;
}
#contacto button {
	float:left;
	border:0;
	padding:0;
	margin-left:200px;
	width:67px;
	height:20px;
	text-align:center;
	line-height: 20px;
	color:#FFFFFF;
	font-weight:bold;
	background-image: url(../img/boton_entrar.gif);
	background-repeat: no-repeat;
	background-color: #F5F5F5;
	cursor:pointer;
}
#contacto button:hover {
	background-position: 0px -20px;
}
#disclaimer {
	float: right;
	width: 190px;
	font-size: 11px;
	text-align: justify;
	color: #AE335D;
	background-color: #EBEBEB;
	padding: 20px;
	height: 353px;
}
#telefonos {
	height: 228px;
}
/* ============================= noticias ====================== */
.ultimanot {
	overflow: hidden;
	width: 700px;
	padding-bottom: 12px;
}
.titularultimanot {
	float: left;
	padding: 0px;
	font-size: 16px;
	font-weight: bold;
	color: #AE335D;
	text-align: justify;
	margin: 10px 0px 0px 0px;
}
.fechaultima {
	float: left;
	font-size: 12px;
	color: #AE335D;
	clear: both;
	margin-top: 5px;
}
.fotogrande {
	float: left;
	padding-right: 10px;
	clear: both;
	padding-bottom: 10px;
}
.textoultimanot {
	font-size: 12px;
	color: #000;
	text-align: justify;
	float: left;
	width: 700px;
	padding-top: 10px;
	padding-bottom: 15px;
}
.miniatura {
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-top: 11px;
}
.titularnot {
	float: left;
	padding: 0px;
	font-size: 14px;
	font-weight: bold;
	color: #AE335D;
	text-align: justify;
	width: 580px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.fecha {
	float: left;
	font-size: 12px;
	color: #AE335D;
	margin-top: 5px;
	width: 580px;
	text-align: left;
}
.textonot {
	font-size: 12px;
	color: #000;
	text-align: justify;
	float: left;
	width: 580px;
	padding-top: 10px;
	padding-bottom: 20px;
	height: 22px;
}
.botonvolver a {
	float: right;
	width: 67px;
	height: 20px;
	background-image: url(../img/boton_entrar.gif);
	background-repeat: no-repeat;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	line-height: 18px;
	display: block;
}
.botonvolver a:hover {
	background-position: 0px -20px;
}
