/* CSS Base de miramapa */

BODY,HTML {
    font: 8pt Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
    text-align: center;
    background-color: #ffffff;
	width: 100%;
    height: 100%;
    padding-bottom: 40px;
}

IMG{ border: none; }

SELECT{ border: 1px solid #000000; }

#contenedorGeneral{
	width: 100%;
	height: 100%;
}

#cabecera{
	position: relative;
	width: 100%;
	height: 100px;
	background-image: url(../img/fondos/fondo_cabecera_degradado.png);
	overflow: hidden;
}

#contenedorLogo{
	float: left;
	width: 240px;
	max-width: 240px;
	height: 100px;
	background-image: url(../img/logo.png);
	background-repeat: no-repeat;
}

#contenedorBotonera{
	float: right;
	width: auto;
	margin-top: 0px;
	height: 21px;
	max-height: 21px;
	background-image: url(../img/fondos/fondo_botonera.png);
	background-repeat: repeat-x;
}

#contenedorBuscador{
	position: relative;
	top: 13px;
	height: 75px;
	min-height: 75px;
	width: auto;
	margin-left: 300px;
	text-align: central;
	background-image: url(../img/fondos/fondo_cabecera_cuadrados.png);
	background-repeat: no-repeat;
	background-position: right;
}

#contendorCentral{
	position: relative;
	width: 100%;
	min-height: 75%;
	height: 75%;
}

#contenedorTipos{
	width: 240px;
	height: 100%;
	float:left;
	margin-top: 20px;
	margin-right: -1px;
}

#contenedorLateralDerecho{
	width: 200px;
	height: 100%;
	float:right;
	margin-top: 0px;
}

#contenedorLogin{
	width: 200px;
	height: 80px;
	text-align: left;
}

#contenedorDestacados{
	width: 200px;
	text-align: left;
	min-height: 423px;
	background-color: #E3F2BD;
	/*background-image: url(../img/fondos/fondo_destacados.png);
	background-position: 0px 20px;
	background-repeat: 	no-repeat;*/
	border-bottom: 1px solid #969696;
	border-left: 1px solid #969696;
	border-top: 1px solid #969696;
	text-align: center;
    margin-left: -1px;
    padding-top: 10px;
}

#contenedorMapa{
	margin-left: 240px;
	margin-right: 200px;
    background-color: #ffffff;
    padding: 4 4 4 4px;
    width: auto;
	height:100%;
	text-align: center;
	
}
#mapa{
	min-height: 100%;
	border-left: 1px solid #969696;
	border-right: 1px solid #969696;
	border-bottom: 1px solid #969696;
}

#pie{
	position: relative;
	top: -20px;
	width: 100%;
	height: 20px;
	z-index: 0;
}

