@import url("estilocamara.css");

#content #news{
    margin-top:15px;
    margin-bottom:30px;
}
#content #news-img{
    float:left;
    width:71px;
    height:71px;
    padding-right:5px;
}
#content #news-tit{
    font-size: 16px; 
    font-family: Georgia, "Times New Roman", Times, serif;
}
#content #news-txt{
    margin-top:5px;
    height:50px;
}
#content #news-link{
	float:right;
	margin-top:-5px;
}
/* ESTILOS PARA LA VISUALIZACION DE LA NOTICIA AMPLIADA */
#news-ver-img{
	float:left;
	margin:0px 10px 5px 0 ;
}
#news-ver-contenido{
	font-size:12px;
}
#news-ver-contenido h2{
	font-size:16px;
	font-weight:bold;
}
#news-ver-contenido p.resumen{
	font-style:italic;
}
#news-ver-contenido p.contenido{
	margin-top:10px;
	margin-bottom:20px;
	text-align:justify;
}
#news-ver-contenido p.regreso{
	text-align:center;
}
/* ----------------------------------------------------- */
/* Barra divisoria */
#division{
    background-image:url("../img/barritadivisora.jpg");
    width:550px;
    height:2px;
    margin-top:10px;
    margin-bottom:10px;
    
}
/*#solicitar{
	margin-left:4px;
	margin-top:-10px;
	margin-bottom:20px;
}*/
