.anunciosdiciembre {
margin-bottom: 15px;
width: 287px;
height: 70px;
}
.adi1 {
background: url('http://www.leveleando.com/cminie3.png') center center no-repeat whiteSmoke;
margin-right:16px;
float: left;
}
.adi2 {
background: url('http://www.leveleando.com/padanuncio.png') center center no-repeat whiteSmoke;
float: right;
}
.masc span:hover {
	border-bottom: 3px solid #707070 !important;
}
.masc span {
	transition: all 0.2s;
	-moz-transition: all 0.2s; /* Firefox 4 */
	-webkit-transition: all 0.2s; /* Safari and Chrome */
	-o-transition: all 0.2s; /* Opera */
}
#areacat div {
	float: left;
	font-weight: bold;
	padding-top: 6px;
	padding-bottom: 6px;
	width: 73px;
	text-align: center;
	cursor: pointer;
}

#areacat div:hover {
	background: #E4E4E4;
}

#areacat div:active {
	background: #D5D5D5;
}

#areacat .activo {
	background: #1490C1 !important;
	color: white;
	cursor: default !important;
}
#areacat {
	width: 100%;
    height: 30px;
    margin-bottom: 20px;
    background: #F0F0F0;
}