﻿@charset "utf-8";
/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
}


img {
	border: none;
}

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

a:hover {
	text-decoration: none;
	color: #5e86c4;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	width: 100%;
	background-image: url('../img/fondo01.png');
	background-position: right  top;
	background-repeat: no-repeat;
}

ul {
	list-style: none;
}

#top {
	width: 970px;
	padding: 0;	
	margin: 15px auto 0px auto;
	height: 40px;	
	font-family: Arial, Helvetica, sans-serif;
	background-image: url('../img/bordesuperior.png');
	background-repeat: no-repeat;
	background-position: center bottom;	
}

#menu {
	margin: 0 auto;
	font-size: 0.75em;
	color: #000;
}

#menu ul {
	padding: 0px;
	list-style-type: none;
	list-style: none;
	float: right;
}

#menu ul li {
	display: block;
	margin: 0 0px 0 0;
	padding: 0 10px;
	background-image: url('../img/separador.png');
	background-position: right center;
	background-repeat: no-repeat;
	float: left;
}
#menu select{
	font-size: 0.75em;
}

#menu a {
	display: block;
	float: left;
}

#menu a span{
	display: block;
	text-decoration: none;
	font-weight: bold;
	float: left;
}

#menu a:hover {
	text-decoration: underline;

}

#menu a:hover span {
	background-position: bottom right;
	cursor: pointer; /* Para recordarle a IE qué cursor debe usar */
}

/*

#menu ul li a:hover {
	color: #f5a222;
}
*/
#envoltorio {
	width: 970px;
	margin: 0px auto 0px auto;
	padding: 0;
	background-image: url('../img/bordes.png');
	background-repeat: repeat-y;
}

#cabecera {
	height: 120px;
}

.logotipoSuperior {
	margin-left: 15px;
	float: left;
}

.bannerSuperior {
	margin-left: 15px;
	float: left;
}

#contenido {
	color: #7D9164;
	width: 752px;
	/*height: 619px; */
	margin: auto;
	float: right;
	padding: 17px 0px 0 0px;
	text-align: center;
	/*background-color: #f7f0e5;*/
	min-height: 700px;
}

#columnaIzquierda {
	width: 186px;
	padding: 0px;
	float: left;
	font-size: 0.75em;
	padding-left: 15px;
}

.boxLateral {
	background-image: url(../img/boxbg.png);
	background-repeat: no-repeat;
	width: 156px;
	height: 251px;
	margin-top: 20px;
	padding: 0 15px;
}

.boxLateralMini {
	background-image: url(../img/boxbg_mini.png);
	background-repeat: no-repeat;
	width: 164px;
	height: 166px;
	margin-top: 20px;
	padding: 0 15px;
}


.boxLateral h3, .boxLateralMini h3 {
	height: 25px;
	width: 156px;
	padding: 5px 0px;
	text-align: center;
	
	color: #FFFFFF;
	font-size: 1.2em;
	font-weight: bold;
}

#boxTipologia h3, #boxMunicipios h3 {
	background-image: url(../img/boxbg_top.png);
	background-repeat: no-repeat;
	width: 186px;
	padding: 5px 0 10px 0;
}

#boxTipologia, #boxMunicipios {
	background-image: url(../img/boxbg_bottom.png);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 186px;
	padding: 0 0 15px 0;
	height: auto;
	color: #f9a801;
	text-align: center;
}


#revista, #promociones  {
	text-align: center;
}

#revista a {
	display: block;
	width:  134px;
	margin: 5px auto;
}

#promociones h3 {
	font-size: 1em;
}

#boxBusquedaRef {
	background-image: url(../img/boxbg_mini.png);
	background-repeat: no-repeat;
	width: 164px;
	height: 186px;
	margin-top: 20px;
	padding: 0 15px;
}

.listaImagenes {
	width: 590px; /* Para 5 imágenes por línea */
	margin: 10px auto;
}
.listaImagenes img {
	margin: 2px 2px;
	display: block;
	float: left;
}


#pie {
	background-image: url('../img/fondos/fondo_pie.png');
	clear: both;
	height: 39px;
	padding: 5px 10px 0px 25px;
	font-size: 0.6em;
	text-align: left;
	color: #000000;
	margin-top: 40px;
}

#pie h3, #pie p {
	display: block;
	float: left;
	padding: 0 0 0 10px;
	width: 185px;
	margin-left: 10px;
	line-height: 17px; /* esto es para que el texto esté centrado verticalmente */
}

#pie img {
	display: block;
	float: right;
}

#pie p{
	background: url('../img/fondo_nuevo_elemento.gif') left center no-repeat;
	
}

#pie h3 {
	font-size: 1.4em;
	font-weight: bold;
	/*width: 85px;*/
	width: 145px;
}

#pie span {
	display: block;
	width:100%;
	text-align: center;
	padding: 20px 0 0 0;
}


#bottom {
	width: 970px;
	padding: 0;	
	margin: 0px auto 15px auto;
	height: 40px;	
	font-family: Arial, Helvetica, sans-serif;
	background-image: url('../img/bordesinferior.png');
	background-repeat: no-repeat;
	background-position: center top;	
}


.clear {
	clear: both;
}

.codigo {
	display: none;
	font-size: 0.8em;
	color: red;
	background-color:#CCFF66;
	border: 1px solid #CC9900;
	clear: both;	
}

.soloImpresora {
	display: none;
}