body {
	
	font-family: "Lucida Console", Courier, monospace;
	
}

div#faux li {
	list-style: circle;
	
	
}
div#contenido a {
	text-decoration: none;
	color: #000;
	border-bottom: 1px #999 dotted;
	
}
div#contenido a:hover {
	color: #e91e79;
	border-bottom: 1px #e91e79 dotted;
	
}

p, li {
	font-size: 11px;
	line-height: 1.6em;
}


p.info {
	padding-left: 4em;
	
}
#header {
	/* background: url(../img/logo.gif) no-repeat; */
	height: 315px;
}

#header div.margenSuperior {
	height: 275px;
}

#logo {
	position: absolute;
	z-index: auto;
}

ul#menuLvl2{
		position: absolute;

}

ul#menuLvl2, ul#menuLvl2 li {
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline;


}


ul#menuLvl2 li a {
	display: block;
	float: left;
	background: #f0f0f0;
	color: #333;
	font-weight: bolder;
	font-size: 12px;
	margin-right: 12px;
	text-decoration: none;
	text-align: center;
	z-index:auto;
	border: 1px solid #f0f0f0;
	border-width: 4px 10px;

}
ul#menuLvl2 li a.current, ul#menuLvl2 li a:hover {
		background: #e91e79;
		color: #fff;
		border-color: #e91e79;
}

ul#menuIzquierda {
		list-style: none;
		padding: 0;
		margin: 0;
	margin-left: 12px;
	margin-top: 24px;
}

ul#menuIzquierda li {
		list-style: none;
		padding: 10px 0;
		margin: 0;
	
}

ul#menuIzquierda li  a {
	font-size: 14px;
	font-weight: bolder;
	text-decoration: none;
	color: #333;
	
}
ul#menuIzquierda li  a:hover {
color: #e91e79;
}

#footer {
	text-align: center;
	padding: 20px 0;
	font-size: 10px;
	color: #333;
	text-align: right;
}
div#contenido {
	padding-top: 1em;
}


