@charset "ISO-8859-1";
/* Estilo capa global menú */

/* Color del borde con efecto relive */
.horbar {
	color: #4b707e; 
}

.horbaritem {
	background:linear-gradient(#a9d5f7,#7ea4d9);
	background:-o-linear-gradient(#a9d5f7,#7ea4d9);
	background:-moz-linear-gradient(#a9d5f7,#7ea4d9);
	background:linear-gradient(#a9d5f7,#7ea4d9);
	border:1px #7593ba;
	/*border-color:#7593ba;*/
	border-radius:8px;
	/*color: #FFFFFF;*/
	float: left;
	font-family: Roboto,Open Sans,Helvetica,Arial;
	font-size: 15px;
	padding: 5px 4px 5px 8px;
	white-space: nowrap;
}

.horbaritem:hover {
	background:linear-gradient(#7ea4d9,#a9d5f7);
	background:-o-linear-gradient(#7ea4d9,#a9d5f7);
	background:-moz-linear-gradient(#7ea4d9,#a9d5f7);
	background:linear-gradient(#7ea4d9,#a9d5f7);
}

.horbaritem a {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
}

.horbaritem a:link {
	color: #FFFFFF;
}

.horbaritem a:visited {
	color: #FFFFFF;
}

.horbaritem a:hover {
	color: #FFFFFF;
}

.horbaritem a:active {
	color: #FFFFFF;
}

/****/
.verbar {
	color: #296883; /*black;*/
	background-color: #dee9ed; /*dcdad5;*/
	border: 2px outset #cecac1;
}

/****/
.submenu {
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
	z-index: 300;
}

.subframe {
	position: relative;
	display: block;
	background-color: #dee9ed; /*dcdad5;*/
	border: 2px outset #5093ac; /*cecac1;*/
	border-radius: 0px 8px 8px 8px;
    border-radius: 0px 8px 8px 8px;
	box-shadow: #758088 0px 4px 4px 0px; /*b07346*/
    box-shadow: #758088 0px 2px 3px 0px;
    padding-top: 5px;
}

.item {
	position: relative;
	text-align: left;
	white-space: nowrap;
	color: #296883;
	font-family: Roboto;
	font-size: 14px;
}

.item a {
	position: relative;
	display: block;
	text-decoration: none;
}

.item a:link {
	color: #296883;
}

.item a:visited {
	color: #296883;
}

.item a:hover {
	/*font-weight: bold;*/
	/*color: #0d4421;*/
	color: #12243f;
	background-color: #b8cbbd;
}

.item a:active {
	color: #ff0000;
}

.item .fwdarr {
	position: absolute;
	top: 5px;
	right: 9px;
}