/* CSS Document */

#contenidos h1 {
    border: medium none;
    font-weight: normal;
    line-height: 30px;
    margin: 9px 0 0;
    padding: 0;
}

#contenidos .item h3 {
    float: left;
    font-size: 15px;
    max-width: 360px;
    text-transform: uppercase;
}
#contenidos .item .estadisticas {
	float:right;
	margin-top:0;
	width:98px;
}
#contenidos .item .estadisticas p {
	margin:0;
}

#contenidos .item, #contenidos .item_resumen {
    clear: both;
    color: #666666;
    margin-top: 12px;
}
