.menu{
	width: 100%;
	font-size: 14px;
	font-weight: bold;
	/*margin:0% 5em;*/
	position: relative;
}

.menu > ul{
	/*width: 1050px*/
	height: 36px;
	list-style: none;/*float: left;*/
}

.menu  li{
	width: 115px;
	height: 36px;
	float: left;
}

.menu li > a {
	padding-top: 16px;
	height: 24px;
	display: block;
	text-decoration: none;
	text-align: center;
	color: #000000;/*#E0068D;*/
	background: url(../imagenes/boton.jpg) no-repeat bottom;
}

.menu > a:hover{
	color:#F9B855;
	-webkit-transition: color 0.2s linear;
}

.menu li > a:hover {
	background: url(../imagenes/boton_select.jpg) no-repeat bottom;
	color: #FFF;
	cursor:pointer;
}

#underline{
	background-color:#DC5130;
	width:100%;
	height:7%;
}
.menu li > div > a {
	padding-top: 16px;
	width:115px;
	height: 24px;
	display: block;
	background: url(../imagenes/boton.jpg) no-repeat bottom;
}

#candidato{
	/*width:440px; Se inactivo la sig para colocar submenuCat ya que tiene 3 submenus*/
    /*	background:url(../imagenes/submenuRegistro.png) no-repeat center;*/
	background:url(../imagenes/submenuCat.png) no-repeat center;

}

#catalogo{
	/*width:440px;*/
	background:url(../imagenes/submenuSeguridad.png) no-repeat center;

}

#seguridad{
	background:url(../imagenes/submenuCat.png) no-repeat center;
}

#listas{
/*	background:url(../imagenes/submenuSeguridad.png) no-repeat center;*/
	background:url(../imagenes/submenuCat.png) no-repeat center;
}

.submenu{	
	border-collapse:collapse;
	border:none;
	font-size:12px;
	background:inherit;
	position: absolute;
}

.submenu table{
	border:0 none;
}
.submenu a{
	font-family:"Segoe UI", sans-serif;
	text-decoration: none;
	color: #FFF;
}

.submenu td{
	padding-right:5px;
	padding-left:10px;
	text-align: left;
	padding-top: 0px;
	width: auto;
	border: 0 none;
}

.fil_buttom{
	padding-bottom:15px;
}
.fil_top{
	padding-buttom:15px;
}

.submenu a:hover{
	color:#CCCCCC;
	cursor:pointer;
}

.menutitle{
	cursor:pointer;
	background-color:#808080;
	color:white;
	font-family:Segoe UI;
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
	padding-left: 20px;
	line-height:20px;
	border-top: 1px solid #FFFFFF;
	border-right: 1px none #FFFFFF;
	border-bottom: 1px none #FFFFFF;
	border-left: 1px none #FFFFFF;
}