body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	background-attachment: fixed;
	background-image: url(../imagenes/inaoe-fa.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #FFFFFF;
}
#contenedor {
	width: 96%;
	margin-right: auto;
	margin-left: auto;
}
.encabezado {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	/*padding-top: 42px;
	padding-bottom: 30px;*/
}
.encabezado h1 {
	text-align: center;
}
.encabezado h2 {
	text-align: center;
}
.contenido {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	
}
.contenido p {
	font-size:24px;
	line-height: 15px;
}

.numen {
	color: #21BAA6;
}
.sub {
	color: #00F;	
}
.numsub {
	font-size:18px !important;
}
.barra {
	background-color: #333333;
	padding: 5px;
}
.pie {
	padding: 5px;
	border: 1px solid #CCCCCC;
	width: 200px;
	font-size: 12px;
	font-style: italic;
	color: #333333;
}
ul li a {
	line-height: 30px;
}
a {
	color: ##00F;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: none;
	background-color: #EAFFFF;
}
