html, body {
	height: 100%;
}

body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#cuerpo {
	width: 960px;
	min-height: 100%;
	height: auto!important;
	height: 100%;
	margin: 0px auto;
	position: relative;
}

/* ENCABEZADO */
#encabezado {
	width: 960px;
	height: 138px;
	position: relative;
}

/* LOGO */
#logo {
	width: 157px;
	height: 91px;
	position: absolute;
	top: 40px;
	left: 0px;
}

/* MENU */
#menu {
	position: absolute;
	top: 40px;
	right: 0px;
}

#menu ul {
	list-style: none;
	width: 156px;
	border-top: 1px solid #000;
	margin: 0px 0px 0px 20px;
	float: left;	
}

#menu ul li {
	line-height: 19px;
	height: 19px;
	border-bottom: 1px solid #000;
	margin-top: 0px;
}

#menu ul li a {
	background-image: url(img/bulletGris.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	text-decoration: none;
	text-transform: uppercase;
	color: #000;
	height: auto!important;
	height: 1%; /* HACK PAR IE6 */
	padding-left: 30px;
	display: block;
}

#menu ul li a:hover {
	background-image: url(img/bulletVerde.gif);
	color: #bdbdbd;
}
#menu ul li a.menuHover {
	background-image: url(img/bulletVerde.gif);
	color: #bdbdbd;
}
#menu ul li a.menuSelected {
	background-image: url(img/bulletNegro.gif);
	color: #bdbdbd;
}

/* CONTENIDO */
#contenido {
	width: 960px;
	padding-bottom: 42px;
}

/* PIE */
#pie {
	font-size: 10px;
	line-height: 42px;
	width: 960px;
	height: 42px;
	border-top: 1px solid #000;
	position: absolute;
	bottom: 0px;
}

#pie a {
	text-decoration: none;
	color: #000;
}

#pie a:hover {
	color: #bdbdbd;
}
#pie a.hover {
	color: #bdbdbd;
}
#pie #pieIzquierdo {
	float: left;	
}

#pie #pieDerecho {
	float: right;
}

/* CLEAR */
.clear {
	font-size: 0px;
	height: 0px;
	line-height: 0px;
	border-bottom: 1px solid #fff;
	clear: both;
}

/* BLOQUE MAPA */
.bloqueMapa {
	width: 200px;
	float: left;
	padding-right: 20px;
	padding-bottom: 30px;
}
.bloqueMapa a {
	text-decoration: none;
	color: #666;
}
.bloqueMapa a:hover {
	text-decoration: none;
	color: #000;
}
