/* // © Mástres Comunicación
	t.: 941 22 02 82
	mastres@mastres.com
	
 */
#menu {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	top: 0;
	left: 0;
	z-index: 20;
	position: fixed;
}

#menu li {
	width: 30px;
	height: 200px;
	margin: 0;
	padding: 0;
	float: left;
	position: relative;
	display: inline;
}

#menu a {
	margin: 0;
	display: block;
	float: left;
	padding: 0;
}

#menu a span {
	display: none;
}

#inicio a {
	background: #999900 url(../images/menu/menu.gif) no-repeat 0px 0px;
	width: 30px;
	height: 200px;
}

#inicio a:hover {
	background: #999900 url(../images/menu/menu2.gif) no-repeat 0px 0px;
	width: 30px;
	height: 200px;
}

body#xinicio #inicio a {
	background: #999900 url(../images/menu/menu3.gif) no-repeat 0px 0px;
	width: 30px;
	height: 200px;
}

#vidorreta a {
	width: 30px;
	height: 200px;
	background: #daa900 url(../images/menu/menu.gif) -30px 0px;
}

#vidorreta a:hover {
	width: 30px;
	height: 200px;
	background: #daa900 url(../images/menu/menu2.gif) -30px 0px;
}

body#xvidorreta #vidorreta a {
	width: 30px;
	height: 200px;
	background: #daa900 url(../images/menu/menu3.gif) -30px 0px;
}

#yute a {
	background: #ffff99 url(../images/menu/menu.gif) -60px 0px;
	width: 30px;
	height: 200px;
}

#yute a:hover {
	background: #ffff99 url(../images/menu/menu2.gif) -60px 0px;
	width: 30px;
	height: 200px;
}

body#xyute #yute a {
	background: #ffff99 url(../images/menu/menu3.gif) -60px 0px;
	width: 30px;
	height: 200px;
}

#online a {
	width: 30px;
	height: 200px;
	background: #af3200 url(../images/menu/menu.gif) -90px 0px;
}

#online a:hover {
	width: 30px;
	height: 200px;
	background: #af3200 url(../images/menu/menu2.gif) -90px 0px;
}

body#xonline #online a {
	width: 30px;
	height: 200px;
	background: #af3200 url(../images/menu/menu3.gif) -90px 0px;
}

#noticias a {
	background: #99ccff url(../images/menu/menu.gif) -120px 0px  no-repeat;
	width: 30px;
	height: 200px;
}

#noticias a:hover {
	background: #99ccff url(../images/menu/menu2.gif) -120px 0px no-repeat;
	width: 30px;
	height: 200px;
}

body#xnoticias #noticias a {
	background: #99ccff url(../images/menu/menu3.gif) -120px 0px no-repeat;
	width: 30px;
	height: 200px;
}

#contactar a {
	width: 30px;
	height: 200px;
	background: #3366cc url(../images/menu/menu.gif) -150px;
}

#contactar a:hover {
	width: 30px;
	height: 200px;
	background: #3366cc url(../images/menu/menu2.gif) -150px;
}

body#xcontactar #contactar a {
	width: 30px;
	height: 200px;
	background: #3366cc url(../images/menu/menu3.gif) -150px;
}

#submenuonline {
	width: 180px;
	margin: 0;
	font: 0.9em 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	top: 200px;
	left: 0;
	z-index: 60;
	background: 0px 0px transparent url(../images/menu/submenu-flecha-online.gif) no-repeat;
	position: fixed;
	padding-top: 25px;
}

#submenuonline ul {
	margin: 0;
	list-style: none;
	background: url(../images/menu/submenu.gif) repeat-y;
	padding: 0 0 1em;
}

#submenuonline a {
	padding-left: 3em;
	display: block;
	background: transparent;
	padding-bottom: 0.5em;
	padding-top: 0.5em;
}

#submenuonline a:link {
	color: #daa900;
	text-decoration: underline;
}

#submenuonline a:visited {
	color: #fff;
	text-decoration: underline;
}

#submenuonline a:hover {
	color: #daa900;
	text-decoration: none;
	background: url(../images/menu/submenu-circulo.gif) no-repeat 0px 50%;
}

/* visivilidad submenu */

#submenuonline {
	display: none;
}

body#xonline #submenuonline  {
	display: block;
}

/* menu idiomas */

#menu_idiomas {
	width: 180px;
	height: 20px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 30;
	background: #000;
	color: #ffd133;
	text-align: center;
}

#menu_idiomas ul {
	list-style: none;
	padding: 0;
	margin: 2px 0 0;
}

#menu_idiomas ul li {
	display: inline;
	margin-left: 5px;
}

#menu_idiomas ul li a {
	
}

#menu_idiomas ul li a:link {
	color: #ffd133;
}

#menu_idiomas ul li a:visited {
	color: #ffd133;
}

#menu_idiomas ul li a:hover {
	color: #ffd133;
	text-decoration: none;
}
