/* PARTE DEL MENU GENERAL */

body{
	background-color:#FFFFFF;
	margin:0px;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
.subrayado {
	text-decoration: underline;
}

#menu_que {
	display: block;
	width: 114px;
	height: 23px;
	background-image: url(../imagenes/menu_que.gif);
	background-position: top;
}

#menu_que:hover{
	background-position: center bottom;
}

#menu_que_on{
	display: block;
	width: 114px;
	height: 23px;
	background-image: url(../imagenes/menu_que.gif);
	background-position: center bottom;
}

#menu_porque {
	display: block;
	width: 113px;
	height: 23px;
	background-image: url(../imagenes/menu_porque.gif);
	background-position: top;
}

#menu_porque:hover{
	background-position: center bottom;
}

#menu_porque_on {
	display: block;
	width: 113px;
	height: 23px;
	background-image: url(../imagenes/menu_porque.gif);
	background-position: center bottom;
}

#menu_particulares {
	display: block;
	width: 78px;
	height: 23px;
	background-image: url(../imagenes/menu_particulares.gif);
	background-position: top;
}

#menu_particulares:hover{
	background-position: center bottom;
}

#menu_particulares_on {
	display: block;
	width: 78px;
	height: 23px;
	background-image: url(../imagenes/menu_particulares.gif);
	background-position: center bottom;
}

#menu_empresas {
	display: block;
	width: 57px;
	height: 23px;
	background-image: url(../imagenes/menu_empresas.gif);
	background-position: top;
}

#menu_empresas:hover{
	background-position: center bottom;
}

#menu_empresas_on {
	display: block;
	width: 57px;
	height: 23px;
	background-image: url(../imagenes/menu_empresas.gif);
	background-position: center bottom;
}

#menu_consejos {
	display: block;
	width: 93px;
	height: 23px;
	background-image: url(../imagenes/menu_consejos.gif);
	background-position: top;
}

#menu_consejos:hover{
	background-position: center bottom;
}

#menu_consejos_on {
	display: block;
	width: 93px;
	height: 23px;
	background-image: url(../imagenes/menu_consejos.gif);
	background-position: center bottom;
}

.menu_separador {
	background-image: url(../imagenes/menu_separador.gif);
	background-repeat: no-repeat;
	background-position: center top;

}

/*PARTE DE TEXTOS */


.texto12Naranja {
	font-family: "trebuchet MS";
	font-size: 12px;
	color: #F68427;
	line-height:14px;
}

.texto12Gris {
	font-family: "trebuchet MS";
	font-size: 12px;
	color: #666666;
	line-height:14px;	
}

.texto13Gris {
	font-family: "trebuchet MS";
	font-size: 12px;
	color: #666666;
	line-height:15px;	
}

.texto10Gris {
	font-family: "trebuchet MS";
	font-size: 10px;
	color: #666666;
	line-height:13px;
}

.texto11Negro {
	font-family: "trebuchet MS";
	font-size: 11px;
	color: #000000;
}

.textoMiniGris {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #999999;
}

.texto12Rosa {
	font-family: "trebuchet MS";
	font-size: 12px;
	color: #EB0080;
	line-height:14px;	
}

.texto12Azul {
	font-family: "trebuchet MS";
	font-size: 12px;
	color: #003f98;
	line-height:14px;	
}

.texto13Rosa {
	font-family: "trebuchet MS";
	font-size: 13px;
	color: #EB0080;
	line-height:15px;	
}

.texto13Azul {
	font-family: "trebuchet MS";
	font-size: 13px;
	color: #003f98;
	line-height:15px;	
}

/* PARTE DEL CUADRO CON GRIS */

#marco_arriba{
	background-image: url(../imagenes/marco_arriba.gif);
	background-repeat: repeat-x;
	background-position: left top;

}

#marco_abajo{
	background-image: url(../imagenes/marco_abajo.gif);
	background-repeat: repeat-x;
	background-position: left bottom;

}

#marco_izquierda{
	background-image: url(../imagenes/marco_izquierda.gif);
	background-repeat: repeat-y;
	background-position: left top;

}

#marco_derecha{
	background-image: url(../imagenes/marco_derecha.gif);
	background-repeat: repeat-y;
	background-position: right top;

}

/* ******************* */

.marcoGris{
	border: thin solid #cccccc;
}


/* INTERIORES */

#fondoInteriores{
	background-image: url(../imagenes/fondo_central_inte.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	
}
#fondoLocalizanos{
	background-image: url(../imagenes/fondo_central_localizanos.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	
}

#fondoInterioresSL{
	background-image: url(../imagenes/fondo_central_inteSL.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	
}

#fondoConsejos{
	background-image: url(../imagenes/fondo_central_conse.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	
}

#fondoPeque{
	background-image: url(../imagenes/fondo_peque.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	
}

.fondoTroquel{
	background-image: url(../imagenes/troquel.gif);
	background-repeat:repeat-x;	
}

.fondoPieInteriores{
	background-image: url(../imagenes/fondo_infe_inte.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height:50px;

}

#imagenQue{
	background-image: url(../imagenes/imagen_que.jpg);
	background-repeat: no-repeat;
	background-position: right top;

}

#imagenPorQue{
	background-image: url(../imagenes/imagen_porque.jpg);
	background-repeat: no-repeat;
	background-position: right top;

}

#imagenParticulares{
	background-image: url(../imagenes/imagen_particulares.jpg);
	background-repeat: no-repeat;
	background-position: right top;

}

#imagenParticulareslp{
	background-image: url(../imagenes/imagen_particulareslp.jpg);
	background-repeat: no-repeat;
	background-position: right top;

}

#imagenParticularesReformas{
	background-image: url(../imagenes/imagen_particularesReformas.jpg);
	background-repeat: no-repeat;
	background-position: right top;

}

#imagenEmpresas{
	background-image: url(../imagenes/imagen_empresas.jpg);
	background-repeat: no-repeat;
	background-position: right top;

}

#imagenContratar{
	background-image: url(../imagenes/imagen_contratar.jpg);
	background-repeat: no-repeat;
	background-position: right top;

}

#imagenAutonomos{
	background-image: url(../imagenes/imagen_autonomos.jpg);
	background-repeat: no-repeat;
	background-position: right top;

}

.listaCuadroRosa{
	list-style-type: none;
	list-style-image: url(../imagenes/cuadro_rosa.gif); 
}

.listaCuadroBnaran{
	list-style-type: none;
	list-style-image: url(../imagenes/cuadro_bnaran.gif); 
}

.listaVacio{
	list-style-type: none;
}
.texto13Naranja {

	font-family: "trebuchet MS";
	font-size: 13px;
	color: #F68427;
}
.texto13Blanco {
	font-family: "trebuchet MS";
	font-size: 13px;
	color: #FFFFFF;
}
.texto12grisClaro {

	font-family: "trebuchet MS";
	font-size: 12px;
	color: #999999;
}
.miniaturas img {
	border: 1px solid #FF9900;
}
.textoMiniaturas {
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-size:10px;
	color: #666666;
	line-height: 11px;
	padding: 3px 4px 10px 4px;
}
.margen_dcha_400 {
	padding-right: 380px;
}
#liveclock {
	display:inline;
}
.mapaWeb_nivel2 {
	font-family: "trebuchet MS";
	font-size: 12px;
	line-height:12px;
	color: #999999;
}
.invisible{
	display:none;
	visibility:hidden;
}
.fondoSobreSuperior{
 background-image:url(../imagenes/fondo_sup_inte.jpg);
 background-repeat:no-repeat;
}

#bestPrice{
	display:none;
	visibility:hidden;
	position:absolute;
	top:10px;
	right:-30px;
	height:78px;
	width:77px;
}

.oculto{
	visibility:hidden;
}

.nooculto{
	visibility:visible;
}

.titulohome{
	font-family:Arial, Helvetica, sans-serif;
	font-size:22px;
	color:#fcb913;
	margin:0px;
	padding:0px;
	margin-bottom:-20px;
	}
.titulohome2{
	font-family:"trebuchet MS",Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#fcb913;
	margin:0px;
	padding:0px;
	}
	
.popLayer{
	background-image:url(../imagenes/fondo_black_50trans.png);
	width:100%;
	height:100%;
	margin:auto;
	text-align:center;
	position:absolute;
	z-index:999999;
}.popLayer .cerrar{
	width:350px;
	height:35px;
	text-align:right;
	margin:auto;
	margin-top:150px;
}
