/* CSS Document */

body { font-family: 'Verdana';
	   background-color:#232a56;
	   background-image:url("../img/fondo_web_eurener.jpg");
}

form { margin:0px;
	   padding:0px;
}

img { border:0px;
}

a { text-decoration:none;
	color:#666;
}

a:hover { color:#ff5a00 !important;
}

a:visited { color:#666;
}

.seleccionado a { color:#ff5a00 !important;
				font-weight:bold;
}

a.enlace_especial_naranja { color: #FF9933;
}

a.enlace_importante { color:#FF6600 !important;
					  text-decoration:underline !important;
}

h4 { color:#002664;
	 margin:0px 0px 10px 0px;
	 padding:0px;
	 font-family:Arial;
}

#fondo { position:absolute;
		 float:left;
		 top:0px;
		 left:0px;
		 width:599px;
		 height:433px;
		 z-index:-1;
}

#atencion { position:absolute;
			 float:left;
			 top:445px;
			 left:10px;
			 width:178px;
			 height:35px;
			 z-index:-1;
}

#banner {
		position:absolute;
		float: left;
		top: 120px;
		left: 10px;
		z-index: -1;
}

#banner img {
	width: 178px;
}

#banners_laterales {
	position:absolute;
	float: left;
	top: 75px;
	left: 1000px;
	z-index: -1;
}

#banners_laterales img {
	margin-bottom: 10px;
	display: block;
	clear: both;
	width: 150px;
}

#cabecera { position:absolute;
		 	float:left;
			top:0px;
			left:0px;
			width:957px;
			height:75px;
			z-index:1;
			color:#fff;
			font-family:'Lucida Sans' !important;
}

#cabeceratitulo { z-index:999 !important;
				  clear:left;
}

#language { position:absolute;
			top:10px;
		   	right:0px;
		   	margin:0px;
		   	padding:0px;
		   	list-style:none;
			font-size:10px;
}

#idiomas { position:absolute;
		   top:30px;
		   right:0px;
		   margin:0px;
		   padding:0px;
		   list-style:none;
}

#idiomas li { float:left;
			  padding-left:10px;
}

#fecha { font-size:10px;
		 position:absolute;
		 bottom:5px;
		 right:0px;
		 margin:0px;
		 padding:0px;
}

#contenedor { position:absolute;
		 	  float:left;
			  top:75px;
			  left:207px;
			  width:750px;
			  z-index:1;
			  padding-bottom:20px;
}

#globalindex { background-color:#fff;
		  height: 100%;
    	  overflow: auto;
}

#global { position:relative !important;
		  background-color:#fff !important;
		  height: 100%;
    	  overflow: auto;
}

#pantalla { left:271px;
			width:455px;
			background-color:#fff;
			padding-left:20px;
			z-index:4;
			float:right;
}

#menu { width:270px;
		padding-bottom:15px;
		float:left;
		overflow:hidden;
}

.titulomenu { font-weight:bold;
			  color:#666;
}

#opcionesmenu { margin:0px;
				padding-left:30px;
height: 100%;
    overflow: auto;

}

#opcionesmenu li { font-family: 'Verdana' !important;;
				   font-size:17px;
				   font-weight:bold;
				   color:#666;
				   list-style:none;
				   margin:0px;
}

#opcionesmenu li.destacado a {
	color:#ff5a00 !important;
}

.opcionessubmenu { margin:0px !important;
				   padding:10px 0px 10px 0px !important;
}

.opcionessubmenu li { font-family: 'Lucida Sans' !important;;
					  font-size:12px !important;
					  font-weight:bold !important;
					  color:#666 !important;
				   	  list-style:none !important;
					  margin:0px !important;
					  padding:2px 0px 0px 30px!important;
}

.naranja { color:#ff5a00 !important;
		   font-weight:bold !important;
		   margin:0px !important;
		   padding:0px !important;
}

.azul { color:#002664 !important;
}

/***************** TABLAS ************************/

.titizq { width:330px;
		  font-size:11px;
		  background-color:#002664;
		  padding:2px 2px 2px 7px;
		  color:#fff;
		  font-weight:bold;
		  float:left;
		  margin-right:1px;
}

.titdcha { width:74px;
		   font-size:11px;
		   background-color:#666;
		   padding:2px 2px 2px 7px;
		   color:#fff;
		   font-weight:bold;
		   float:left;
}

.grisizq { width:339px;
		   background-color:#d4dae1;
		   float:left;
		   margin:0px 1px 0px 0px !important;
		   padding:0px !important;
		   height:4px !important;
}

.grisdcha { width:83px;
		   background-color:#d4dae1;
		   float:left;
		   margin:0px 1px 0px 0px !important;
		   padding:0px !important;
		   height:4px !important;
}

.tablaizq { width:330px;
			clear:both;
		    font-size:11px;
		    padding:10px 5px 10px 5px;
			color:#666;
			float:left;
}

.tabladcha { width:74px;
			 height:30px;
			 float:left;
			 font-size:11px;
		     padding:25px 5px 10px 5px;
			 text-align:center;
			 color:#666;
			 background-color:#efefef;
}

.form_encuesta {
	
}

.form_encuesta th, .form_encuesta td{
	text-align: left;
	padding-right: 5px;
	font-weight:normal;
	font-family:'Verdana';
	color:#666;
	font-size:10px;
}

.form_encuesta th.seccion {
	text-align: center;
	font-weight: bold;
	border-bottom: 1px solid #666;
	padding-top: 5px;
	margin-bottom: 5px;
}

.form_encuesta td{
	text-align: left;
	font-weight:normal;
	font-family:'Verdana';
	color:#666;
	font-size:11px;
}

#form_nota {
	text-align: left;
	font-weight:normal;
	font-style:italic;
	font-family:'Verdana';
	color:#666;
	font-size:8px;
}


/*********** NOTICIAS *****************/

.tablaizq2 { width:320px;
			 float:left;
		    font-size:11px;
		    padding:10px;
			color:#666;
			background-color:#fff;
}

.tabladcha2 { width:423px;
			  float:left;
		      font-size:11px;
		      padding:00px 0px 0px 0px;
			  color:#666;
			  background-color:#efefef;
		  
}
	   
		/******* SIN FOTO ********/
		
.imagennotisf { float:left;
			    padding:5px 0px;
			    width:0;
}

.flechanotisf { float:right;
			    padding:5px 10px;
			    width:15px;
}

.textonotisf { width:270px;
			   padding-right:15px;
			   float:right;
			   padding-bottom:10px;
}

       /********** CON FOTO ********/
			
.imagennoti { float:left;
			  padding:5px 0px;
			  width:100px;
}

.flechanoti { float:right;
			  padding:5px 10px;
			  width:15px;
}

.textonoti { width:280px;
			 float:right;
			 padding-bottom:10px;
}

.descarga { width:60px;;
			float:left;
			text-align:center;
			padding:10px 5px;
}

.contenidotit { color:#666;
		   		font-weight:bold;
}

.bottomdcha { width:339px;
		   background-color:#29456A;
		   float:left;
		   margin:0px 1px 0px 0px !important;
		   padding:0px !important;
		   height:1px !important;
}

.bottomizq { width:82px;
		   background-color:#666;
		   float:left;
		   margin:0px 0px 0px 0px !important;
		   padding:0px !important;
		   height:1px !important;
}




#totalpaginas { clear:both;
				color:#002664;
				font-size:11px;
				font-weight:bold;
				padding:15px;
}

.paginas { color:#666;
		   font-weight:normal !important;
}

/********* SECCION ********/
#subtitulo { font-family:'Verdana';
			 font-size:14px;
			 color:#002664 !important;
			 font-weight:bold;
			position:relative;
			top:-10px;
		   padding:2px 2px 2px 7px;
}

#colorcito { background-color:#ff5a00;
			 width:15px;
			 height:100px;
			 float:left;
			 margin-right:10px;
}

#numerito { font-size:60px;
			margin:0px !important; 
			padding:0px !important;
			color:#666;
			position:relative;
			top:-10px;
			font-family:'Impact';
}

#seccion { font-size:10px;
		   font-weight:bold !important;
		   color:#000;
		   position:relative;
		   top:-10px;
		   padding:2px 2px 2px 7px;
}

#textaco h3 { font-weight:bold;
			 font-family:'Verdana';
			 color:#666;
			 font-size:11px;
			 padding: 0 20px 0px 0 !important;
			 margin:15px 0 5px 0;
}

#textaco p { font-weight:normal;
			font-family:'Verdana';
			color:#666;
			font-size:11px;
			padding: 0 20px 10px 0 !important;
}

.comentario_foto { text-align:right !important;
				   margin:0px;
				   padding:0px 10px 0px;
				   line-height:20px;
}

.listadofact { list-style:none;
			   color:#666;
			   margin:0 0 10px 0;
			   padding:0px 10px 0px 20px;
			   font-size:11px;
}

.listadofact li { margin:0px;
			   	  padding:0px 10px 0px 20px;
}

/************ DESPLEGABLE ***************/
		.desplegable{ font-size:17px !important;
					  color:#000066 !important;
					  margin:5px 0 0 0;
		}
		.desplegable p{
			margin:0;padding:10px;
		}
		.desplegable span{cursor:pointer;font-weight:bold; color:#666}
		.desplegable span:hover{color:#ff5a00;}


#pie { clear:both;
	   color:#fff;
	   font-size:11px;
}

#topsolar {
	clear: both;
	margin-top: 10px;
	text-align: right;
}

/**************** CONTACTO ******************/

.error { color:#f00;
		 padding:5px;
		 font-size:14px;
}

.info { color:#416a41;
		 padding:5px;
		 font-size:14px;
}
#formulariojunto { margin:0px !important;
				   padding:0px !important;
				   width:350px;
}


#formulariojunto li { font-size:14px !important;
					  color:#666;
					  list-style-image:url("../img/flecha_formulario.gif");
					  margin:0px 0px 0px 25px;
					  padding:0px 0px 0px 0px;

}


#formulariocontacto { background-color:#e8e8e8;
					  margin:0px 20px 0px 0px;
					  padding:25px 10px 10px 25px;
					  background-image:url("../img/fondo_formulario.gif");
					  background-repeat:repeat-x;
}

#formulariocontacto li { font-size:14px;
						 color:#666;
						 list-style-image:url("../img/flecha_formulario.gif");
						 margin-top:10px;
						 font-family:'Arial Narrow'
}

.enviar { background-image:url("../img/inputs/boton_enviar.gif");
		  background-repeat:no-repeat;
		  border:0px;
		  color:#fff;
		  text-align:center;
		  width:75px;
		  margin:10px 40px 10px 10px;
}

.input_largo { background-image:url("../img/inputs/input_grande.gif");
			   width:310px;
			   border:1px solid #e8e8e8;
			   background-color:#e8e8e8;
			   background-repeat:no-repeat;
			   padding-left:5px;
}

.input_medio { background-image:url("../img/inputs/input_medio.gif");
			   width:218px;
			   border:1px solid #e8e8e8;
			   background-color:#e8e8e8;
			   background-repeat:no-repeat;
			   padding-left:5px;
}

.input_corto { background-image:url("../img/inputs/input_corto.gif");
			   width:148px;
			   border:1px solid #e8e8e8;
			   background-color:#e8e8e8;
			   background-repeat:no-repeat;
			   padding-left:5px;
}

.input_textarea { background-image:url("../img/inputs/input_consulta.gif");
				   width:380px;
				   height:90px;
				   border:0;
				   background-color:#e8e8e8;
				   background-repeat:no-repeat;
				   padding-left:5px;

}


#galeria_fotos { margin:0px 0px 20px 0px;
				 padding:0px;
				 overflow:hidden;

}
#galeria_fotos li { padding:0px 0px 0px 5px ;
					margin:0px 10px 0px 0px;
					float:left;
					width:130px;
					list-style:none;
									
}

#contacto_generico { overflow:hidden;
					 border-top:1px solid #999999;
					 margin-top:10px
}

#contacto_generico li { overflow:hidden;
						margin:0px;
					 	padding:0px;
						list-style-image:none !important;
						list-style:none;
}

#contacto_generico ul { margin:0px 0 0 0px;
						padding:0 0 0 20px;
						border:1px solid #E8E8E8;
}

.sinmargen { margin:0 0 10px 0;
			 padding:0 0px 0 40px;
}
	/********** CONTACTO VIVIENDAS AISLADAS **********/


	#formulariocontacto2 { background-color:#e8e8e8;
						  margin:0px 20px 20px 0px;
						  padding:25px 10px 10px 25px;
						  background-image:url("../img/fondo_formulario.gif");
						  background-repeat:repeat-x;
	}
	
	#formulariocontacto2 li { font-size:12px !important;
							 color:#666;
							 list-style-image:url("../img/flecha_formulario.gif");
							 margin-top:10px;
							 font-family:'Arial'
	}

	#formulariocontacto2 ul li ul { margin:0 0 10px 10px !important;
									padding:0px !important;
	}
	
	#formulariocontacto2 ul li ul li { font-weight:bold !important;
									   margin:0px;
									   padding:0px;
	}

	#formulariocontacto2 h2 { font-size:10px;
							 color:#002664;
	}
	
	.sinflecha { list-style:none !important;
				 list-style-image:none !important;
				 border:1px solid #E8E8E8;
	}

	
	.listadocons { margin:0px !important;
				   padding:0px 0px 0px 5px;
	}

/************** TOOL TIP *****************/

#general_franquicias { text-align:center !important;
					   margin:0 auto o auto !important;
					   padding:0 0 0 50px; 
					   overflow:hidden;
					   width:570px !important;
}

#general_franquicias ul { margin:0px;
					   padding:0px;
					   text-align:left;
}

.franquiciasss { float:left;
				 width:280px;
				 height:80px;
}

.nombrefranquicia { font-weight:bold;
					font-size:14px;
					list-style:none !important;
}

.datos { color:#666;
		 font-size:12px;
		 list-style:none !important;
		 padding-bottom:10px;
}

span.info {
    display: block;
	padding: 1px;
	margin-bottom: 1px;
	background-color: #FFFFCC;
	border: 1px solid #d8d7d7;
	color: #000;
}

/******************* RENTABILIDAD **********************/

.rentdcha { width:350px;
			background-color:#d4dae1;
			float:left;
			padding:4px;
		    margin:0 0px 0 0;
			color:#002664 !important;
			font-size:10px;
}

.rentizq { width:70px;
		   float:left;
		   padding:3px 3px 3px 5px;
		   margin:0 3px 0 0;
		   background-color:#efefef;
		   font-weight:bold !important;
		   font-size:12px;
}

.rentcont { clear:left !important;
			margin:0px 0 10px 71px;
			padding:10px 0px 20px 10px;
			width:370px;
			font-size:12px;
			color:#666 !important;
			font-weight:bold;
			float:left;
}

.rentsuperf { clear:left !important;
			margin:5px 0 0px 80px;
			width:360px;
			font-size:12px;
			color:#666 !important;
			font-weight:bold;
			float:left;
			padding:0px 0px 10px 0px;
}
.superficie { width:169px;
			  margin:0px 0px 00px 0px;
			  padding:5px;
			  background-color:#efefef;
			  float:left;
			  height:120px;
}

.kits { width:165px;
	    margin:0px 0px 0px 5px;
		padding:5px;
		background-color:#efefef;
		float:left;
		height:120px;
}

.menupie a { color:#999;
}

.menupie { color:#efefef !important;
		   font-size:10px !important;
		   text-align:left;
		   width:150px;
		   float:left;
		   margin:10px 0 10px 0;
		   padding:0px;
		   border-top:1px solid #999;
}

.menupie ul { padding:20px 0px 0px 20px;
			  margin:0px;
}


.menupie li { list-style:none !important;
			  width:130px;
}


.titulomenupie { font-weight:bold !important;
		   		 font-size:10px !important;
}
