
.titulo_ficha{ float:left; width:400px; padding:43px 0 0 0;}

.bloque_google{
	border:1px solid #CCC;
	margin:0 0 10px 50px;
	*margin:0 0 10px 20px;
	
}

.bloque_ficha{
	float:left;
	padding: 10px 0 0 20px;
}

.bloque_ficha col_der .titulo_flecha{
	width:400px;
}
.bloque_datos_empresa{
	float:left;
	padding-bottom:10px;
}

.bloque_datos_empresa .col_izq{
	float:left;
	width:740px;
	margin: 10px 0 0 -5px;
}

.bloque_datos_empresa .col_der{
	float:left;
	width:224px;
	margin:0 0 0 15px;
	padding-top:10px;
	background:#FFF;
	border:1px solid #CCC;
}

.datos_contacto{
	float:left;
	width:720px;
	background:#FCFCFC;
	padding:10px 6px 10px 12px;
	border:1px solid #CCC;
	margin-bottom:6px;
} 

.datos_contacto_desc{
	float:left;
	width:930px;
	background:#FCFCFC;
	padding:10px 6px 10px 12px;
	border:1px solid #CCC;
	margin:20px 0 6px;
} 

.bloque_datos_imagenes .paginado{ float:left; width:100%; }
.bloque_datos_imagenes .paginado li.current a{ color:#FF6600; }

.bloque_datos_imagenes .datos_contacto{
	width:360px;
}

.datos_contacto .titulo{
	float:left;
	width:100%;
	padding: 0 0 10px 0;
	
}


.datos_contacto .logo, .bloque_datos_imagenes .logo{
	float:left;
	width:200px;
	text-align:center;
	padding: 4px 0;
	margin-right:10px;
}

.datos_contacto .logo table, .bloque_datos_imagenes .logo table{width:200px; height: 90px; text-align:center;}

.inf_contacto{
	float:left;
	width:230px;
	margin:10px 0 0 20px;
}

.bloque_datos_imagenes .inf_contacto{
	float:left;
	width:140px;
}

.datos_contacto .favoritos{
	margin:15px 0 0 0;
	float:left;
	width:390px;
}

.datos_contacto .favoritos ul{ float:left; padding:20px 0 0 0;}
.datos_contacto .favoritos ul li{ float:left; display:block; padding:0 20px 0 0;}

.datos_contacto .foto, .datos_contacto .texto{
	float:left;
}

.datos_contacto .texto2{float:left; margin-left:4px; font-size:0.8em; color:#006699;}

.datos_contacto .texto{ padding:6px 0 0 6px;}

.datos_contacto .descripcion{
	float:left;
	width:700px;
	text-align:justify;
}

.datos_contacto .descripcion_min{
	float:left;
	width:700px;
	text-align:justify;
	height:140px;
}

.bloque_datos_imagenes .descripcion{
	float:left;
	width:360px;
	padding-top:10px;
	text-align:justify;
}

#gmap{
	float:left;
	margin:10px 0 0 20px;
	width:186px;
	overflow:hidden;
}

.form_contacto{
	float:left;
 
}

.form_contacto .fila_contacto{
	float:left;
	width:100%;
}

.form_contacto .fila_contacto .col1{
	float:left;
	width:90px;
	padding: 16px 10px 0 20px;
	color:#333;
}

.form_contacto .fila_contacto .col2{
	float:left;
}

.form_contacto .fila_contacto .col3{
	float:left;
	margin:10px 0 0 80px;
}

.form_contacto .fila_contacto .col2 input{ width:180px; margin:0 0 0 20px;}
.form_contacto .fila_contacto .col2 select{ width:180px; margin:0 0 0 20px;}
.form_contacto .fila_contacto .col2 textarea{ width:180px; height:80px; margin:0 0 0 20px;}

.palabas_clave{
	float:left;
	width:100%;
}

.bloque_datos_imagenes{
	float:left;
	padding-top:4px;
}

.bloque_datos_imagenes .col_izq{
	float:left;
	width:400px;
	margin:20px 0 0 -5px;
}

.bloque_datos_imagenes .col_der{
	float:left;
	width:570px;
}

.bloque_datos_imagenes .col_der .favoritos{
	float:right;
}

.bloque_datos_imagenes .col_der .favoritos .foto, .bloque_datos_imagenes .col_der .favoritos .texto{ float:left;}
.bloque_datos_imagenes .col_der .favoritos .texto{ padding: 6px 30px 0 6px;}



.bloque_datos_imagenes .col_der .titulo_img{
	float:left;
	width:100%;
	color:#333;
	padding:0 0 4px 0;
	background:#FFF;
	
	padding:5px 0 5px 10px;
	
	border-top:1px solid #CCC;
	border-left:1px solid #CCC;
	border-right:1px solid #CCC;
}

.bloque_datos_imagenes .col_der .img_big{
	float:left;
	width:572px;
	height:400px;
	padding:4px;
	background:#FFF;
	text-align:center;
	border:1px solid #CCC;
}

/* carrusel*/

.carrusel{
	float:left;
	width:580px;
	background:#FFF;
	
	border-bottom:1px solid #CCC;
	border-left:1px solid #CCC;
	border-right:1px solid #CCC;
}

#carousel {
	float: left;
	position: relative; /* Necesario */
	overflow: hidden; /* Necesario */
	height: 64px;
	width:502px;
	margin-top: 6px;
}

#carousel .belt {
	position: absolute; /* Necesario */
	left: 0;
	top: 0;
	margin:0 2px 10px 0;
	*margin:0;
}

#carousel .panel {
	width:70px;
	height:50px;
	float: left; /* Necesario */
	overflow: hidden;
	margin: 0 2px;
}

/* Botones del carousel */
			
.button-prev {
	height:60px;
	width:25px;
	float:left;
	margin:0;
	padding:0;
}

.button-prev a {
	display:block;
	margin:18px 0 0 0;
	padding:0;
}

.button-next {
	height:60px;
	width:25px;
	float:right;
	margin:0;
	padding:0;
}

.button-next a {
	display:block;
	margin:18px 0 0 0;
	padding:0;
}

ul .editar_empresa{
	float:right;
	display:block;
	width:300px;
	font-size:0.9em;
}

/* Star Rating*/

.star-rating {
	list-style:none;
	margin: 0px;
	padding:0px;
	width: 150px;
	height: 14px;
	position: relative;
	background: url(https://www.rankhogar.com/imagenes/barra_puntos_hover.gif) no-repeat;	
}
.star-rating li {
	padding:0px;
	margin:0px;
	float: left;
}
.star-rating li a {
	display:block;
	width:20px;
	height: 14px;
	text-decoration: none;
	text-indent: -9000px;
	z-index: 20;
	position: absolute;
	padding: 0px;
}
.star-rating li a:hover {
	background: url(https://www.rankhogar.com/imagenes/barra_puntos.gif) top left no-repeat;
	z-index: 1;
	left: 0px;
}
.star-rating a.one-star {
	left: 0px;
}
.star-rating a.one-star:hover {
	width:15px;
}
.star-rating a.two-stars {
	left:15px;
}
.star-rating a.two-stars:hover {
	width: 30px;
}
.star-rating a.three-stars {
	left: 30px;
}
.star-rating a.three-stars:hover {
	width: 45px;
}
.star-rating a.four-stars {
	left: 45px;
}	
.star-rating a.four-stars:hover {
	width: 60px;
}
.star-rating a.five-stars {
	left: 60px;
}
.star-rating a.five-stars:hover {
	width: 75px;
}
.star-rating a.six-stars {
	left: 75px;
}
.star-rating a.six-stars:hover {
	width: 90px;
}
.star-rating a.seven-stars {
	left: 90px;
}
.star-rating a.seven-stars:hover {
	width: 105px;
}
.star-rating a.eight-stars {
	left: 105px;
}
.star-rating a.eight-stars:hover {
	width: 120px;
}
.star-rating a.nine-stars {
	left: 120px;
}
.star-rating a.nine-stars:hover {
	width: 135px;
}
.star-rating a.ten-stars {
	left: 135px;
}
.star-rating a.ten-stars:hover {
	width: 150px;
}


/* Star Rating 2*/

.star-rating-2 {
	list-style:none;
	width: 280px;
	height: 30px;
	position: relative;
	padding:0px;

}

.star-rating-2 li {
	padding:0px;
	margin:5px 0px 0px 5px;
	background: url(https://www.rankhogar.com/imagenes/staron.png) top left no-repeat;

	float: left;
}
.star-rating-2 li a {
	display:block;
    width:30px;
	height: 30px;
	text-decoration: none;
	text-indent: 9px;
    margin:0px;
	z-index: 2;
	position: relative;
	padding: 0px;
}
.star-rating-2 li a:hover {
	background: url(https://www.rankhogar.com/imagenes/staroff.png) top left no-repeat;
    z-index: 1;
	left: 0px;
}

.star-rating-2 a.2-stars {
background:url('https://www.rankhogar.com/imagenes/staron.png') no-repeat ;
}
.star-rating-2 a.2-stars:hover {
background:url('https://www.rankhogar.com/imagenes/staroff.png') no-repeat ;
}
.star-rating-2 a.4-stars {
background:url('https://www.rankhogar.com/imagenes/staron.png') no-repeat ;
}	
.star-rating-2 a.4-stars:hover {
background:url('https://www.rankhogar.com/imagenes/staroff.png') no-repeat ;
}
.star-rating-2 a.6-stars {
	background:url('https://www.rankhogar.com/imagenes/staron.png') no-repeat ; 
}
.star-rating-2 a.6-stars:hover {
	background:url('https://www.rankhogar.com/imagenes/staroff.png') no-repeat ; 
}
.star-rating-2 a.8-stars {
	background:url('https://www.rankhogar.com/imagenes/staron.png') no-repeat ;
}
.star-rating-2 a.8-stars:hover {
	background:url('https://www.rankhogar.com/imagenes/staroff.png') no-repeat ;
}

.star-rating-2 a.10-stars {
	 background:url('https://www.rankhogar.com/imagenes/staron.png') no-repeat ;
}
.star-rating-2 a.10-stars:hover {
	 background:url('https://www.rankhogar.com/imagenes/staroff.png') no-repeat ;
}

.info_contact{
	float:left;
	width:380px;
	margin: 10px 0 0 10px;
	background:#FCFCFC;
	border:1px solid #CCC;
	padding:6px;
}

.catalogo_ficha{
	float:left;
	width:370px;
	padding:4px;
	margin:0px 0 10px 0;
	background:#FCFCFC;
	border:1px solid #CCC;
}

.catalogo_ficha .titulo{
	float:left;
	width:330px;
	padding:6px 0 2px 6px;
	margin: 0 0 0 10px;
	border-bottom:1px solid #CCC;
}

.catalogo_ficha .scroll{
	float:left;
	overflow:auto;
}

.catalogo_ficha .categorias{
	float:left;
	padding: 10px 0 0 16px;
}

.catalogo_ficha .categoria{
	float:left;
	width:310px;
	padding:0 0 6px 26px;
	font-size:1.1em;
	background: url(https://www.rankhogar.com/imagenes/flecha_cat.png) no-repeat;
}

.presupuesto{
	float:left;
	position:absolute;
	padding:26px 26px 25px 26px;
	width:500px;
	left:400px;
	z-index:10000;
}

.con_publi{
	top:298px;
	*top:287px;
}

.presupuesto .pestana{
	float:right; 
	color:#000; 
	width:130px;
	height:44px;
	text-align:center;
	background: #000; 
	padding:7px 0 0 0;
}

/*
.presupuesto .pestana{
	float:right; 
	color:#000; 
	margin: 0 30px 0 0; 
	width:112px;
	height:24px;
	text-align:center;
	background: url(https://www.rankhogar.com/imagenes/pest-min.gif) no-repeat 0 -3px; 
	padding:2px 10px;
}
*/

.presupuesto .pestana2{
	float:right; 
	color:#000; 
	margin: 0 20px 0 0; 
	width:30px;
	height:44px;
	text-align:center;
	background: url(https://www.rankhogar.com/imagenes/pest2-min.gif) no-repeat 0 -3px; 
	padding:2px 10px;
}


.presupuesto .add_favorito{ float:right; width:46px; text-align:center; background:#000; margin:0 0 0 10px; height:44px; padding:4px 0 0 0; cursor:pointer; }

.presupuesto .pestana a, .presupuesto .pestana2 a{ color:#FFF;} 

.presupuesto .contenido{
	float:left; 
	width:529px;
	border-bottom: 2px solid #000;
	padding:10px 25px;
	margin:1px 0 0 2px;
	background:#FFF;
	color:#333;
}

.presupuesto .contenido table{ float:left; }

.presupuesto .contenido input{ width:152px;}
.presupuesto .contenido textarea{
	width:250px;
	height:80px;
	margin-left:16px;
}


.bloque_img{float:left;width:570px;}
.info_contactar{float:left; padding:10px 0 0 20px; color:#4595d8; }

.sello_oferta{ 
	position:absolute;
	
	margin:290px 0 0 20px;
	
	height:100px;
	width:100px;
	color:#FFF;
}

.precio_oferta{
	position:absolute;
}

.bloque_img .imagens_emp_list li{ margin:5px 0 0 11px; }

.precio_oferta .ahora{float:left; font-size:1.5em; padding: 40px 0 6px 0; width:100px; text-align:center;}
.precio_oferta .antes{float:left; width:100px; text-align:center; text-decoration:line-through;}

.noticia_actual{ float:left; width:910px; padding:10px 20px; background:#FCFCFC; border:1px solid #CCC; margin:20px 0 0 10px;}
.noticia_actual .titulo{ float:left; width:580px; color:#333; font-size:1.2em; }

.noticia_listar{ 
	float:left; 
	width:910px; 
	padding:10px 20px; 
	background:#FCFCFC; 
	border:1px solid #CCC; 
	margin:20px 0 0 10px; 
	height:120px; 
	overflow:auto;
}
.noticia_listar .titulo{ float:left; width:580px; color:#333; font-size:1.2em; }

.noticia_listar .logo{float:left; padding:0 20px 0 0;}

.noticia_actual .contenido{ float:left; width:100%; text-align:justify; padding: 10px 0 0 0;}
.noticia_actual .contenido2{ float:left; width:100%; text-align:justify; padding: 10px 0 0 0;}


.noticia_actual .fotos{ float:left; width:200px; }
.noticia_actual .foto_1, .noticia_actual .foto_2{ float:left; padding:12px 0 0 20px;}

.listado_noticias{
	float:left;
	width:680px;
	display:block;
}

.listado_noticias li{
	display:block;
	width:680px;
	float:left;
	padding:6px 0 0 0;
}

.tags{ float:left; width:940px; padding:10px 0 0 20px; }
.tags .titulo{ float:left; width:100%; height:20px; }

.tags .contenido{ float:left; display:block; width:100%; }
.tags .contenido li{ float:left; display:block; padding:0 10px 5px 0; height:20px; }
.tags .contenido li .par{ color:#006699; }


.emp-relacionadas{ float:left; width:400px; padding:10px 0 0 0; }

.emp-relacionadas .titulo{ float:left; width:100%; text-align:center; font-weight:600; color:#000; padding:10px 0 0 10px; border:0; background:none;}

.emp-relacionadas li{ float:left; padding: 5px 0 5px 10px; width:390px; border:1px solid #CCC; margin:10px 0 0 15px; background:#FFF; }

.puntuaciones li{ margin-right:30px; }

.pub_google_gratis{ float:left; margin:5px 0 0 26px; }



