@charset "UTF-8";
/* CSS Document */

body{ margin:0px;
font-family:Arial, Helvetica, sans-serif;

}
.sombra{
	 margin-top:5px;
	 background-image:url(../imagenes/sombra.jpg);
	 background-repeat:repeat-x;
	 background-position:left;
}

.enlacesup a{
	background-image:url(../imagenes/on.gif);
	background-position:left;
	background-repeat:no-repeat;
	font-size:12px;
	color:#333333;
	padding-left:20px;
	font-weight:bold;
	text-decoration:none

}

.enlacesup a:hover{
	background-image:url(../imagenes/off.gif);
	
}

.nprincipal {
	margin-top:10px;
	margin-bottom:10px;
	background-color:#bc2131;
	color:#FFFFFF;
	font-size:11px;
	text-align:justify;
	text-decoration: underline;

	
}


.leer{
	font-size:10px;
	position:relative;
	bottom:0px;float:right;
	padding:3px;
	width:100%;
	background-color:#FFFFFF;
	text-align:right;
	vertical-align:bottom;
	background-image:url(../imagenes/vermas);
	background-repeat:repeat-y;
	background-position:right;
	
	
}
.mas{
	color:#333333;
	text-decoration:underline;
}

.caja-noticia{
	text-align:justify;
	width:700px
}

.titulo{
	font-family:Arial, Helvetica, sans-serif;
	font-size:28px;
	font-weight:normal;
	color:#333333;
	text-decoration:none

}
.titulo a:hover{
	text-decoration:underline;

}
.noticia{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none
}

.caja-pag{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none
}
.caja-pag a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	color:#000000
}
