/*-- Post-- */
.main
{
    margin-top: 20px;
    margin-bottom: 20px;
}
.post
{
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #999;
}
.post .post-title a
{
    color:#333;
}

.post .thumb
{
 margin-right: 10px;
 width: 40%;
}

.post .thumb img
{
    width: 100%;
}

.post .contenedor-botones
{
    width: 100%;
}

/*========================
Seccion Los Más Leidos
========================*/
#Losmasleidos
{
	background:#7f7f7f;
	width:auto;
	height:30px;

}

#Losmasleidos p 
{
	text-align:center;
	color:#FFF;
	font-weight:bold;
}
/*========================
Seccion Los Más Leidos de Economia 
========================*/
#MasNoticiasEconomia
{
	background:#7f7f7f;
	width:auto;
	height:30px;

}

#MasNoticiasEconomia p 
{
	text-align:center;
	color:#FFF;
	font-weight:bold;
}

}