/* CSS Document */
.contenedor_noticia{
	width:100%;
	overflow:hidden;
	margin-bottom: 10px;
	}
	 .contenedor_noticia .col-1{
	width:15px;
	margin-right:5px;
	float:left;
	margin-left: 0px;
	margin-top: 5px;
	height: 7px;
	background-image: url(img/marker2.gif);
	background-repeat: no-repeat;
	}
	 .contenedor_noticia .col-2{
	width:580px;
	float:left
	}
	 .contenedor_noticia .col-2 .foto{
	width:126px;
	margin-right:5px;
	float:left;
	margin-left: 0px;
	height: 7px;
	margin-top: 3px;
	margin-bottom: 15px;
	}
	 .contenedor_noticia .col-2 .resumen{
	width:445px;
	float:left;
	margin-bottom: 10px;
	}
	 .contenedor_noticia .titular{
	margin-bottom:5px;
	font-weight: bold;
	font-size: 1em;
	}
.m_noticias_div_cabecera{
	text-align:right;
	margin-right:15px;
	margin-bottom: 20px;
	}
.m_noticias_div_pie{
	text-align:right;
	margin-right:15px;
	margin-top: 15px;
	}
