/* print styles */
body {
	color: black;
	background: white;
	font-size: 12pt;
	text-decoration: none;
}
a:link, a:visited {
	background: white;
	color: black;
	text-decoration: underline;
	font-weight: bold;
	font-size: 10pt;
}
h1, h2, h3 {
	background: white;
	color: black;
	padding-bottom: 1px;
	font-size: 12pt;
}
#colderecha {
	display: none;
}

#navcontainer ul li {

	display: inline;
	white-space:nowrap;
}
#navcontainer ul li a {

	padding: 0.2em 13px;
	background-color: #FFFFFF;
	text-decoration: underline;
	float: left;
	margin: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

#contenidocentral p {
	background-color: #FFFFFF;
	font-size: 80%;
	color: #000000;
	padding: 0px;
	margin: 0px;
	text-align: justify;
	width: 650px;
}
#contenido {


	width: 550px;
	float: left;
	padding-bottom: 5px;
}
#subir {
	text-align: center;
	display: none;
}
#eclectico {
	font-size: 0.8em;
	color: #CCCCCC;
	text-align: right;
	width: 757px;
	margin-right: auto;
	margin-left: auto;
	display: none;
}
#footer {
	font-size: 0.8em;
	color: #FFFFFF;
	background-color: #015B99;
	float: none;
	margin-right: auto;
	margin-left: auto;
	border-top: 1px solid #015B99;
	border-right: 1px solid #015B99;
	border-bottom: 1px solid #015B99;
	border-left: 1px solid #015B99;
	text-align: center;
	clear: both;
	height: 20px;
	vertical-align: middle;
	display: none;
}
