﻿/* Cuerpo de la página principal */

/* Columnas del cuerpo en las siguientes páginas */

div#cuerpo
{
	font-size: 80%;
	/* ajustes para el fondo */
	margin-top: -27px;
	padding: 0 18px 20px 18px;
}

div#columna1
{
	width: 190px;
	float: left;
	/* ajustes para el fondo */
	padding-left: 14px;
}

div#columna2
{
	width: 200px;
	float: right;
	/* ajustes para el fondo */
	padding-right: 10px;

	/* hasta que no haya anuncios, desactivar la columna */
	/*display: none;*/
}

div#contenido
{
	background-image: url(../images/G_Fondo_Resultado.gif);
	background-repeat:repeat-y;
	background-position: 0 0;
	
	/* ajustes para el fondo */
	margin-left: 204px;
	margin-right: 200px;
	/* -- */

	padding-left: 20px;
	padding-right: 20px;

	padding-bottom: 5px;
	margin-bottom: 5px;
	
	/*min-height: 600px;*/
	padding-bottom: 3000px;
	margin-bottom: -3000px;
	
	/* ajustes nuevos */
	float: left;
	width: 524px;
	margin-left: 0;
	margin-right: 0;

}

div#columna1, div#columna2, div#contenido
{
	margin-top: 0;
}

div.cab_cuerpo
{
	/* background-image: url(../images/G_Fondo_AutoRevista.gif);*/
	background-position: top right;
	background-repeat:no-repeat;
	margin-bottom: 0px;
	height: 175px;
	/* ajustes para el fondo */
	padding-top: 27px;
}



/* Cuadro de búsqueda */

div#busqueda
{
	background-image: url(../images/G_Fondo_Allo_posterior.gif);
	background-repeat: no-repeat;
	background-position: 14px 0;
	width: 521px;
	
	width: 521px;
	height: 73px;
	float: left;
}

div#busqueda table
{
	margin: 0;
	padding: 5px 0 0 90px;
	/* font-weight:bold;*/
	font-size: 70%;
	color: Black;
	border-spacing: 5px;
}

div#busqueda table tr
{
	
}

div#busqueda table td.sep
{
	width:90px;
}

div.enlaces
{
	/* 
	width: 198px;
	height: 52px;
	background-color: #ffe066;
	position: relative;
	top: -66px;
	left: 545px;
	margin-bottom: -66px;
	padding: 10px;
	*/
	float: left;
	margin-left: 10px;
	width: 200px;
	height: 53px;
	background-color: #ffe066;
	padding: 10px;
}

div.enlaces a
{
	text-decoration: none;
	font-size: 7pt;
	display:block;
	color: Black;
	font-weight:normal;
}

div.enlaces a:hover
{
	/* Hay un bug en IE que hace que desaparezca la ficha */
	/*	font-weight:bold;*/
	color: Red;
}

div#dondeestoy
{
}

div.logo_guia
{
	margin-bottom: 20px;
}

div.logo_guia h1
{
	font-size: 14pt;
	/* color: #665738; */
}

/* Ajustes para el fondo */
div#dondeestoy, div.logo_guia, div#busqueda
{
	padding: 0 14px;
}


/* Contenido, listado productos */
div.prod
{
	width: 99%;
}

div.prod ul
{
	list-style: none;
	margin-right: 0;
	padding-left: 0;
	padding-right: 0;
}

div.prod ul li
{
	margin:0;
	padding:0;

	font-size: 80%;
	text-indent: 0;
	margin-left: 0;

	background-color: White;
	/* color:#665738; */

}


div.prod ul li a
{
	text-decoration: none;
	display: block;
	padding: 2px 2px;
	
	background-color: White;
	color: #000;
	/* background:transparent url(../img/level2.jpg) repeat-y scroll 0%; */
	/* color:#665738; */
	/* border-bottom:1px #665738 dotted;*/
	border-bottom:1px #000 dotted;
}

div.prod ul li p
{
	text-decoration: none;
	display: block;
	padding: 2px 2px;
	
	background-color: White;
	/*color:#665738; */
	/*border-bottom:1px #665738 dotted;*/
	border-bottom:1px #000 dotted;
	font-size:inherit;
}


div.prod ul li a:hover
{
	
	background-color:#DF012A; 
	background:transparent url(../img/level2.jpg) repeat-y scroll 0%;
	color:rgb(33,33,0);
}


/* Contenido, listado empresas */
div#emp
{
}

div#emp ul
{
	list-style: none;
	margin-right: 0;
	padding-left: 0;
	padding-right: 0;
}


div#emp ul li
{
	margin:0;
	padding:0;
}


div#emp ul li a
{
	display: block;
	text-decoration: none;
	color: Black;
	padding:2px;
	font-size: 80%;

	background-color: White; 
	color: #000;
	/* background:transparent url(../img/level2.jpg) repeat-y scroll 0%; */
	/*color:#665738; 
	border-bottom:1px #665738 dotted;*/
	border-bottom:1px #000 dotted;

}

div#emp ul li a:hover
{
	background-color:#DF012A; 
	background:transparent url(../img/level2.jpg) repeat-y scroll 0%;
	color:rgb(33,33,0);
	cursor: pointer;

}

div#emp h3, div#emp h4, div#emp h5
{
	margin-top: 0;
	margin-bottom: 0.5em;
	background-color: rgb(223, 221, 209);
	padding-bottom: 5px;
	padding-top: 5px;
	text-align:center;
}

div#emp h4
{
	margin-top: 0.5em;
}

div#emp h5
{
	color: Red;
}


div#emp img
{
	float: right;
	/*height: 40px;*/
	max-height: 70px;
	max-width: 100px;
	margin-left: 5px;
}

span.minificha
{
	display: block;
	min-height: 72px;
	_height: 75px;
}

/* Otros */
.anun
{
	display:block;
	height:200px;
	width:200px;
	background-color:#CCCCCC;
	background-color: Transparent;
	margin-bottom:10px;
}

div.info
{
	display:block;
	background-color:#CCCCCC;
	margin-bottom:10px;
	font-size: 8pt;
}

div.filtros
{
	border-style: solid;
	border-width: 5px 1px 1px 1px;
	border-color: rgb(223, 221, 209);
	margin: 0 10px 20px 0;

	/*-moz-border-radius: 5px;
	-webkit-border-radius: 5px;*/
}

div.filtros h5
{
	margin: 0;
	padding-bottom: 5px;
	background-color: rgb(223, 221, 209);
	/*color: rgb(101, 90, 60);*/
	color: #000;
	text-align: center;
}

div.scroll
{
	max-height: 200px;
	overflow: auto;
	_height: 200px;
}

div#filt_productos
{
}

div#filt_prov
{
}

div#relacionados
{
}

/* Fichas empresas */

div.ficha
{
	position:relative;
	/* color: rgb(101, 90, 60);*/
	color: #000;
	font-size: 90%;
}

div.ficha_secciones
{
	/* float: left;*/
	width: 100%;
	border-style: solid;
	border-width: 5px 1px 1px 1px;
	border-color: rgb(223, 221, 209);
	margin: 10px 0 0 0;
	display: block;
	left: 0;
}

div.ficha_secciones h5
{
	margin: 0;
	padding-bottom: 5px;
	background-color: rgb(223, 221, 209);
	/* color: rgb(101, 90, 60);*/
	color: #000;
	text-align: left;
	border-bottom: solid 1px black;
}

div.ficha_secciones p
{
	font-size: 8pt;
}

div.logo_ficha
{
	margin:  0 5px 0 0;
	display: block;
	float: right;
	width: 30%;
}


div.logo_ficha img
{
	display: block;
	width: 100%;
}

div.logo_ficha img+img
{
	margin-top: 20px;
}

div.datos
{
	/* float: left;*/
	width: 100%;
	display: block;
}

div.datos p.destacamos
{
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px;
	background-color: rgb(223, 221, 209);
	font-style:italic;
}

div.datos a
{
	text-decoration: none;
	color: inherit;
}

div.datos a:hover
{
	font-weight: bold;
}


span.marcas_prod
{
	font-style: italic;
	margin-left: 5px;
}

div.scroll_grande
{
	/* max-height: 250px;*/
	overflow: auto;
}


div.espacio_pie
{
	/* float: left; */
	width: 100%;
	/* padding-bottom: 50px;*/
	display: block;
}

/* Menus inline (marcas, ruta...) */
div.marcas ul, div.ruta ul
{
	list-style: none;
	padding: 2px;
	/*border-bottom:1px #665738 dotted;*/
	border-bottom:1px #000 dotted;
}

div.ruta ul
{
	border-bottom: solid 1px black;
    padding: 5px 0 5px 0;
}

div.marcas ul li, div.ruta ul li
{
	margin:0;
	padding: 0;
	display: inline;
	font-size: 80%;

	background-color: White;
	/*color:#665738; */
}


div.marcas ul li a, div.ruta ul li a
{
	text-decoration: none;
	background-color: White;
	color: #000;
	/*color:#665738; */
}

div.marcas ul li p, div.ruta ul li p
{
	text-decoration: none;
	background-color: White;
	color: #000;
	/*color:#665738; */

}


div.marcas ul li a:hover, div.ruta ul li a:hover
{
	
	background-color:Transparent;
	background:transparent url(../img/level2.jpg) repeat-y scroll 0%;
	color:rgb(33,33,0);
}


.curved {
/*    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
/*	behavior:url(estilos/border-radius.htc); */
}

.curved_bottom {
/*    -moz-border-radius: 0 0 10px 10px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
    border-radius: 0 0 10px 10px; 
/*	behavior:url(estilos/border-radius.htc); */
}

.curved_top {
/*    -moz-border-radius: 10px 10px 0 0;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
   border-radius: 10px 10px 0 0;
/*	behavior:url(estilos/border-radius.htc); */
}

/* Mapa */

div#map_canvas
{
	display: block;
	float: right;
	/*padding: 0 0 10px 10px;*/
}

img#map_img
{
	width: 100%;
	border-style: none;
	margin-top: 20px;
}

a#map_anchor
{
	text-decoration: none;
	display:none;
}

div.explica
{
	font-size: 90%;
}

div.explica h4, div.explica h5
{
	color: #cc0000;
}

div.explica ul
{
	list-style-type: circle;
	margin-left: 12px;
}

div.explica ul li
{
	margin-bottom: 5px;
	margin-left: 5px;
}

div#finestra
{
	display: none;
	position: absolute;
	width: 500px;
	height: 300px;
	top: 200px;
	left: 200px;
	margin: 20px;
	background-color: White;
	z-index: 100;
	border-style:double;
	border-color:Blue;
	border-width: 10px;
}

div#finestra.on
{
	display:block;
}

div#finestra.off
{
	display:none;
}

div#columna2 div.modul
{
	border-style: dotted;
	border-width: 1px;
	width: 202px;
	margin-bottom: 5px;
}

div#columna2 div.robapaginas
{
	border-style:none;
	border-width: 1px;
	width: 202px;
	margin-bottom: 5px;
}
