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

#cuadro_noticias
{
	clear:both;
	float:left;
	margin:0;
	padding:0.3em 0 0 0.6em;
	width:300px;
}

#cuadro_noticias_cabecera
{
	background:url(../../img/montaje/modulos/cuadro_noticias/fondo_titulo_marco_noticias.jpg);
	background-repeat:repeat-x;
	width:298px;
	height:25px;
	margin:0;
	padding:0.8em 0 0.5em 0.8em;
}

#cuadro_titulo
{
	font-family:"trebuchet MS", arial;
	font-size:14px;
	color:#ccdc00;
}

#cuadro_noticias_contenedor
{
	background:url(../../img/montaje/modulos/cuadro_noticias/fondo_cuadro_noticias.jpg);
	background-repeat:repeat-y;
	width:310px;
	height:300px;
}

#cuadro_noticias_bottom
{
	background:url(../../img/montaje/modulos/cuadro_noticias/bottom_cuadro_noticias.jpg);
	background-repeat:no-repeat;
	width:310px;
	height:11px;
	clear:both;
}


#cuadro_noticias_contenedor ul
{
	margin: 0;
	padding: 0.2em 0 0 0.7em;
	clear:both;
	float:left;
}

#cuadro_noticias_contenedor li
{
	padding:0;
	margin:0;
	width:285px;
	font-family:"trebuchet MS", arial;
	font-size:12px;
}


#cuadro_noticias_contenedor .enlace_noticia
{
	font-family:"trebuchet MS", arial;
	margin:0;
	padding:0;
	text-decoration:none;
	color:#00076f;
}

#cuadro_noticias_contenedor .titulo
{
	font-family:"trebuchet MS", arial;
	margin:0;
	padding:0 1em 0 0;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
	line-height:1.2em;
}

#cuadro_noticias_contenedor .texto
{
	font-family:"trebuchet MS", arial;
	margin:0;
	text-decoration:none;
	color:#00076f;
	font-size:11px;
	padding:0.5em 1.2em 0.2em 0.3em;
	text-align:justify;
	line-height:1em;
}

#cuadro_noticias_contenedor .ver_noticia
{
	margin:0;
	padding:0 1em 0 0;
	float:right;
	text-align:right;
}

#cuadro_noticias_contenedor .ampliar_noticia
{
	font-family:"trebuchet MS", arial;
	margin:0;
	color:#de9803;
	font-size:11px;
	line-height:1em;
	text-decoration:underline;
}

