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

/*
div.contenido {
	background-image:url(../static/img/inicio-fondo.png);
	background-position:center middle;
	background-repeat:no-repeat;
}
*/
div.contenido div.noticias {
	float: right;
	width: 180px;
	border: 1px solid #1c967d;
	background-color: #daf2ed;
}

div.contenido div.noticias div.cabecera {
	width: 172px;
	height: 25px;
	background-image:url(../static/img/inicio-cabecera-noticias.png);
	background-position:top left;
	background-repeat:repeat-x;
	color: white;
	font-weight:bold;
	padding-top: 4px;
	padding-left: 8px;
	font-size: larger;
}

