*{
	outline: none;
}
body#edad{
	height: 100%;
	text-align:center;
	position:relative;
}
body#edad #container {
     height: 100%;
     width: 310px;
     margin: 0 auto;
	 background:transparent none;
}
body#edad #content {
     /*display: table-cell;*/
     position: relative;
	 height:100%;
	 top:0;
}
#inner{
	position:relative;
	top:138px;
	background: url(/imgs/filtro/btn-filter.png) no-repeat left top;
}
#eresmenor{
	position:absolute;
	display:none;
	top:0;
	left:0;
	z-index:2;
	width:176px;
	height:182px;
}
#title-eresmayor{
	position:absolute;
	top:55px;
	left:40px;
}
a#mayor18, a#menor18{
	display: block;
	position:absolute;
	top:127px;
	width:64px;
	height:40px;
	text-indent:-9999px;
} 
a#mayor18{
	left:0;
	background: url(/imgs/filtro/btns-filter.png) no-repeat 0 0;
}
a#mayor18:hover{
	background-position:0 -40px;
}
a#menor18{
	left:70px;
	background: url(/imgs/filtro/btns-filter.png) no-repeat 0 -80px;
}
a#menor18:hover{
	background-position:0 -120px;
}
#inner-bg{
	position:absolute;
	top:138px;
	left:0;
}