@charset "utf-8";
body,html {
	height:100%;
	margin: 0px;
}
#envoltorio {
	background-image: url(../imagenes/fondo.gif);
	width: 954px;
	margin-right: auto;
	margin-left: auto;
	min-height: 100%;
	clear: both;
}
#cabecera {
	background-image: url(../imagenes/cabecera_home2.png);
	height: 28px;
	width: 334px;
	background-repeat: no-repeat;
	margin-left: 300px;
}
#foto {
	background-image: url(../imagenes/foto_fondo_home2.jpg);
	height: 571px;
	width: 954px;
	background-repeat: no-repeat;
}
h1 {
	position:absolute; top:-6000px;
}
/*-----------Menu----------------*/
#menu{
	width: 202px;
	font-family: "Trebuchet MS", "Times New Roman", Verdana, SansSerif;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	margin-top: 105px;
	margin-left: 170px;
}
#menu ul{
	list-style-type: none;
	text-align: right;
	margin-top: 1px;
	margin-right: 10px;
	margin-bottom: 1px;
	margin-left: 1px;
}
#menu ul li {
	font-weight: bold;
	list-style-type: none;
	color: #194469;
	text-decoration: none;
	font-size: 1em;
	margin-bottom: -1px;
	display: block;
	margin-left: -20px;
}
#menu ul li a{
	font-weight: bold;
	list-style-type: none;
	color: #194469;
	text-decoration: none;
	font-size: 1em;
	margin-bottom: -1px;
	margin-left: -20px;
	display: block;
}
#menu ul li a:hover{
	text-decoration: underline;
}
#menu ul li ul li a{
	color: #125184;
	text-decoration: none;
	font-size: 0.7em;
	font-weight: bold;
	margin-bottom: -3px;
	margin-left: -50px;
	margin-right: -5px;
}
#menu ul li ul li a:hover{
	text-decoration: underline;
}/*-----------Fin Menu----------------*/

/*-----------Contenido derecha----------------*/
#contenido_derecha {
	float: right;
	height: 466px;
	width: 551px;
	margin-top: 65px;
}

#contenido_foto {
	background-image: url(../imagenes/foto_home3.jpg);
	height: 240px;
	width: 551px;
	background-position: 0px -40px;
}
#contenido_superior1 {
	background-image: url(../imagenes/contenido_superiro_foto1.png);
	height: 20px;
	width: 303px;
	background-repeat: no-repeat;
}
#contenido_superior2 {
	background-image: url(../imagenes/contenido_superiro_foto2.png);
	background-repeat:  repeat-y;
	width: 278px;
	color: #20558A;
	font-family: "Trebuchet MS", "Times New Roman", Verdana, SansSerif;
	font-size: 0.9em;
	padding-top: 0px;
	padding-bottom: 5px;
	padding-right: 15px;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.link_socio {
	text-decoration: none;
	font-weight: bold;
	color: #20558A;
	font-size: 1.2em;
}
a.link_socio:hover {
	text-decoration: underline;
}
#contenido_inferior1 {
	background-image: url(../imagenes/contenido_inferior_foto1.png);
	background-repeat:  repeat-y;
	width: 278px;
	font-family: "Trebuchet MS", "Times New Roman", Verdana, SansSerif;
	font-size: 0.7em;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 10px;
	overflow: hidden;
}
#contenido_inferior1 a {
	font-family: "Trebuchet MS", "Times New Roman", Verdana, SansSerif;
	font-size: 1.1em;
	text-decoration: none;
}
#contenido_inferior1 a:hover {
	text-decoration: underline;
}

#contenido_inferior2 {
	background-image: url(../imagenes/contenido_inferior_foto2.png);
	background-repeat: no-repeat;
	height: 23px;
	width: 303px;
	margin-top: -12px;
}
#sombra_foto {
	background-image: url(../imagenes/contenido_inferior_foto_sombra.png);
	background-repeat: no-repeat;
	height: 16px;
	width: 248px;
	float: right;
}
/*-----------Noticias----------------*/
.Negrita {
	font-weight: bold;
}
.fecha {
	font-weight: bold;
	color: #1363A2;
}
.enoticia {
	color: #194469;
}
a.enoticia:hover{
	text-decoration: underline;	
}
.naranja {
	font-weight: bold;
	color: #C60;
}
a.naranja:hover {
	text-decoration: underline;
}
.Cursiva {
	font-style: italic;
}

/*-----------Fin Noticias----------------*/

/*-----------Fin Contenido derecha----------------*/
#contacto{
	font-family: "Trebuchet MS", "Times New Roman", Verdana, SansSerif;
	font-size: 0.7em;
	color: #0D2339;
	text-align: right;
	padding-right: 20px;
	float: right;
	width: 205px;
	padding-top: 20px;
}
#contacto a{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
#contacto a:hover{
	text-decoration: underline;
}
