@charset "utf-8";
/* CSS Document */


body{
	font-family: Helvetica, Arial, sans-serif;
	font-size:12px;
	color:#737272;
}


*{
	margin:0;
	padding:0;
}

/*---------------------------definicion de titulos H-------------------*/

h1{
/*titulo en 24 color grisaseo*/
	color:#777777;
	font-size:24px;
}
h2{
/*titulo en 16 color verde*/
	color:#777777;
	font-size:16px;
}
h3{
/*titulo en 16 color celeste*/
	color:#777777;
	font-size:16px;
}
h4{
color:#3e9dc4;
font-size:22px;
font-weight:lighter;
}
h6{
	font-size:9px;
}
.size14{
	font-size:14px;
}
.size12{
	font-size:12px;
}


.azul{
color:#777777;
font-weight:bold;
}

.size14_vd{
font-size:14px;
color:#f8c902;
font-weight:bold;
}

/*-------------------lineas Separadores----------------------------------*/
#Contents .sepvd{
	float:left;
	width:900px;
	height:1px;
/*	background-color:#f8c902;*/
	background-color:#F8C902;
	margin-bottom:25px;
/*	margin:10px 0 20px 0;*/
}
.sepaz{
	float:left;
	width:900px;
	height:1px;
	background-color:#acbdde;
	margin-bottom:30px;
	margin-top:30px;
}
/*---------------------Fdo header-----------------------------*/

#Container{
	width:100%;
	overflow:hidden;
	min-height:1204px;
	}





/*____________________________________Home___________________________	*/
#Header{
	width:100%;
	height:140px;
	background-color: #33CC33;
	background:url(img/fd_header.png) center;
}

#Logo{
	margin:auto;
	padding-top:8px;
	width:374px;
	height:100px;
}

#Menutop{
	width:850px;
	height:25px;
	margin:auto;
}

#Menutop ul{
	padding-top:4px;
	list-style-type:none;
}

#Menutop li{
		float:left;/*Flotar tb el li para que no aparezca escalado en IE*/
}

#Menutop a{
	float:left;
	width:205px;
	line-height:25px;
	text-indent:-5000px;/*desplazamos el texto del vinculo fuera de la pantalla*/
	overflow:hidden;/*oculta el borde punteado del vinculo desplazado por el text-indent*/
}



/*menu en estado normal______________________________________________________________________________________________________________*/
#Menutop #inicio a{background: url(img/botones/inicio.png) no-repeat 0 0;}
#Menutop #anuncia a{background: url(img/botones/anuncia_tu_empresa.png) no-repeat 0 0;}
#Menutop #acceso a{background: url(img/botones/acceso_de_empresas.png) no-repeat 0 0;}
/*menu en estado over______________________________________________________________________________________________________________*/
#Menutop #inicio a:hover{background: url(img/botones/inicio.png) no-repeat 0 -25px;}
#Menutop #anuncia a:hover{background: url(img/botones/anuncia_tu_empresa.png) no-repeat 0 -25px;}
#Menutop #acceso a:hover{background: url(img/botones/acceso_de_empresas.png) no-repeat 0 -25px;}

/*enlaces a los otros portales*/
#Menutop #enlaces_portales {font-weight:bold;margin:5px 0 0 40px;position:absolute;z-index:10;}
#Menutop #lista_enlaces_portales {margin:-23px 0 0 60px;}
#Menutop #lista_enlaces_portales #ul_lista_enlaces_portales #lista_puertas{display:block;border:0px;width:190px;}
#Menutop #lista_enlaces_portales #ul_lista_enlaces_portales #lista_puertas:hover{background-color:#f5a869;}
#Menutop #lista_enlaces_portales #ul_lista_enlaces_portales #lista_mudanza{display:none;width:190px;}
#Menutop #lista_enlaces_portales #ul_lista_enlaces_portales #lista_mudanza:hover{background-color:#f5a869;}
#Menutop #lista_enlaces_portales #ul_lista_enlaces_portales #lista_plataformas{display:none;width:190px;}
#Menutop #lista_enlaces_portales #ul_lista_enlaces_portales #lista_plataformas:hover{background-color:#f5a869;}
#Menutop #lista_enlaces_portales #ul_lista_enlaces_portales #lista_carretillas{display:none;width:190px;}
#Menutop #lista_enlaces_portales #ul_lista_enlaces_portales #lista_carretillas:hover{background-color:#f5a869;}
#Menutop #lista_enlaces_portales #ul_lista_enlaces_portales #lista_estanterias{display:none;width:190px;}
#Menutop #lista_enlaces_portales #ul_lista_enlaces_portales #lista_estanterias:hover{background-color:#f5a869;}
#Menutop #lista_enlaces_portales #ul_lista_enlaces_portales #lista_embalajes{display:none;width:190px;}
#Menutop #lista_enlaces_portales #ul_lista_enlaces_portales #lista_embalajes:hover{background-color:#f5a869;}
#Menutop #lista_enlaces_portales #ul_lista_enlaces_portales #lista_transporte{display:none;width:190px;}
#Menutop #lista_enlaces_portales #ul_lista_enlaces_portales #lista_transporte:hover{background-color:#f5a869;}
#Menutop #lista_enlaces_portales #ul_lista_enlaces_portales #lista_etiquetaje{display:none;width:190px;}
#Menutop #lista_enlaces_portales #ul_lista_enlaces_portales #lista_etiquetaje:hover{background-color:#f5a869;}
#Menutop #lista_enlaces_portales li{background-color:#FFFFFF;margin-top:-2px;padding:6px;height:20px;clear:both;border:1px dotted;cursor:pointer;}
#Menutop #ul_lista_enlaces_portales a{text-indent:0px;line-height:15px;text-decoration:none;color:#777777;}

/*/*estado activo del boton*_________________________________________________________________________________________*/
#home #Menutop #inicio a{background: url(img/botones/inicio.png) no-repeat 0 -50px;}
#anuncia #Menutop #anuncia a{background: url(img/botones/anuncia_tu_empresa.png) no-repeat 0 -50px;}
#acceso #Menutop #acceso a{background: url(img/botones/acceso_de_empresas.png) no-repeat 0 -50px;}



/*_________________________________________________________________

#Header #Menutop #busqueda input{
	width:241px;
	height:26px;
	background:url(img/buscar.png) no-repeat;
	border:0;
	padding-left:70px;
	position:relative;
	top:-1px;
}*/


#Header #Menutop #li_provincias{
	width:100px;
}

#Header #sel{
	width:100px;
	opacity:0;
	filter: alpha(opacity = 0);
	position:absolute;
	z-index:20;
}
#Header #textbox_busqueda{width:170px;opacity:10;margin-left:-45px;position:absolute;z-index:20;filter: alpha(opacity = 100);}

#Header #Menutop #li_provincias #provincias{height:26px;width:120px;background:url(img/provincias.png) no-repeat;border:0;padding-left:10px;position:relative;top:-1px;padding-top:7px;z-index:10;}
#Header #Menutop #busqueda #texto_busqueda{height:26px;background:url(img/buscar.png) no-repeat;width:180px;border:0;padding-left:70px;position:relative;top:-1px;padding-top:4px;z-index:10;}

#Contents #mudanzas{
height:530px;
	margin-top:15px;
}


#Contents #mudanzas h2, #Contents #servicios h2, #Contents #consejos h2, #home #Contents #noticias h2, #acceso #Contents #desarrollo h2,  #anuncia #Contents #formulario #datos h2, #anuncia #Contents #formulario #contacto h2, #planifica #Contents #desarrollo #subtitulo h4, #lamudanza #Contents #desarrollo #subtitulo h4, #planificacion #Contents #subtitulo h4, #organizacion #Contents #subtitulo h4, #inventario #Contents #subtitulo h4, #desc_inventario #Contents #subtitulo h4, #elegir_emp #Contents #subtitulo h4, #burocracia #Contents #subtitulo h4, #embalaje #Contents #subtitulo h4, #ninos #Contents #subtitulo h4, #plantas #Contents #subtitulo h4, #mascotas #Contents #subtitulo h4, #resultados #Contents #titulo h2, #Contents #desarrollo #box_izq h3, #mis_consultas #Contents #box_der h3, #mis_estadisticas #Contents #desarrollo #box_a h3, #mis_estadisticas #Contents #desarrollo #box_b h3, #mis_datos #Contents #formulario #datos h3, #mis_datos #Contents #formulario #contacto h3, #mis_datos #Contents #formulario #adicionales h3, #ficha #encabezado #titulo h3{ /*--------especial para dejar espacio al icono del titulo-------*/
	margin-bottom:10px;
	text-indent:44px;
	padding-top:6px;
	color:#777777;
}

#Contents .mudanzas{
	background: url(img/icono_puerta.png) no-repeat;
}

#Contents #mudanzas #numero{
float:right;
margin-top:15px;
color:#999999;
font-size:9px;
}

#Contents #mudanzas #categorias{
float:left;
width:250px;
font-size:15px;
padding-top:25px;
position:absolute;
z-index:1;
margin-left:30px;
}

#Contents #mudanzas #categorias .box{
	margin-top:20px;
	width:250px;
	float:left;
	list-style-type:none;
	text-decoration:none;
	line-height:31px;
	vertical-align:middle;
}

#Contents #mudanzas #categorias h3{
	margin: -7px 0 0 0;
	//margin: 0px 0 0 0;
	color: #777777;
	font-size:15px;
	font-weight:normal;
	float:left;
}

#Contents #mudanzas #categorias .box a{
	margin-left:3px;
	color:#777777;
	text-decoration:none;
	position:relative;
	top:-3px;
}

#Contents #mudanzas #categorias .box a:hover{
	text-decoration:underline;
}

#Contents #mudanzas #izquierda{
	width:300px;
	float:left;
	margin-top:40px;
	margin-left:280px;
	z-index:-10;
	padding-top:25px;
}

#Contents #mudanzas #derecha{
	position:absolute;
	margin-left:740px;
	width:210px;
	float:right;
	margin-top:20px;
	padding-top:25px;
}
#Contents #mudanzas #derecha ul{
	float: right;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	width:215px;
	list-style-type:none;
	line-height:15px;
	padding-top:15px;
}

#Contents #mudanzas #derecha li{
	background:url(img/mini_bulletvd.png) no-repeat left center;
}
#Contents #mudanzas #derecha a{
	text-decoration:none;
	color:#777777;
	padding-left:1em;
}
#Contents #mudanzas #derecha a:hover{
	color: #f8c902;
	text-decoration:underline;
}

#Contents #servicios{
	clear:both;
	width:900px;
	height:260px;
}
#Contents #servicios .subcategorias{
	z-index:1;
	position:absolute;
	border-style:solid;
	border-width:1px;
	border-color:#777777;
	display:none;
}

#Contents .servicios{
	background:url(img/ico_i.png) no-repeat left center;
}

#Contents #servicios .box{
	margin-top:20px;
	width:300px;
	float:left;
	list-style-type:none;	/*list-style-type:none;*/
	list-style-image:url("img/arrow.gif");
	text-decoration:none;
}

#Contents #servicios .box a{
	margin-left:3px;
	color:#777777;
	text-decoration:none;
	top:-22px;
}

#Contents #servicios .box a:hover{
	text-decoration:underline;
}

#ofertas_particulares{
	color:#000000;
	font-size:16px;
	font-weight:bold;
	margin:20px 0 30px 0;
	background-color:#F57004;
	border:1px solid;
	text-align:center;
	width:700px;
	padding:5px;
}

#publica_tu_noticia{width:300px;height:53px;margin:0 0 0 140px;float:left;}
#publica_tu_carretilla{width:300px;height:53px;margin:0 0 0 30px;float:left;}
#publica_noticia{width:300px;height:53px;margin:-10px 0 0 560px;position:absolute;}

#Contents #consejos{
	clear:both;
	padding-top:15px;
	width:730px;
	height:200px;
	}

#Contents .consejos{
	background: url(img/icono_puerta.png) no-repeat left center;
}

#Contents #consejos #box_izq #foto_oferta {
	width:90px;
	height:95px;
	border:1px solid #777777;
	float:left;
	margin-left:30px;
	margin-top:15px;
}

#Contents #consejos #box_izq .leer, #Contents #consejos #box_der .leer{
width:110px;
height:20px;
float:left;
margin:-17px 0 0 285px;
}
#Contents #consejos #box_izq .leer a, #Contents #consejos #box_der .leer a{
text-decoration:none;
display:block;
}
#Contents #consejos #box_izq .leer a:hover, #Contents #consejos #box_der .leer a:hover{
text-decoration: underline;
color:#777777;
}

#Contents #consejos #box_izq{
float:left;
width:350px;
height:124px;
background:url(img/img_inventario_home.png) no-repeat;
}

#Contents #consejos #box_der{
float:left;
width:350px;
height:124px;
margin-left:22px;
background:url(img/img_inventario_home.png) no-repeat;
}

#Contents #consejos #box_der #foto_oferta {
	width:90px;
	height:95px;
	border:1px solid #777777;
	float:left;
	margin-left:30px;
	margin-top:15px;
}

#Contents #box_izq h3, #Contents #box_der h3{
width:200px;
margin-top:15px;
margin-left:135px;
height:30px;
}

#Contents #box_izq p, #Contents #box_der p{
margin-top:5px;
margin-left:135px;
width:200px;
height:65px;
}

/*-------------------------------noticias-------------------------------*/
#home #Contents .ulnoticias{
	background: url(img/icono_puerta.png) no-repeat;
}

#home #Contents #noticias{
	clear:both;
	padding-bottom:40px;
	width:900px;
	height:400px;
}

#Contents .box_noticia{
float:left;
width:297px;
height:161px;
background:url(img/globo_noticias.png) no-repeat;
margin-top:20px;
}

#Contents .box_noticia #titulo{
height:140px;
}

#Contents .box_noticia #titulo p{
margin-left:15px;
width:245px;
margin-bottom:0px;
}
#Contents .box_noticia #titulo a{
	text-decoration:none;
	color:#777777;
}
#Contents .box_noticia #titulo a:hover{
	text-decoration:underline;
}

#Contents .box_noticia #titulo h3, h4{
margin-top:10px;
margin-left:15px;
width:245px;
margin-bottom:5px;
color:#777777;
font-size:14px;
font-weight:bold;
}

#Contents .box_noticia p{
margin-left:15px;
width:245px;
margin-bottom:0px;
}
#Contents .box_noticia p a{
	text-decoration:none;
	color:#777777;
}

#Contents .box_noticia .leer{
width:260px;
margin-top:160px;
}

#Contents .box_noticia .leer a{
margin-left:210px;
text-decoration:none;
display:block;
}

#Contents .box_noticia .leer a:hover{
text-decoration: underline;
color:#235c74;
}

#home #Contents #todas_noticias a{
	padding:10px;
	text-decoration:none;
	color:#777777;
}
#Contents{
	margin:auto;
	margin-top:5px;
	width:900px;
	margin-bottom:15px;
		min-height:289px;
	overflow: hidden;
	height: expression(this.scrollHeight < 201? "200px": "auto"); /* esta linea y la anterior son especiales para que IE6 reconozcala proppiedad min-height  */
}

/*_________________ruta header__________________________*/

#Contents #ruta h6{
	margin-bottom:20px;
	text-indent:20px;
	padding-top:5px;
}
#Contents #ruta a{
	text-decoration:none;
	color:#AFAFAF;
}

#Contents .ruta{
	background: url(img/ico_brujula.png) no-repeat;
}
/*_______________________________div desarrollo comun______________________*/
#desarrollo{
/*	float:left;*/
	width:900px;
	height:100%;
	clear:both;
/*	margin:auto;*/
}
#desarrollo p a{
	text-decoration:none;
	color:#777777;
}
/*______________________noticia______________________*/
#titulo{
	width:480px;
	float:left;
	clear:both;
}
#noticia #Contents #titulo h1, #condiciones #Contents #titulo h1, #politica #Contents #titulo h1, #noticias_todas #Contents h1, #contacto  #Contents #titulo h1, #noticias_todas #Contents h1{
	margin-bottom:20px;
	text-indent:60px;
}

#Contents #titulo .noticias{
	background: url(img/icono_puerta.png) no-repeat;
}

#noticia #Contents #volver h2, #noticias_todas #Contents #volver h2{
	float:left;
	margin-top:30px;
}
#noticia #Contents #vertodas h2, #noticias_todas #Contents #siguiente h2{
	float:right;
	margin-top:30px;
}
#Contents #volver a, #Contents #vertodas a, #noticias_todas #Contents #siguiente a{
	color:#777777;
	text-decoration:none;
}
#Contents #volver a:hover, #Contents #vertodas a:hover, #noticias_todas #Contents #siguiente a:hover{
	text-decoration:underline;
}

/*____________________________________noticias_todas_______________________________________*/


#noticias_todas #Contents #noticias #box{
float:left;
width:420px;
height:140px;
margin-left:25px;
}
#noticias_todas #Contents #noticias #box a{
color:#777777;
font-weight:bold;
text-decoration:none;
}
#noticias_todas #Contents #noticias #box a:hover{
text-decoration:underline;
}
#noticias_todas #Contents #noticias #box h3{
width:400px;
height:15px;
text-align:left;
}
#noticias_todas #Contents #noticias #box p{
font-size:11px;
width:400px;
height:85px;
text-align: justify;
}
#noticias_todas #Contents #noticias #box p a{
	text-decoration:none;
	color:#777777;
}
#noticias_todas #Contents #noticias #box #leer{
width:400px;
}

#noticias_todas #Contents #noticias #box #leer a{
margin-left:355px;
text-decoration:none;
display:block;
}

#noticias_todas #Contents #noticias #box #leer a:hover{
text-decoration: underline;
color:#235c74;
}

#noticias_todas #Contents #noticias #box span.sepvd{
margin:15px 0;
width:400px;
}
/*________________________________anuncia tu empresa_____________________________*/

#anuncia #Contents #formulario #datos{
width:900px;
padding-top:150px;
margin-bottom:45px;
}

#anuncia #Contents #formulario #contacto{
width:900px;
padding-bottom:15px;
margin-bottom:15px;
}

#anuncia #Contents #formulario #datos h6{
float:left;
margin-top:30px;
margin-left:-130px;
}
#anuncia #Contents #formulario #contacto h6{
margin-left:57px;
margin-top:-5px;
}

#anuncia #Contents #formulario #datos table{
padding-top:50px;
margin-left:230px;
}
#anuncia #Contents #formulario #contacto table{
padding-top:10px;
margin-left:230px;
}
#anuncia #Contents #formulario #datos table td, #anuncia #Contents #formulario #contacto table td{
padding:2px;
}
#anuncia #Contents #formulario #datos  table td input, #anuncia #Contents #formulario #datos table td textarea{
width:232px;
}

#anuncia #Contents #formulario #contacto  table td input, #anuncia #Contents #formulario #datos table td textarea{
width:232px;
}
/*______________________Acceso de empresas______________________*/

#acceso #Contents #desarrollo h2, #anuncia #Contents #formulario #datos h2{
float:left;
height:20px;}

#acceso #Contents #desarrollo h6{
float:left;
}
#acceso #Contents #desarrollo h2.acceso, #anuncia #Contents #formulario #datos h2.acceso{
/*	margin-top:10px;*/
	background: url(img/icono_puerta.png) no-repeat;
}
#acceso #Contents .sepvd{
	margin-bottom:5px;
}

.asterisco{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color: #FF0000;
	text-align:left;
}

/*-------------------form registrate-------------------------*/


#cont_form{
	float:left;
	margin-top:50px;
	margin-left:50px;
	text-align:right;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#999999;
	font-size:11px;
}

#cont_form input{
	border:1px solid  #CCCCCC;
}

#cont_form .sinborde{
	border:0px;
}

#registrate{
	float: left;
	margin-top:30px;
	margin-left:30px;
	width:233px;
	height:161px;
	background: url(img/globo_registrate.png) no-repeat;
}

#registrate p{
	font-size:13px;
	margin:20px 0 0 50px;
	width:160px;
	text-align: center;
}

#registrate #b_reg{
	margin-top:12px;
}

#registrate ul{
	margin-left:70px;
	list-style-type:none;
}

#registrate li{
		float:left;/*Flotar tb el li para que no aparezca escalado en IE*/
}

#registrate a{
	float:left;
	width:112px;
	line-height:32px;
	text-indent:-5000px;/*desplazamos el texto del vinculo fuera de la pantalla*/
	overflow:hidden;/*oculta el borde punteado del vinculo desplazado por el text-indent*/
}

/*menu en estado normal_____________________________________*/
#registrate #b_reg a{background: url(img/botones/registrate.png) no-repeat 0 0}

/*menu en estado over___________________________________*/
#registrate #b_reg a:hover{background: url(img/botones/registrate.png) no-repeat 0 -32px;}


#Contents .celeste{
text-align:left;
text-indent:20px;
background: url(img/ico_alerta.png) no-repeat;
}

#acceso #Contents #alerta{

padding:5px 0 0 20px;
}
#acceso #Contents .celeste{
	margin-bottom:15px;
}

#acceso #Contents #alerta a{
	color:#777777;
	text-decoration:none;
}

#acceso #Contents #alerta a:hover{
	color:#527c87;
	text-decoration: underline;
}

/*_____________________________Planifica_________________________________________*/

#Contents .planifica, #Contents .lamudanza, #Contents .planificacion, #Contents .organizacion, #Contents .inventario, #Contents .elegir_emp, #Contents .burocracia, #Contents .embalaje, #Contents .ninos, #Contents .plantas, #Contents .mascotas{
	background: url(img/ico_bombilla_on.png) no-repeat left bottom;
}

#izq{
	float:left;
	margin-left:35px;
	width:400px;
	text-align:justify;
}
#der{
	float: right;
	margin-right:35px;
	width:400px;
	text-align:justify;
}

#menu_planifica{
	float:left;
	background:url(img/fnd_menu_consejos.png) no-repeat;
	margin:auto;
	margin-top:15px;
	margin-bottom:15px;
	width:900px;
	height:34px;
}


#menu_planifica ul{
	width:900px;
	margin:auto;
	height:20px;
	list-style-type:none;
}

#menu_planifica ul li{
	float:left;
}

#menu_planifica ul li a{
	float:left;
	border-right: #CECECE solid 1px ;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#a6bca4;
	text-decoration:none;
	margin-top:8px;
	/*letter-spacing:1px;*/
	padding:0 9px;
}

#menu_planifica ul li a:hover{
	text-decoration: none;
	color:#52a6c4;
}

#menu_planifica .sinborde{
	border:0px;
}

#polaroid{
	float:left;
	margin:auto;
	margin-bottom:20px;
}

#Contents #bottom_pag{
width:900px;
height:200px;
}

#bottom_pag #subir_leer{
float:left;
margin:40px 300px 20px 440px;
width:16px;
height:16px;
}
#bottom_pag #subir_leer img{
border:0px;
}
#bottom_pag #sombra_pag{
	margin-top:30px;
	float:left;
	background:url(img/sombra_pag.png) no-repeat;
	width:900px;
	height:24px;
}



/*______________________________inventario y descarga inventario__________________________*/

#desc_inventario #Contents #descargas{
clear:both;
padding-top:15px;
width:470px;
height:90px;
margin-left:235px;
}

#desc_inventario #Contents #descargas span{
float:left;
width:155px;
height:80px;
margin-left:40px;
background: url(img/ico_download.png) no-repeat center;
}

#desc_inventario #Contents #descargas span a{
float:left;
width:170px;
height:15px;
margin-top:70px;
color:#91ad1f;
text-decoration:none;
font-weight:bold;
}

#desc_inventario #Contents #descargas span a:hover{
color:#778e19;
text-decoration: underline;
}


#inventario #Contents #der #verapartado{
height:25px;
padding-top:1px;
margin-left:10px;
background:url(img/ico_verapartado.png) no-repeat left;
}

#inventario #Contents #der #verapartado a{
height:20px;
padding-top:10px;
margin-left:20px;
color:#378cae;
font-weight:bold;
text-decoration:none;
}





/*_____________________________condiciones grals y politica de privacidad______________________________*/

#Contents #titulo .condiciones, #Contents #titulo .politica{
	background: url(img/ico_condiciones.png) no-repeat;
}


/*______________________________________contacto_____________________________________________*/

#contacto #Contents #titulo .contacto{
	background: url(img/ico_contacta.png) no-repeat;
}

#contacto #Contents #formulario{
padding-top:40px;
}
#contacto #Contents #formulario #registro, #contacto #Contents #formulario #login_usuarios{width:340px;border:1px solid #CCCCCC;padding:70px 20px 20px 20px;margin:40px 0 0 0;margin-left:45px;float:left;height:180px;}

#cabecera_login, #cabecera_registro{font-size:16px;font-weight:bold;margin:-40px 0 0 20px;position:absolute;}

#contacto #Contents #formulario table td{
padding:2px;
}
#contacto #Contents #formulario table td input #acceder.sinborde{
border:1px solid  #CCCCCC;
}

#contacto #Contents #formulario table td textarea{
width:232px;
}

#contacto #Contents #formulario table td input.sinborde{
border:0;
}

/*_____________________________________________ficha____________________________________________*/

#ficha #Contents #titulo .ficha{
background: url(img/icono_puerta.png) no-repeat;
margin-top:15px;
}
#ficha #Contents #encabezado #titulo h3{
font-size:20px;
}
#ficha #detalles_empresa{float:left;margin:20px 0 0 510px;width:380px;}
#ficha #detalles_empresa #telefono, #ficha #detalles_empresa #web{background-color:#fc9004;color:#FFFFFF;font-weight:bold;margin-top:15px;text-align:center;padding:4px;width:80px;cursor:pointer;border-radius:5px;float:left;}
#ficha #detalles_empresa #numero_telefono{margin-top:45px;font-weight:bold;font-size:14px;width:250px;height:30px;margin-left:5px;}
#ficha #Contents #info_empresa{
float:left;
width:565px;
margin-top:-11px;
}
#ficha #Contents #info_empresa #box_empresa{
background:url(img/et_laempresa.png) no-repeat top left;
}
#ficha #Contents #info_empresa #box_empresa p{
padding-top:50px;
}

#ficha #Contents #info_empresa #box_empresa #iz{
float:left;
width:190px;
padding-left:30px;
background: url(img/sep_fichas.png) no-repeat right center;
margin-bottom:70px;
}

#ficha #Contents #info_empresa #box_empresa #iz img{
padding-top:55px;

}

#ficha #Contents #info_empresa #box_empresa #iz ul{
width:220px;
height:14px;
margin-left:30px;
}

#ficha #Contents #info_empresa #box_empresa #iz li{
float:left;
list-style-type:none;
}

#ficha #Contents #info_empresa #box_empresa #de{
float:left;
width:315px;
margin-top:-25px;
margin-left:25px;
}

#ficha #Contents #info_empresa #box_empresa #de #dir{
float:left;
background: url(img/ico_direccion2.png) no-repeat left bottom;
}

#ficha #Contents #info_empresa #box_empresa #de #dir p{
float:left;
height:35px;
margin-left:30px;
}

#ficha #Contents #info_empresa #box_empresa #de #web img, #ficha #Contents #info_empresa #box_empresa #de #fono img, #ficha #Contents #info_empresa #box_empresa #de #pres img{
border:0;
margin-top:9px;
height:27px;
}

#ficha #Contents #info_empresa #box_imagenes{
clear:both;
background:url(img/et_imagenes.png) no-repeat top left;
padding-top:35px;
padding-bottom:10px;
}

#ficha #Contents #info_empresa #box_videos{
clear:both;
background:url(img/et_videos.png) no-repeat top left;
padding-top:35px;
padding-bottom:10px;
}

#ficha #Contents #info_empresa #box_imagenes ul{
width:560px;
height:100px;
margin-left:10px;
clear:both;
}

#ficha #Contents #info_empresa #box_imagenes li{
float:left;
margin:5px;
list-style-type:none;
}

#ficha #Contents #info_empresa #box_categorias{
clear:both;
padding-top:50px;
padding-bottom:50px;
background:url(img/et_servicios.png) no-repeat top left;
}

#ficha #Contents #info_empresa #box_servicios #box{
float:left;
margin-left:15px;
width:150px;
}

#ficha #Contents #info_empresa #box_servicios #box ul{
height:160px;
}

#ficha #Contents #info_empresa #box_servicios #box li{
float:left;
line-height:15px;
list-style-type:none;
}

#ficha #Contents #info_empresa #box_masinfo{
background:url(img/et_masinfo.png) no-repeat top left;
clear:both;
}

#ficha #Contents #info_empresa #box_masinfo p{
padding-top:50px;
margin-top:140px;
padding-bottom:50px;
width:550px;
}

#ficha #Contents #info_empresa #box_caracteristicas{
background:url(img/et_caracteristicas.png) no-repeat top left;
margin-top:-40px;
}

#ficha #Contents #info_empresa #box_caracteristicas p{
padding-top:50px;
margin-top:50px;
padding-bottom:50px;
width:450px;
}

#ficha #Contents #info_empresa #box_masproductos.mas{
background:url(img/et_mas_productos.png) no-repeat top left;
margin-top:20px;
}

#ficha #Contents #info_empresa #box_masproductos{
background:url(img/et_productos.png) no-repeat top left;
}

#ficha #Contents #info_empresa #box_masproductos p{
padding-top:50px;
margin-top:50px;
padding-bottom:50px;
width:550px;
}

#ficha #Contents #info_empresa #box_masproductos span{
margin-left:170px;
}
#ficha #Contents #info_empresa #box_masproductos span img{
	border:0;
	padding-top:20px;
}

#ficha #Contents #info_empresa #box_masproductos #lista_productos{
background:url(img/fondo_productos.png) no-repeat top left;
height:120px;
width:555px;
}

#ficha #Contents #info_empresa #box_masproductos #foto{
	padding-top:8px;
	padding-left:5px;
	float:left;
}
#ficha #Contents #info_empresa #box_masproductos #texto{
	padding-top:8px;
	padding-left:40px;
	width:420px;
	float:left;
}



/*-----------------*/


#ficha #Contents #lateral{
float:right;
width:315px;
/*height:1175px;*/
margin:-11px 5px 0 0;
}

#ficha #Contents #lateral #box_presupuesto, #ficha #Contents #lateral #box_sucursales, #ficha #Contents #lateral #box_preguntas{
margin:20px 0 0 -80px;
width:373px;
border:1px solid #CCCCCC;
padding-left:20px;
}
#ficha #Contents #lateral #box_presupuesto #for_pres, #ficha #Contents #lateral #box_preguntas #for_preg{
width:270px;
margin:auto;
margin-bottom:15px;
padding-right:30px;
}
#ficha #Contents #lateral #box_presupuesto #for_pres #globo_pres{
position:relative;
top:-20px;
left:-26px;
}

#ficha #Contents #lateral #box_presupuesto #for_pres p, #ficha #Contents #lateral #box_preguntas p{
font-weight:bold;
}

#ficha #Contents #lateral #box_presupuesto #for_pres #t_presup, #ficha #Contents #lateral #box_preguntas #for_preg{
margin:auto;
margin-top:10px;
width:270px;
}
#ficha #Contents #lateral #box_presupuesto #for_pres #t_presup td{
	line-height:25px;
}
#ficha #Contents #lateral #box_presupuesto #for_pres #t_presup, #ficha #Contents #lateral #box_preguntas #for_preg #t_preg, #ficha #Contents #lateral #box_preguntas #for_preg table{
margin-left:-25px;
}

#ficha #Contents #lateral #box_presupuesto #for_pres #t_presup td p, #ficha #Contents #lateral #box_preguntas #for_preg #t_preg td p{
font-size:11px;
}
#ficha #Contents #lateral #box_presupuesto #for_pres #t_presup input, #ficha #Contents #lateral #box_preguntas #for_preg #t_preg input{
width:245px;
height:15px;
padding-bottom:2px;
border:1px solid #CCCCCC;
}

#ficha #Contents #lateral #box_presupuesto #for_pres #t_presup textarea{
width:340px;
height:150px;
padding-bottom:2px;
border:1px solid #CCCCCC;
margin-left:10px;
}

#ficha #Contents #lateral #box_presupuesto #for_pres #t_presup td input.boton, #ficha #Contents #lateral #box_preguntas #for_preg #t_preg td input.boton{
width:100px;
height:30px;
padding-top:10px;
border:0;
}


#ficha #Contents #lateral #box_sucursales, #ficha #Contents #lateral #box_preguntas{
margin:50px 0 0 -80px;
}
#ficha #Contents #lateral #box_sucursales #globo_suc{
position: relative;
top:-20px;
left:-15px;
}
#ficha #Contents #lateral #box_sucursales ul{
width:250px;
margin-left:30px;
margin-bottom:15px;
}
#ficha #Contents #lateral #box_sucursales li{
list-style-type:none;
}
#ficha #Contents #lateral #box_sucursales li a{
color:#999999;
text-decoration:none;
line-height:20px;
}


#ficha #Contents #lateral #box_sucursales li a:hover{
color: #0099CC;
text-decoration:underline;
}

#ficha #Contents #lateral #box_preguntas #globo_preg{
position: relative;
top:-30px;
left:-51px;
}
#ficha #Contents #lateral #box_preguntas #for_preg textarea{
width:300px;
margin:10px 0 10px 7px;
border:1px solid #CCCCCC;
}

#ficha #Contents #mensaje_ficha{
width:365px;
height:90px;
float:left;
background-color:#FF9430;
color:#fff;
text-align:center;
padding-top:20px;
font-size:18px;
}


/*________________resultados-empresas______________________________*/

#resultados #fichas #emp_top_nac, #resultados #fichas #emp_top_prov, #resultados #fichas #emp_top_prem, #resultados #fichas #emp_basico{
width:694px;
height:199px;
margin-bottom:5px;
}

#resultados #fichas #banner_empresas{
float:right;
margin-left:720px;
margin-top:0px;
position:absolute;
background: url(img/fnd_buscador_corto.png) no-repeat;
width:230px;
height:150px;
}

#resultados #fichas #banner_enlaces{
float:right;
margin-left:720px;
margin-top:155px;
position:absolute;
background: url(img/fnd_buscador_corto.png) no-repeat;
width:230px;
height:150px;
}

#resultados #fichas #banner_enlaces ul{
margin-left:40px;
}

#resultados #fichas #banner_enlaces li a{
text-decoration:none;
color: #777777;
}

#resultados #fichas #emp_top_nac{
background: url(img/fondos_empresas/fnd_topnac.png) no-repeat;
}

#resultados #fichas #emp_top_prov{
background: url(img/fondos_empresas/fnd_topprov.png) no-repeat;
}

#resultados #fichas #emp_top_prem{
background: url(img/fondos_empresas/fnd_topprem.png) no-repeat;
}

#resultados #fichas #emp_basico{
background: url(img/fondos_empresas/fnd_basico.png) no-repeat;
}

#resultados #fichas #emp_cont_logo {
width:130px;
float:left;
}

#resultados #fichas #emp_cont_logo #logotipo{
border: #CCCCCC 1px solid;
margin:0 0 0 0;
}

#resultados #fichas #contenido #izquierda_emp #direccion p{
float: left;
width:255px;
margin-left:35px;
margin-top:5px;
}

#resultados #fichas #contenido #derecha_emp{
float:right;
width:215px;
height:120px;
margin-top:-25px;
}

#resultados #fichas #contenido #derecha_emp #b_presup a{background: url(img/botones/solicitar_presupuesto.png) no-repeat 0 0}
/*menu en estado over___________________________________*/
#resultados #fichas #contenido #derecha_emp #b_presup a:hover{background: url(img/botones/solicitar_presupuesto.png) no-repeat 0 -28px }



#resultados #fichas #contenido #derecha_emp #more_info #mas_info{
float: right;
width:150px;
height:18px;
margin-top:10px;
background: url(img/masinfo.png) no-repeat left top;
}

#resultados #fichas #contenido #derecha_emp ul{
float:left;
width:189px;
height:28px;
margin-left:5px;
list-style-type:none;
}

#resultados #fichas #contenido #derecha_emp li{
float:left;
}

#resultados #fichas #contenido #derecha_emp a{
float:left;
margin-top:10px;
width:189px;
line-height:28px;
display:block;
text-indent:-5000px;
overflow:hidden;
}


/*________________resultados______________________________*/

#resultados #encabezado, #ficha #encabezado{
float:left;
width:470px;
}

#resultados #Contents #titulo .resultados{
background:url(img/icono_puerta.png) no-repeat;
margin-top:15px;
}
#resultados #buscador, #ficha #buscador{
vertical-align:top;
color:#006666;
font-size:11px;
margin:25px 0 0 480px;
width:475px;
height:140px;
background:url(img/fnd_buscador.png) no-repeat;
}

#resultados #buscador #tbbuscador td div, #ficha #buscador #tbbuscador td div{

}

#resultados #buscador #tbbuscador td, #ficha #buscador #tbbuscador td {
width:150px;
}

#resultados #tbbuscador, #ficha #tbbuscador{
width:335px;
}

#resultados #tbbuscador select, #ficha #tbbuscador select{
color:#666666;
font-size:11px;
width:147px;
}

#resultados #Contents{
width:1100px;
height:100%;
margin-left:225px;
}

#resultados #Contents #fichas{
clear:both;
width:694px;
/*height:600px;*/
}

#resultados #fichas #top_nac, #resultados #fichas #top_prov, #resultados #fichas #top_prem, #resultados #fichas #basico{
width:694px;
height:150px;
margin-bottom:5px;
}

#resultados #fichas #top_nac{
background: url(img/fnd_topnac.png) no-repeat;
}

#resultados #fichas #top_prov{
background: url(img/fnd_topprov.png) no-repeat;
}

#resultados #fichas #top_prem{
background: url(img/fnd_topprem.png) no-repeat;
}

#resultados #fichas #basico{
background: url(img/fnd_basico.png) no-repeat;
}

#resultados #fichas #cont_logo{
float:left;
width:125px;
height:150px;
}

#resultados #fichas #cont_logo #logotipo{
border: #CCCCCC 1px solid;
margin:15px 0 0 0;
}

#resultados #fichas #cont_logo ul{
width:120px;
height:14px;
margin-left:30px;
}

#resultados #fichas #cont_logo li{
float:left;
list-style-type:none;
}
#resultados #fichas #contenido{
float: right;
margin-right:18px;
width:515px;
height:150px;
}

#resultados #fichas #contenido h3{
padding-top:20px;
padding-bottom:5px;
}

#resultados #fichas #contenido #izquierda{
float:left;
width:295px;
height:85px;
margin-top:-5px;
background: url(img/sep_fichas.png) no-repeat right;
}



#resultados #fichas #contenido #izquierda #direccion p{
float: left;
width:255px;
margin-left:35px;
}


#resultados #fichas #contenido #izquierda #botones{
float:left;
width:290px;
height:28px;
list-style-type:none;
}

#resultados #fichas #contenido #izquierda li{
float:left;
}

#resultados #fichas #contenido #izquierda a{
float:left;
margin-top:10px;
width:127px;
line-height:28px;
display:block;
text-indent:-5000px;
overflow:hidden;
}

#resultados #fichas #contenido #izquierda #b_web a{
margin-left:35px;
}

/*menu en estado normal_____________________________________*/
#resultados #fichas #contenido #izquierda #b_telefono a{background: url(img/botones/ver_telefono2.png) no-repeat 0 0}
#resultados #fichas #contenido #izquierda #b_web a{background: url(img/botones/ver_web2.png) no-repeat 0 0px}
/*menu en estado over___________________________________*/
#resultados #fichas #contenido #izquierda #b_telefono a:hover{background: url(img/botones/ver_telefono2.png) no-repeat 0 -28px }
#resultados #fichas #contenido #izquierda #b_web a:hover{background: url(img/botones/ver_web2.png) no-repeat 0 -28px}



#resultados #fichas #contenido #derecha{
margin-top:-15px;
float:right;
width:215px;
height:120px;
}

#resultados #fichas #contenido #derecha ul{
float:left;
width:189px;
height:28px;
margin-left:5px;
list-style-type:none;
}

#resultados #fichas #contenido #derecha li{
float:left;
}

#resultados #fichas #contenido #derecha a{
float:left;
margin-top:10px;
width:189px;
line-height:28px;
display:block;
text-indent:-5000px;
overflow:hidden;
}

#resultados #fichas #gratuito{
width:694px;
height:110px;
margin:15px 0 5px 0;
float:left;
border-bottom:1px solid #ECECEC;
}

#resultados #fichas #gratuito a{
	text-decoration:none;
	color:#777777;
}
#resultados #fichas #gratuito a:hover{
	text-decoration:underline;
}

#resultados #Contents #fichas #gratuito #direccion{
float:left;
width:515px;
margin-top:10px;
background:url(img/ico_direccion.png) no-repeat left top;
}

#resultados #Contents #fichas #gratuito #direccion p{
float:left;
width:100%;
margin:0 0 0 40px;
}

#resultados #Contents #fichas #linea_az{
width:695px;
margin:10px 0;
}

#resultados #Contents #fichas #todas_localidades a, #resultados #Contents #fichas #siguiente a{
	text-decoration:none;
	color:#777777;
}

#resultados #Contents #fichas #todas_localidades a{
	float:left;
}

#resultados #Contents #fichas #siguiente a{
	float: right;
}

#resultados #Contents #fichas #siguiente a{
	float: right;
}



#resultados #Contents #fichas #todas_localidades a:hover, #resultados #Contents #fichas #siguiente a:hover{
	text-decoration: underline;
	color: #AFAFAF;
}

#todas_poblaciones{
	float:left;
	width:220px;
	margin-right:10px;
	list-style:none;
}




/*menu en estado normal_____________________________________*/
#resultados #fichas #contenido #b_presup a{background: url(img/botones/solicitar_presupuesto.png) no-repeat 0 0}
/*menu en estado over___________________________________*/
#resultados #fichas #contenido #b_presup a:hover{background: url(img/botones/solicitar_presupuesto.png) no-repeat 0 -28px }



#resultados #fichas #contenido #izquierda #more_info #mas_info{
float: right;
width:150px;
height:18px;
margin-top:10px;
background: url(img/masinfo.png) no-repeat left top;
}

/*________________________Consultas____________________________*/

#Contents #menu_panelcontrol{
float:left;
width:900px;
height:56px;
margin:25px 0;
}
#Contents #menu_panelcontrol ul{
width:985px;
height:56px;
margin:auto;
list-style-type:none;
}
#Contents #menu_panelcontrol li{
float:left;
width:205px;
height:56px;
margin:0 10px;
}
#Contents #menu_panelcontrol a{
float:left;
width:205px;
height:56px;
line-height:30px;
text-indent:-5000px;/*desplazamos el texto del vinculo fuera de la pantalla*/
overflow:hidden;/*oculta el borde punteado del vinculo desplazado por el text-indent*/
}
/*normal_________________________________________________________________________________*/
#menu_panelcontrol #mis_consultas a{ background:url(img/botones/mis_consultas_presupuestos.png) no-repeat 0 0;}
#menu_panelcontrol #mis_estadisticas a{ background:url(img/botones/mis_estadisticas.png) no-repeat 0 0;}
#menu_panelcontrol #mis_datos a{ background:url(img/botones/mis_datos.png) no-repeat 0 0;}
#menu_panelcontrol #mis_productos a{ background:url(img/botones/mis_productos.png) no-repeat 0 0;}
/*over______________________________________________________________________________________________________________*/
#menu_panelcontrol #mis_consultas a:hover{ background:url(img/botones/mis_consultas_presupuestos.png) no-repeat 0 -56px;}
#menu_panelcontrol #mis_estadisticas a:hover{ background:url(img/botones/mis_estadisticas.png) no-repeat 0 -56px;}
#menu_panelcontrol #mis_datos a:hover{ background:url(img/botones/mis_datos.png) no-repeat 0 -56px;}
#menu_panelcontrol #mis_productos a:hover{ background:url(img/botones/mis_productos.png) no-repeat 0 -56px;}
/*estado activo del boton*_________________________________________________________________________________________*/
#mis_consultas #menu_panelcontrol #mis_consultas a{ background:url(img/botones/mis_consultas_presupuestos.png) no-repeat 0 -112px;}
#mis_estadisticas #menu_panelcontrol #mis_estadisticas a{ background:url(img/botones/mis_estadisticas.png) no-repeat 0 -112px;}
#mis_datos #menu_panelcontrol #mis_datos a{ background:url(img/botones/mis_datos.png) no-repeat 0 -112px;}
#mis_productos #menu_panelcontrol #mis_productos a{ background:url(img/botones/mis_productos.png) no-repeat 0 -112px;}

#mis_productos #Contents #formulario #datos h3{
margin-left:0px;
width:500px;
height:20px;
margin-bottom:20px;
}


#anadir_producto { background:url(img/botones/anadir_producto.png) no-repeat 0 0; width:142px; height:31px;}
#anadir_producto:hover{ background:url(img/botones/anadir_producto.png) no-repeat 0 -31px; cursor:pointer;}

#guardar_cambios { background:url(img/botones/guardar_cambios.png) no-repeat 0 0; width:142px; height:31px;}
#guardar_cambios:hover{ background:url(img/botones/guardar_cambios.png) no-repeat 0 -31px; cursor:pointer;}

#borrar_fotos { background:url(img/botones/borrar_fotos.png) no-repeat 0 0; width:142px; height:31px;}
#borrar_fotos:hover{ background:url(img/botones/borrar_fotos.png) no-repeat 0 -31px; cursor:pointer;}

#Contents #menu_panelcontrol span{
margin-top:30px;
background:#d5e59e;
}

#mis_consultas #Contents #desarrollo{
width:900px;
}
#mis_consultas #Contents #desarrollo #box_izq{
margin-top:30px;
float:left;
width:500px;
}

#mis_consultas #Contents #desarrollo #box_izq #t_consulta{
width:498px;
background:url(img/fdo_tabla.gif) no-repeat;
}

#mis_consultas #Contents #desarrollo #box_izq #t_consulta tr{
height:27px;

}
#mis_consultas #Contents #desarrollo #box_izq #t_consulta td{
padding-left:15px;
border-bottom:1px dashed #c9d4d4;
}
#mis_consultas #Contents #desarrollo #box_izq #t_consulta .tno_borde{
border:0;
}
#mis_consultas #Contents #desarrollo #box_izq #t_consulta a{
text-decoration:none;
font-weight:bold;
color:#3399cc;
}
#mis_consultas #Contents #desarrollo #box_izq #t_consulta a:hover{
text-decoration: underline;
}
#mis_consultas #Contents #desarrollo #box_izq #t_consulta a.borrar{
color:#FF3300;
}
#mis_consultas #Contents #desarrollo #box_izq #t_consulta .nuevo{
font-weight:bold;
color:#77c804;
}
#mis_consultas #Contents #desarrollo #box_izq #t_presupuesto td{
padding-left:15px;
border-bottom:1px dashed #c9d4d4;
height:27px;
}

#mis_consultas #Contents #desarrollo #box_der{
margin-top:30px;
float: right;
width:359px;
}
#mis_consultas #Contents #box_izq h3{
margin-left:0px;
width:500px;
height:20px;
margin-bottom:20px;
}
#mis_consultas #Contents #box_izq .solicitudes{
background:url(img/ico_presupuesto.png) no-repeat left top;
}
#mis_consultas #Contents #box_der h3{
margin-left:0px;
width:359px;
height:20px;
margin-bottom:20px;
}
#mis_consultas #Contents #box_der .preguntas{
background: url(img/icono_puerta.png) no-repeat left top;
}
#mis_consultas #Contents #box_der #top_box{
width:359px;
height:16px;
background:url(img/top_globo_consultas.png) no-repeat;
margin-bottom:-25px;
}
#mis_consultas #Contents #box_der #middle_box{
width:359px;
background:url(img/middle_globo_consultas.png);
background-repeat:repeat-y;
}
#mis_consultas #Contents #box_der #bottom_box{
width:359px;
height:17px;
background:url(img/bottom_globo_consultas.png) no-repeat;
margin-top:-10px;
}
#mis_consultas #Contents #box_der #top_box #x{
float:right;
margin:15px 15px 0 0;
width:12px;
height:12px;
background:url(img/middle_globo_consultas.png);
background-repeat:repeat-y;
}

#mis_consultas #Contents #box_der #top_box #x img{
border:0;
}

#mis_consultas #Contents #box_der #middle_box #texto{

margin:25px 0 10px 15px;
width:315px;
font-family:Verdana, Arial, Helvetica;
font-size:12px;
color: #666666;
font-weight:normal;
}

#mis_consultas #Contents #box_der #middle_box #preg, #mis_consultas #Contents #box_der #middle_box #resp{
color:#ec8e2e;
font-size:12px;
font-weight:bold;
}

#mis_consultas #Contents #box_der #middle_box #resp{
color:#7caf0a;
}

#mis_consultas #Contents #box_der #middle_box #texto #bot{
float:left;
margin-left:115px;
margin-top:6px;
cursor:pointer;
}

#mis_consultas #Contents #box_der #middle_box #texto #bot img{
border:0;
}
/*__________________________________mis_estadisticas____________________________________-*/

#mis_estadisticas #Contents #desarrollo{
float:left;
width:900px;
padding-top:40px;
/*background:#FF9900;*/
}

#mis_estadisticas #Contents #desarrollo #box_a, #mis_estadisticas #Contents #desarrollo #box_b{
float:left;
width:400px;
margin:0 25px;
}

#mis_estadisticas #Contents #desarrollo #box_a .egrals{
background:url(img/icono_puerta.png) no-repeat left top;
}

#mis_estadisticas #Contents #desarrollo #box_b .eespecificas{
background:url(img/icono_puerta.png) no-repeat left top;
}

#mis_estadisticas #Contents #desarrollo #box_b h3, #mis_estadisticas #Contents #desarrollo #box_a h3{
line-height:25px;
margin-bottom:25px;
}


#mis_estadisticas #Contents #desarrollo #box_a #box_nvisitas, #mis_estadisticas #Contents #desarrollo #box_a #box_nprovinciales, #mis_estadisticas #Contents #desarrollo #box_a #box_nlocalidad, #mis_estadisticas #Contents #desarrollo #box_b #box_nfonos, #mis_estadisticas #Contents #desarrollo #box_b #box_nweb{
float:left;
width:360px;
height:83px;
margin:auto;
margin-bottom:10px;
background:url(img/globo_estadisticas.png);
}

#mis_estadisticas #Contents #desarrollo #box_a #box_nvisitas p, #mis_estadisticas #Contents #desarrollo #box_a #box_nprovinciales p, #mis_estadisticas #Contents #desarrollo #box_a #box_nlocalidad p, #mis_estadisticas #Contents #desarrollo #box_b #box_nfonos p, #mis_estadisticas #Contents #desarrollo #box_b #box_nweb p{
padding-top:10px;
margin-left:40px;
height:20px;
font-weight:bold;
}

#mis_estadisticas #Contents #desarrollo #box_a #box_nvisitas span h1, #mis_estadisticas #Contents #desarrollo #box_a #box_nprovinciales span h1, #mis_estadisticas #Contents #desarrollo #box_a #box_nlocalidad span h1, #mis_estadisticas #Contents #desarrollo #box_b #box_nfonos span h1, #mis_estadisticas #Contents #desarrollo #box_b #box_nweb span h1{
margin-top:11px;
margin-left:165px;
color:#fa7b0a;
}

/*________________________________________mis_datos____________________________________*/
#mis_datos #Contents #formulario #datos .datos{
background:url(img/icono_puerta.png) no-repeat left;
}

#mis_datos #Contents #formulario table, #mis_datos #Contents #formulario #adicionales #t_tikets{
margin:auto;
}
#mis_datos #Contents #formulario table td{
padding:2px;
}
#mis_datos #Contents #formulario table td input, #mis_datos #Contents #formulario table td textarea{


width:232px;
}



#mis_datos #Contents #formulario #datos{
clear:both;
width:900px;
padding-top:40px;
padding-bottom:45px;
margin-bottom:45px;
border-bottom:1px dotted #009999;
}
#mis_datos #Contents #formulario #contacto{
clear:both;
width:900px;
padding-bottom:45px;
margin-bottom:45px;
border-bottom:1px dotted #009999;
}


#mis_datos #Contents #formulario #contacto .contacto, #anuncia #Contents #formulario #contacto .contacto{
background:url(img/icono_puerta.png) no-repeat left;
}

#mis_datos #Contents #formulario #adicionales .adicionales{
background:url(img/icono_puerta.png) no-repeat left;
}
#mis_datos #Contents #formulario #adicionales #t_adicionales{
width:400px;
}

#mis_datos #Contents #formulario #adicionales #t_tikets{
margin-top:35px;
margin-left:250px;
width:360px;
}
#mis_datos #Contents #formulario #adicionales #t_tikets td{
width:230px;
}

#mis_datos #Contents #formulario #adicionales #t_tikets td input.boton{
width:100px;
height:30px;
padding-top:10px;
border:0;
}

#mis_datos #Contents #formulario #adicionales #t_tikets input{
width:13px;
height:13px;
}

/*------------------- Box principales busquedas y mudanzas por provincia------------------*/

#pbusquedas{
	margin:auto;
	width:900px;
	height:140px;
	margin-bottom:85px;
	margin-top:-20px;
}
#mprovincias{
margin:auto;
	width:1000px;
height:360px;
	margin-bottom:85px;
	margin-top:60px;


}

#titulo_busqueda, #titulo_mprovincias{
	float:left;
	width:900px;
	height:20px;
	margin:auto;
	padding-bottom:20px;
}

#pbusquedas #box, #mprovincias #box{
	float:left;
	width:140px;
	margin-right:110px;
}
#pbusquedas #box li, #mprovincias #box li{
	list-style:none;
	/*float:left;*/}

#pbusquedas #box a, #mprovincias #box a{
	/*margin-right:60px;*/
	float:left;
	line-height:24px;
	width:140px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #777777;
	text-decoration:none;
}
#pbusquedas #box a:hover, #mprovincias #box a:hover{
	text-decoration:underline;
}

#pbusquedas #box.sinmargen, #mprovincias #box.sinmargen{
	margin:0;
}


/*__________________Footer_____________________*/

#Footer{
	clear:both;
	margin-top:23px;
	margin:auto;
	width:100%;
	height:206px;
	background:url(img/fd_footer.png) bottom repeat-x;
}


#Volver{
	margin:auto;
	width:900px;
	height:23px;
}

#Volver img{
	float:right;
	border:0;
}

#Volver img a{
	width:65px;
	height:23px;
	width:65px;
	height:23px;
}

#Menufooter{
	width:898px;
	margin:auto;
	padding-top:60px;
	height:20px;
}


#Menufooter a{
	text-decoration: none;
}

#Menufooter ul{
	width:670px;
	margin:auto;
	height:20px;
	list-style-type:none;
}

#Menufooter ul li{
	float:left;
}

#Menufooter ul li a{
	float:left;
	border-right: #808080 solid 1px;
	font-family: Helvetica, sans-serif, Arial;
	font-size: 12px;
	color:#777777;
	text-decoration:none;
	margin-bottom:10px;
	letter-spacing:1px;
	padding:0 9px;
}

#Menufooter ul li a:hover{
	text-decoration: none;
}

#Menufooter .sinborde{
	border:0px;
}


#Infofooter{
	margin:auto;
	padding-top:25px;
	width:840px;
	height:15px;
}

#pie_blco{
	float:left;
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:8pt;
	color: #777777;
	padding-bottom:10px;
	letter-spacing:-0.2pt;
}

#Infofooter img{
float:left;
margin-left:370px;
width:97px;
height:31px;
border:0; /*Quita el recuadro que le aparece por defecto de las imagenes vinculadas*/
}

#myForm label.error {
border:medium none;
color:#CC0000;
margin-left:10px;
width:210px;
}
#myForm .error {
border:1px solid #CC0000;
}
.infoLayer  {
background-attachment:	scroll;
background-color:	#008C9C;
background-repeat:	repeat;
border:	solid #01606B;
border-width:	1px;
color:	#FFFFFF;
display:	none;
padding:	3px;
position:	absolute;
}

#menu_directorios
{
	position:absolute;
	margin:6px 0 0 1040px;
	z-index:100;
	display:block;
	background-color: #9F9F9F;
	color:#f3f1f1;
	display: none;
	height:85px;
	width: 170px;
}
#menu_directorios li a{
text-decoration:none;
color: #f3f1f1;
}

#menu_directorios li a hover{
text-decoration:none;
color: #cccccc;
}

#boton_buscar{
	width:82px;
	height:25px;
	margin-left:48px;
	margin-top:20px;
	cursor:pointer;
	background: url(img/boton_buscar.jpg) no-repeat 0 0;
}
#boton_buscar:hover{
	background: url(img/boton_buscar.jpg) no-repeat 0 -25px;
}

#boton_contactar{
	width:82px;
	height:25px;
	margin-left:550px;
	margin-top:10px;
	cursor:pointer;
	background: url(img/boton_contactar.png) no-repeat 0 0;
}
#boton_contactar:hover{
	background: url(img/boton_contactar.png) no-repeat 0 -25px;
}
#top_categoria{
	background: url(img/top_categoria.png) no-repeat 0 0;
	width:690px;
	height:100px;
	margin: 0 0 15px 0;
}
#bottom_categoria{
	background: url(img/top_categoria.png) no-repeat 0 0;
	width:690px;
	height:100px;
	margin: 55px 0 0 0;
}
#destaca
{
	width:610px;
	border: solid 1px #777777;
	margin:20px 0 0 0;
}
#destaca td
{
	border: solid 1px #777777;
	text-align:center;
	line-height:40px;
}

#tabla_destacate
{
	width:900px;
	border: solid 1px #777777;
	margin:20px 0 0 0;
}
#tabla_destacate td
{
	border: solid 1px #777777;
	text-align:center;
	line-height:40px;
}

#capa_alta{
	width:200px;
	height:25px;
	background: url(img/botones/alta_empresa.png) no-repeat 0 0;
}
#capa_alta:hover{
	background: url(img/botones/alta_empresa.png) no-repeat 0 -25px;
}

#capa_alta{
	width:400px;
	height:50px;
	background: url(img/botones/alta_empresa.png) no-repeat 0 0;
}
#capa_alta:hover{
	background: url(img/botones/alta_empresa.png) no-repeat 0 -50px;
}
#posicion_destacada{
	width:400px;
	height:50px;
	background: url(img/botones/posicion_destacada.png) no-repeat 0 0;
}
#posicion_destacada:hover{
	background: url(img/botones/posicion_destacada.png) no-repeat 0 -50px;
}
#otras_empresas{width:860px;margin:0 0 -20px 200px;}
#ficha_otra_empresa{width:420px;height:120px;background:url(img/fondo_otras_empresas.png);float:left;position:relative;z-index:0;}
#otras_empresas_logo{float:left;width:125px;height:199px;margin:30px 0 0 4px;}
#contenido_otras_empresas{width:350px;height:100px;margin:10px 0 0 150px;}
#titulo_otras_empresas{width:265px;}
#otras_masinfo{position:absolute;z-index:10;background:url("img/masinfo.png");margin:-15px 0 0 290px;width:113px;height:18px;}
#subcategorias{font-weigth:bold;font-size:15px;float:left;width:295px;}
#todas_subcategorias{float:left;width:590px;margin-bottom:20px;}
#todas_subcategorias a{text-decoration:none;color:#777777;}
#todas_subcategorias a:hover{text-decoration:underline;}
#otras_categorias, #listado_pdf{border:1px solid #cccccc;width:373px;margin:20px 0 0 -78px;padding:10px;}
#otras_categorias li, #listado_pdf li{list-style-type:none;}
#listado_pdf a{color:#777777;text-decoration:none;}
#listado_pdf a:hover{text-decoration:underline;}
#otras_categorias li{list-style-type:none;}
#map_canvas{border:1px solid #CCCCCC;height:300px;margin:20px 0 0 -80px;width:385px;}
#map_canvas.mapa_gratuito{border:1px solid #CCCCCC;height:300px;margin:650px 0 0 -180px;width:395px;position:absolute;z-index:20;}
#coordenadas{width:210px;text-align:center;}
#socials{float:right;margin-right:10px;width:309px;}
#mensaje_error{width:200px;text-align:center;height:30px;padding:5px;background-color:#BF0B0B;color:#FFFFFF;margin:10px 0 10px 30px;font-weight:bold;}
#mensaje_error_anuncio{width:225px;text-align:center;height:30px;padding:5px;background-color:#BF0B0B;color:#FFFFFF;margin:160px 0 0 380px;font-weight:bold;position:absolute;}
#mensaje_error_destacate{width:225px;text-align:center;height:30px;padding:5px;background-color:#BF0B0B;color:#FFFFFF;margin:-50px 0 0 0;font-weight:bold;position:absolute;}