#menu_movil {display: none;}

#menu{
position: relative;
height: 127px;
width: 100%;
background-color: #fc940f;
}

#logotipo{
position: absolute;
left: 10px;
width: 169px;
height: 127px;
/*background-image: url("../imagenes/logo_ri.gif");*/
background-image: url("../imagenes/logo_barra_menu.gif");
}

#aniversario_menu{
width: 310px;
height: 85px;
background-image: url("../imagenes/aniversario_menu.png");
position: absolute;
top: 28px;
left: 230px;
}

.boton_superior{
cursor: pointer;
float: left;
padding-left: 14px;
padding-right: 14px;
padding-bottom: 4px;
box-sizing: border-box;
}

.boton_superior:hover{
border-bottom: 3px solid #fea412;
}

#set_botones{
text-align: right;
overflow: hidden;
position: absolute;
/*border: 1px solid #000000;*/
right: 0px;
top: 0px;
width: 793px;
height: 124px;
box-sizing: border-box;
}

.boton_general{ /*Características que comparten todos los botoncitos*/
width: 75px;
height: 64px;
margin: 10px auto;

background-image: url("../imagenes/menu_movil_sprites.jpg");
background-repeat: no-repeat;
background-size: 66px auto;
}

.boton_buscar{
background-position: 3px -186px;
}

.boton_cercana_aqui{
background-position: 3px -64px;
}

.boton_cercana_alla{
background-position: 3px 6px;
}

.boton_editar_publicidad{
background-position: 3px -129px;
}

.nombre_boton{
color: #ffffff;
font-size: 0.86em;
width: 100%;
text-align: center;
}

.facebook_link{
margin-left: 80px;
cursor: pointer;
font-family: arial;
font-size: 4.66em;
font-weight: bold;
color: #f8d1b0;
}
.facebook_boton {
	
}
	
/*Detalles para pantallas no tan grandes*/
@media screen and (max-width: 1319px){
#aniversario_menu {display: none;}
}

@media screen and (max-width: 990px){
.facebook_boton {display: none;}
#set_botones{ width: 668px;}
}

/*IPAD*/
@media screen and (max-width: 848px){
.logo_barra_menu{display: none;}
#menu {display: none;}
#menu_movil {display: block;}

}