#NumerosPublicados .Num img:hover {
	opacity: 0.5;
	transition: all .5s ease-in-out;
	cursor: pointer;
}


#NumerosPublicados .detalles p{
	margin: 0;
}
#NumerosPublicados .num-rev{
	font-size: 10px;
	text-align: right;
	background-color: #CCCCCC;
	color: #424242;
	padding: 5px 5px 0 0;
}
#NumerosPublicados .vol-rev{
	font-size: 10px;
	text-align: right;
	background-color: #CCCCCC;
	color: #424242;
	padding: 0 5px 5px 0;
}

#NumerosPublicados .tit-rev{
	font-size: 14px;
	text-align: left;
	margin-bottom: 15px !important;
	color: #990000;
	font-weight: bold;
	height: 72px;
}
#NumerosPublicados .tit-rev a{
	text-decoration: none;
	color: #990000;
	transition: all .5s ease-in-out;
}

#NumerosPublicados .tit-rev a:hover{
	text-decoration: none;
	color: #000099;
	transition: all .5s ease-in-out;
}

#NumerosPublicados .num-rev a:hover{
	text-decoration: none;
	color: #990000;
	transition: all .5s ease-in-out;
}
#NumerosPublicados .vol-rev a:hover{
	text-decoration: none;
	color: #990000;
	transition: all .5s ease-in-out;
}