/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/drop_variations.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/* Menu - Caracteristicas generales */
.menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	width:750px;
	height:25px;
	position:relative;
	/*margin:2em 125px 0 125px;*/  /*Esta opcion modifica la osicion del menu en la página*/
	background-color: #fff;
	background-image: none;
	background-repeat: repeat-x;
	background-position: 0 10px;
	text-align:center;
	background-color: #fff;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	border-right-style: 0;
	border-top-style: 0;
	border-bottom-style: 0;
	border-left-style: 0;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 10px;
	font-weight: normal;
	padding: 0;
}

/* Menu - Caracterisitcas que elimina margenes y bullets */
.menu ul {
padding:0; 
margin:0;
list-style-type: none;
}

/* Menu - Caracteristica que hace el menu horizontal en lugar de vertical */
.menu ul li {
	float:left;
	position:relative;
	background-image: url(../identidad.html);
}

/* Menu - Caracteristicas especificas */
.menu ul li a, .menu ul li a:visited {
	display:block;
	text-decoration:none;
	width:100px;
	height:1.6em;
	font-weight:bold;
	color:#666666;
	padding-left:2px;
	line-height:1.5em;
	margin-right:2px;
	background-color: #FFFFFF;
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #EC7B00;
}

/* Menu - Caracteristicas al pasar sobre el Menu */
.menu ul li:hover a, .menu ul li a:hover {
	color:#000;
	border-bottom-width: 8px;
	border-bottom-style: solid;
	border-bottom-color: #890019;
	margin-right: 2px;
	padding-left: 2px;
}

/* remove all table style so that it does not interfere with the menu */
.menu table {
margin:-1px; 
border-collapse:collapse;
font-size:1em;
}

/* SubMenu - Caractersticas que hacen el SuMenu */
.menu ul li:hover ul li a, .menu ul li a:hover ul li a {
	display:block;
	background:transparent url(../../opacity/opaque.png);
	color:#000;
	border:0;
	margin:0;
	color:#333;
	font-weight:normal;
	font-size:0.9em;
	height:auto;
	line-height:1em;
	padding:5px;
}

/* SubMenu - Caracteristica que ocultan el SubMenu */
.menu ul li ul {
display: none;
}

/* SubMenu - Caracteristicas que muestran el SubMenu al pasar sobre el Menu */
.menu ul li:hover ul, .menu ul li a:hover ul {
	display:block;
	position:absolute;
	top:1.2em;
	left:0;
	border:1px solid #888;
	border-top:0;
	margin-top:11px;
	background-color: #FFFFFF;
	background-image: none;
	width: 100px;
}

/* SubMenu - Caracteristicas al pasar sobre el SubMenu */
.menu ul li:hover ul li a:hover, .menu ul li a:hover ul li a:hover {
	color:#CCCCCC;
	background-color: #006699;
}
.menu /* hack for IE5.5 to correct the faulty box model */
 ul  li:hover    a, .menu  ul  li  a:hover {
	width:98px;
	w\idth:100px;
}

/* special styling for IE5.5 and IE6 - transparency is non validating */
.menu ul li a:hover ul {
background:transparent filter: alpha(opacity=80);
 filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
opacity:0.8;
margin-top:10px; /* for IE5.5 faulty box model */
marg\in-top:11px; /* for IE6 */
}

/* IE5.5 hack for faulty box model in drop down menu */
.menu ul li a:hover ul li a {
	background:#ddd;
	width:96px; /* for IE5.5 faulty box model */
	w\idth:106px; /* for IE6 */
}

