<style type="text/css">
<!--
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.enlace, .enlace:visited, .enlace:actived {
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
.textoresumen {
	text-align: justify;
	font-size: 11px;
	vertical-align: top;
}

.botonmenu {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 21px;
	width: 105px;
	border: 1px solid #cccccc;
	text-align: center;
}

.edicionesmenu {
	margin: 0px;
	padding: 0px;
	float: right;
	font-weight: bold;
	font-size1: 12px;
	color: #FFFFFF;
	background-color: #991A00;
}

.enlacemenu:link, .enlacemenu:visited {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 10px;
	height: 21px;
	width: 105px;
	line-height: 20px;
}
.enlacemenu:hover {
	color: #991A00;
	background-color: #DDDDDD;
}

.hoja {
	border1: 2px solid #000000;
	width: 900px;
	height: 100%;
	align: center;
}

.menutop {
	background-color: #991A00;
	margin: 0px;
	padding: 0px;
	float: left;
	background-color: 991A00;
	width: 100%;
	/*height: 3px;*/
	height: 21px;
}

.logodyna {
	/*background-color: #FFFF00;*/
	height: 241px;
	width: 652px;
	float: left;
}

.fondo1 {
	/*background-color: #0000FF;*/
	width: 84px;
	height: 241px;
	float: left;
	background-image: url(../imagenes/index_r2_c4.jpg);
	background-repeat:  repeat-x;
}

.logounal {
	width: 160px;
	float: left;
	/*float: right;*/
	/*margin: 0px;
	padding: 0px;*/
}

.menuprincipal {
}

/*.contenido {
}*/

.fecha{
	font-size: 11px;
	font-weight: bold;
	text-align: right;
	vertical-align: top;
	color: #990000;
}

.titulo{
	font-size: 14px;
	font-weight: bold;
	vertical-align: top;
	color: #990000;
}

.subtitulo{
	font-size: 12px;
	font-weight: bold;
	vertical-align: top;
	color: #990000;
}

.texto{
	font-size: 11px;
	vertical-align: top;
	color: #000000;
}

.margen{
	padding: 30px;
	text-align: justify;
	vertical-align: top;
}

.resumen_not {
	width: 500px;
	background-color: #EEEEEE;
	border: 1px solid #990000;
	padding: 10px;
	text-align: justify;
	font-size: 11px;
}

.noticia {
	width: 500px;
	border: 1px solid #990000;
	padding: 10px;
	text-align: justify;
	font-size: 11px;
}

.encabe_not{
	font-size: 9px;
	vertical-align: top;
	text-align: left;
}

.titulo_not{
	font-size: 13px;
	font-weight: bold;
	vertical-align: top;
	color: #990000;
}

.imagen_not {
	padding: 10px;
	margin: 10px;
}

.indices {
	/*filter: Alpha(Opacity=60);*/
}

-->

/* PARA LA NOTICIA MAS IMPORTANTE */
.black_overlay{
    display: none;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    /*background-color: black; */
	background-color:#666666;
    z-index:2001;
    -moz-opacity: 0.95;
    opacity:.95;
    filter: alpha(opacity=95);
}
.white_content {
    display: none;
    position: absolute;
    top: 25%;
    left: 25%;
	width:50%;
    height: 322;
    padding: 2px;
    border: 2px solid #990000;
    background-color: white;
    z-index:2002;
    overflow: auto;
}

</style>
