@charset "utf-8";
/* CSS Document */
#menu
{
	background-image:url(images_bot/fbot.jpg);
	background-repeat: repeat-x;
    width:452px;
	height:37px;
	/*margin-left:310px;*/
	float:right;
	z-index:500;
}
#menu ul {
	float:right;
	margin-top:0px;
	list-style:none;
	padding:0;
	z-index:500;
}
#menu ul ul {
	display:none;
	position:absolute;
	padding:0;
	z-index:500;
}
#menu > ul {
	float:left;
	z-index:500;
}
#menu ul ul ul {
	margin-right:-450px;
	margin-top:-35px;
	z-index:500;
}
#menu li:hover > ul {
	display:block;
	margin-left:110px;
	z-index:500;
}

/*.linea{
	border-bottom-color:#999;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-left-color:#999;
	border-left-style:solid;
	border-left-width:1px;
}

.linea2 {
	border-top-color:#999;
	border-top-style:solid;
	border-top-width:1px;
	border-bottom-color:#999;
	border-bottom-style:solid;
	border-bottom-width:1px;
}*/

#menu li {
	/*border-right-color:#999;
	border-right-style:solid;
	border-right-width:1px;*/
	text-align:center;
	line-height:20px;
	z-index:500;
}

#menu a {

	padding-top:5px;
	font-family:'Open Sans', sans-serif;
	font-size:13px !important;
	text-decoration:none !important;
	font-weight: 400;
	color:#222 !important;
	display:block; !important
	text-decoration:none;
	width:200px;
	height:30px;
	z-index:500;
}
#menu a:hover{
	color: #999!important;
	font-family:'Open Sans', sans-serif;
	font-size:13px !important;
	font-weight: 400;
	z-index:800;
	background: url(images/index/plecabotonera.jpg) repeat-x;

}

.divisonboton {
	background-repeat:no-repeat;
	background-position:right;
}
