p.titulo
{    
    font-size: 1.55em;
    padding-top: 0.25em;
    color: #666;
}

.noticias-actualidad > h2 {
    font-weight: normal;
    margin: 0.5em 0em 0.6em 0em;
    color: #111;  	
}


#act
{
    font-size: 0.8em;
    line-height: normal;
}

.noticias-actualidad.wide #act
{
    font-size: 0.85em;
    line-height: normal;
}


#act .evento
{
    clear: both;
    margin-bottom: 1em;
}


#act .evento .fecha
{
    display: inline-block;
    color: #999;
    vertical-align: top;
    min-height: 2em;
    width: 10%;
    margin-right: 2%;
    padding-right: 1%;
    text-align: center;
    border-right: 1px solid #e5e5e5;
}
.noticias-actualidad.wide #act .evento .fecha {
	width: 6%;
	padding-top: 3px;
	padding-bottom: 4px;
	padding-right: 2px;
	margin-right: 6px;
}

#act .evento .fecha .day
{
    display: block;
    font-size: 1.35em;
    line-height: 1em;
}

.noticias-actualidad.wide #act .evento .fecha .day 
{
        font-size: 1.4em;
          line-height: 0.8em;
}

#act .evento .fecha .month
{
    font-size: 0.88em;
    display: block;
    text-transform: uppercase;
}

.noticias-actualidad.wide #act .evento .fecha .month
{
        font-size: 0.8em;
}


#act .evento .content
{
    width: 84%;
    display: inline-block;
    font-size: 1.1em;
    line-height: 1.1em;
}

.noticias-actualidad.wide #act .evento .content
{
 width: 90%;
 line-height: 1.2em;
}

#act .evento .descripcion
{
    color: #888;
}

#act .evento .link a
{
    color: #333;
    border-bottom: none;
}

#act .evento .link a:hover
{
    color: #d6108d;
}
#act .verMais
{
    margin-left: 15%;
    clear: both;
}

.noticias-actualidad.wide #act .verMais
{
    margin-left: 3.2em;
}

#act .verMais a
{
    color: #444;
    border-bottom: none;
}

#act .verMais a:hover
{
    color: #d6108d;
}
