#bloqueo {
	background-color: black;
	background-image: url("/static/img/cargando-negro.gif");
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	display: none;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 10;
}

#cargando {
	background-image: url("/static/img/cargando.gif");
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	height: 300px;
	display: none;
}

.contenido {
	background-image: url(/static/img/11x1_hor.gif);
	background-repeat: repeat-y;
	background-position: right;
}

.noticia:first-child{
	margin-top: 0px;
}

.noticia {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	float: left;
	margin-top: 10px;
	margin-left: 10px;
	position: relative;
}
.noticia .titulo {
	font-size: 1.3em;
	color: #F6931C;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
}
.noticia .imagen {
	text-align: center;
	float: right;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
}
.noticia .contenido_noticia {
	font-size: 0.85em;
	margin-top: 5px;
	padding-bottom: 15px;
	margin-right: 10px;
	border-bottom-color: #CCCCCC;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
}

.noticia .sumario_noticia {
	font-size: 0.85em;
	font-weight: bold;
	font-family: inherit;
	margin-top: 5px;
	margin-right: 10px;
}

