* {margin:0px;padding:0px;}
ul,li {list-style-type:none;}


#menu {
	float: left;
	width: 810px;
	height: 35px;
	background:white url(../images/fondo_menu.jpg) no-repeat left top;
	text-align: center;
	padding-left: 105px;
	padding-top:4px;
	
}
.opciones {
	float: left;
	width:900px;
	height:39px;
}

.opciones li {
	float: left;
	line-height: 35px;
	}
.opciones a{
	display: block;
	background: url(../images/menu.png);
	text-indent: -9000%;
	
}

/*estado normal*/

.a_portada {
	float: left;
	width: 80px;
	height: 35px;
	background: url(../images/activo_portada.png) no-repeat left top;
	text-indent: -9000%;

}
.a_viajar {
	float: left;
	width: 110px;
	height: 35px;
	background: url(../images/activo_viajar.png) no-repeat left top;
	text-indent: -9000%;

}
.a_alojamientos {
	float: left;
	width: 110px;
	height: 35px;
	background: url(../images/activo_alojamientos.png) no-repeat left top;
	text-indent: -9000%;

}
.a_eco {
	float: left;
	width: 110px;
	height: 35px;
	background: url(../images/activo_eco.png) no-repeat left top;
	text-indent: -9000%;

}
.a_gastro {
	float: left;
	width: 110px;
	height: 35px;
	background: url(../images/activo_gastro.png) no-repeat left top;
	text-indent: -9000%;

}
.a_noticias {
	float: left;
	width: 80px;
	height: 35px;
	background: url(../images/activo_noticias.png) no-repeat left top;
	text-indent: -9000%;

}
.a_blogs {
	float: left;
	width: 80px;
	height: 35px;
	background: url(../images/activo_blogs.png) no-repeat left top;
	text-indent: -9000%;

}

.m_portada a  {
	width: 80px ;
 }
.m_viajar a  {
	width: 111px;
	background-position: -81px 0px;
 }
.m_alojamientos a  {
	width: 111px;
	background-position: -191px 0px;
 }
.m_gastro a  {
    width: 111px;
	background-position: -302px 0px;
	 }
.m_eco a  {
    width: 110px;
	background-position: -413px 0px;
	 }
.m_noticias a  {
	width: 80px;
	background-position: -523px 0px;
	 }
.m_blogs a  {
	width: 80px;
	background-position: -603px 0px;
 }
 /*estado over*/

.m_portada a:hover {
	width: 80px ;
 }
.m_viajar a:hover  {
	width: 111px;
	background-position: -81px -35px;
 }
.m_alojamientos a:hover {
	width: 111px;
	background-position: -191px -35px;
 }
.m_gastro a:hover {
    width: 111px;
	background-position: -302px -35px;
	 }
.m_eco a:hover  {
    width: 110px;
	background-position: -413px -35px;
	 }
.m_noticias a:hover  {
	width: 80px;
	background-position: -523px -35px;
	 }
.m_blogs a:hover  {
	width: 80px;
	background-position: -603px -35px;
 }
  /*estado activo*/

 /*estado over*/

.m_portada a.active {
	width: 80px ;
 }
.m_viajar a.active  {
	width: 111px;
	background-position: -81px -70px;
 }
.m_alojamientos a.active {
	width: 111px;
	background-position: -191px -70px;
 }
.m_gastro a.active {
    width: 111px;
	background-position: -302px -70px;
	 }
.m_eco a.active  {
    width: 110px;
	background-position: -413px -70px;
	 }
.m_noticias a.active  {
	width: 80px;
	background-position: -523px -70px;
	 }
.m_blogs a.active  {
	width: 80px;
	background-position: -603px -70px;
 }
 
 .a_blogs a.active  {
	width: 80px;
	background:none;
	background-position: -603px -70px;
 }
* {margin:0px;padding:0px;}
ul,li {list-style-type:none;}