body {
	margin: 0px;
	background-image: url(imagenes/fondo.jpg);
	background-repeat: repeat-y;
	background-position: right;
}
#cabecera {
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 5;
}
#congreso {
	position: absolute;
	height: 81px;
	width: 100%;
	left: 0px;
	top: 0px;
	background-color: #0096D6;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #0F3039;
	z-index: 3;
	background-repeat: no-repeat;
	background-position: left top;
}
#menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFFFF;
	position: absolute;
	top: 143px;
	z-index: 6;
	left: 10px;
}
#cita {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #333333;
	position: absolute;
	top: 90px;
	right: 350px;
	z-index: 7;
	text-align: right;
	font-style: italic;
}
.ladillo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #0095D6;
}
.titulo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-weight: bold;
	color: #0095D6;
}

#contenedor {
	padding-right: 350px;
	position: absolute;
	left: 25px;
	top: 200px;
}
.texto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333333;
	text-align: justify;
}


.menu {
	font-size: medium;
	color: #FFFFFF;
	font-weight: bold;
}
.menu:link {
	text-decoration: none;
}
.menu:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.menu:hover {
	text-decoration: none;
	color: #E5BF37;
}
.menu:active {
	text-decoration: none;
	color: #FFFFFF;
}
.enlace {
	font-size: medium;
	color: #E5BF37;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.enlace:link {
	text-decoration: none;
}
.enlace:visited {
	text-decoration: none;
	color: #E5BF37;
}
.enlace:hover {
	text-decoration: none;
	color: #ccc;
}
.enlace:active {
	text-decoration: none;
	color: ##E5BF37;
}


#feaps {
	background-color: #E5BF37;
	position: absolute;
	height: 136px;
	width: 100%;
	left: 0px;
	top: 0px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #0F3039;
	z-index: 2;
}
#educacion {

	position: absolute;
	height: 166px;
	width: 100%;
	left: 0px;
	top: 0px;
	background-color: #0096D6;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #0F3039;
	z-index: 1;
}
.negrita {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #0094CD;
	text-align: justify;
	font-weight: bold;
}
#fotoderecha {
	float: right;
	padding-bottom: 10px;
	padding-left: 10px;
}

