@charset "utf-8";
body  {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	scrollbar-track-color: #91A979;
	background-image: url(../images/fondo_pagina1.jpg);
}
/* CSS Document */


.centro {
	width: 100%;
}
.pagina {
	width: 900px;
	background-color: #FFFFFF;
}
.fondo_blanco {
	background-color: #FFFFFF;
	float: left;
	width: 900px;
	border: 1px solid #333333;
}
.separador {
	margin: 10px;
	float: left;
	width: 800px;
	height: 50px;
}


.top {
	width: 900px;
	float: left;
	height: 155px;
}
.salto5px {
	float: left;
	width: 800px;
	font-size: 2px;
	line-height: 2px;
	height: 2px;
}

.menu {
	width: 900px;
	background-image: url(../images/menu_fnd.gif);
	float: left;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
.noticia_contenedor {
	float: left;
	width: 750px;
	margin-left: 75px;
}
.noticia_titulo {
	background-color: #97CD8F;
	float: left;
	width: 750px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	line-height: 25px;
}

.noticia_copete {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #333333;
	float: left;
	width: 740px;
	margin-top: 15px;
	padding-right: 5px;
	padding-left: 5px;
	text-align: justify;
}
.noticia_multimedia {
	float: right;
	height: 260px;
	width: 350px;
	margin: 10px;
}
.noticia_texto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	float: left;
	width: 735px;
	text-align: justify;
	line-height: 14px;
	margin-top: 10px;
	margin-bottom: 20px;
}








.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: #FFFFFF;
	float: left;
	width: 900px;
	margin-top: 10px;
	text-align: center;
	background-color: #235232;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #333333;
	border-bottom-color: #333333;
	font-weight: bold;
	background-image: url(../images/fondo_titulo_noti.jpg);
}
.contenedor {
	float: left;
	width: 850px;
	margin-left: 25px;
	background-color: #235232;
	font-weight: bold;
	color: #FFCC00;
}
.fecha_buscanoti {
	font-size: 11px;
	color: #FFCC00;
	background-image: url(../images/fondo_titulo_noti.jpg);
}
.titulo_buscanoti {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #A9BD9D;
}
.texto_buscanoti {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}


.titulo_buscador {
	background-color: #97CD8F;
	float: left;
	width: 850px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	line-height: 25px;
}

