@charset "utf-8";
body {
	margin: 0px;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(images/fondo.jpg);
}
#contenedor_general {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 960px;
}
#columna_izq {
	float: left;
	height: auto;
	width: 310px;
}
#columna_der {
	float: left;
	height: auto;
	width: 650px;
}
#menu {
	float: left;
	height: 400px;
	width: 400px;
	margin-top: 50px;
}
#menu h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #F78547;
	margin-left: 100px;
	margin-top: 5px;
	margin-bottom: 5px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-top-color: #89A0D8;
	border-bottom-color: #89A0D8;
}
#menu a {
	color: #333333;
	margin-left: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #89A0D8;
	text-decoration: none;
}

#menu  a:hover {
	color: #F78547;
	margin-left: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	text-decoration: none;
}


#seccion_intro {
	float: left;
	height: 180px;
	width: 960px;
	background-repeat: no-repeat;
	background-position: left top;
}
#seccion_intro_cuadro {
	float: left;
	width: 960px;
	height: 140px;
}
#logo {
	float: left;
	height: auto;
	width: 140px;
	margin-left: 0px;
	margin-right: 15px;
}

#seccion_intro_cuadro p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 14px;
	margin-top: 0px;
	margin-bottom: 16px;
}
#seccion_intro_cuadro h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 14px;
	margin-top: 0px;
	margin-bottom: 15px;
	font-weight: bold;
}
#seccion_intro_cuadro a {
	font-family: Arial, Helvetica, sans-serif;
	color: #F78547;
	text-decoration: none;
}
#cierre {
	float: left;
	height: 48px;
	width: 960px;
	background-color: #000033;
}
#paginacion {
	float: left;
	width: 530px;
	margin-bottom: 0px;
	margin-top: 15px;
}


#seccion_intro_cuadro a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #EAE7E0;
	text-decoration: underline;
}





#seccion {
	float: left;
	height: 75px;
	width: 960px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #89A0D8;
	background-image: url(images/fnd_seccion.jpg);
}
#seccion h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	color: #FFFFFF;
	float: left;
	width: 500px;
	margin-top: 17px;
	margin-bottom: 0px;
	margin-left: 15px;
	display: inline;
}

#despliegue {
	float: left;
	height: 888px;
	width: 960px;
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #FFFFFF;
	background-image: url(images/fnd_despliegue.jpg);
}
#paginacion table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
.pagina {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-right: 10px;
}
#paginacion img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

#despliegue_cuadro {
	float: left;
	width: 530px;
	margin-top: 15px;
	height: 550px;
	display: inline;
	margin-left: 15px;
	margin-right: 15px;
	font-family: Arial, Helvetica, sans-serif;
}
#despliegue_cuadro p {
	font-size: 11px;
	color: #000000;
	line-height: 18px;
	margin-top: 0px;
	margin-bottom: 15px;
}
#despliegue_cuadro a:hover {
	color: #000000;
	text-decoration: underline;
}
#despliegue_cuadro h1 {
	font-size: 18px;
	color: #3F67BF;
	line-height: 14px;
	margin-top: 0px;
	margin-bottom: 15px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#despliegue_cuadro a {
	color: #F78547;
	text-decoration: none;
}
#caja_noticia {
	float: left;
	height: auto;
	width: 530px;
	margin-bottom: 20px;
}
#caja_noticia table {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
.noticias_hora {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.noticias_titulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.noticias_bajada {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.noticias_fecha {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

