ul.menu {
	margin: 25px;
	font: 11px Tahoma;
	background: #eee;
	}
	
ul.menu {
	list-style: none;
	margin: 0;
	padding:0;
	background: url(/images/header.gif); 	
	}
	
ul.menu * {
	margin: 0;
	padding:0;
	}
	
ul.menu a {
	display: block;
	color: #fff;
	text-decoration: none;
	height: 32px;
	}
	
ul.menu li {
	position: relative;
	float: left; 
	margin-right: 0px
	height: 40px;	
	}

/*separación de los botones*/

ul.menu ul {
	position: absolute; 
	top: 38px;
	left: 0;
	background: #3ED3C0;
	display: none; 
	opacity: 0;
	list-style: none;
	width: 128px;	
	}
	
ul.menu ul li {
	position: relative;
	border: 1px solid #aaa; 
	border-top: none; 
	width: 128px;
	margin: 0;
	}
	
/*estilo bordes submenu */

ul.menu ul li a {
	display: block;  
	background-color: #fff; 
	color: #000;
	height: auto;
	padding: 3px 7px 5px;
	}
	
ul.menu ul li a:hover {
	background-color: #3ED3C0;
	}
	
ul.menu ul ul {
	left: 128px;
	top: -1px;
	} 
	
/* posicion del submenu*/

ul.menu .menulink {
	border-right: 1px solid #000000; 
	padding: 5px 7px 7px; 
	font-weight: none; 
	background: url(/images/header.gif); 
	width: 115px; 
	height: 28px;
	line-height: 28px;
	}
	
ul.menu .menulink:hover, ul.menu .menuhover {
	background: url(/images/header_over.gif);
	}

ul.menu .menulink *{
	line-height: auto;
	}
	
ul.menu .sub {
	background: #def6f7 url(/images/arrow.gif) 120px 8px no-repeat;
	}
	
ul.menu .topline {
	border-top: 1px solid #000;
	}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}

.clearfix {display: inline-block;}
* html .clearfix {height: 1%;}
.clearfix {display: block;}

	
/* ancho maximo 913*/