/* CSS Document */

BODY{
	margin:0;
	background-color:#f2f2f2;
	background-image:url(../imagenes/bg.gif);
	background-repeat:repeat-x;
	background-position:top;
}

ul{
	margin: 5px;
}

.texto{
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#000;
}

.noticia_titulo{
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	color:#333333;
	font-weight: bold;
}
.noticia_titulo_link{
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#333;
	font-weight: bold;
}
.noticia_titulo_link:hover{
	color:#e50303;
}
.noticia_texto, #noticia p, #cuerpo_texto_noticia p, #cuerpo_texto_noticia li{
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#444;
}
.clear{
	clear:both;
}
#cuerpo_texto_noticia a{
	color:#F00;
	font-weight:bold;
}
#cuerpo_texto_noticia a:hover{
	color:#000;
	font-weight:bold;
}

.pieboletin{
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#666;
	text-decoration:none;
}
.pieboletin:hover{
	color:#f00;
}

/* IDs */
#cuerpocentral_flash {
	width:990px;
	height:467px;
	margin: 0 auto 0 auto;
	position:relative;
	overflow: visible;
}
#mastercom{
	width:940px;
	margin: 0 auto;
	overflow: visible;
	text-align:right;
}
#noticia{
	clear:both;
	margin:0 auto;
	text-align:justify;
}
#cuerpo_texto_noticia{
	overflow:auto;
	height:310px;
	width:100%;
	padding: 0;
}
#pieboletin{
	margin: 0 25px;
	text-align:right;

	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#333;
}
/* paginación */
#paginacionDiv{ margin:15px auto 0 auto; text-align:center;}
.irpagina_img{}
.paginacion_borde_der{}
.paginacion_borde_izq{}
.paginaact{font-family:Verdana, Geneva, sans-serif; font-style:italic; font-size:13px; color:#f00; font-weight: bold; padding:5px;}
.irpagina:link, .irpagina:visited, .irpagina:hover{font-family:Verdana, Geneva, sans-serif; font-style:italic; font-size:13px; color:#333333; font-weight: bold; padding:5px;}
.irpagina:hover{color:#e50303}
.pagpuntos{font-family:Verdana, Geneva, sans-serif; font-style:italic; font-size:10px; color:#333333; font-weight: bold; padding:0;}
/* fin paginacion */
