@font-face {
    font-family: 'HelveticaNeueLTStd45Light';
    src: url('fonts/helveticaneueltstd-lt-webfont.eot');
    src: url('fonts/helveticaneueltstd-lt-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/helveticaneueltstd-lt-webfont.woff') format('woff'),
         url('fonts/helveticaneueltstd-lt-webfont.ttf') format('truetype'),
         url('fonts/helveticaneueltstd-lt-webfont.svg#HelveticaNeueLTStd45Light') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'HelveticaNeueLTStd67MdCn';
    src: url('fonts/helveticaneueltstd-mdcn-webfont.eot');
    src: url('fonts/helveticaneueltstd-mdcn-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/helveticaneueltstd-mdcn-webfont.woff') format('woff'),
         url('fonts/helveticaneueltstd-mdcn-webfont.ttf') format('truetype'),
         url('fonts/helveticaneueltstd-mdcn-webfont.svg#HelveticaNeueLTStd67MdCn') format('svg');
    font-weight: normal;
    font-style: normal;

}


		
body{
	
}
		


#navegacion{
	font: 18px "HelveticaNeueLTStd45Light", Arial, Helvetica, Geneva, sans-serif;
}

#navegacion ul{
	padding: 0 0 0 0px;
	height:9em;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
	max-width:800px;
	min-width:770px;
	text-align: center;
}

#navegacion li{
	float:left;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
	width: 20%;
	list-style:none;
	font-size: 14px;
}

#navegacion>ul>li{
	position:relative;
	}

#navegacion>ul>li>a{
	border-right:0px solid #000;
	}

#navegacion>ul>li:hover>a{
	-moz-border-radius:5px 5px 0 0;
	-webkit-border-radius:5px 5px 0 0;
	border-radius:5px 5px 0 0;
	behavior: url(./script/border-radius.htc);
	}

#navegacion li ul{
	padding:0;
	width:100%;
	min-width:0;
	height:0;
	overflow:hidden;
	-moz-transition-duration:.3s;
	-webkit-transition-duration:.3s;
	-o-transition-duration:.3s;
	transition-duration:.3s;
	position:absolute;
	opacity: 0.9;
	}

#navegacion li:hover ul{
	height:17em;
	}

#navegacion li li{
	float:none;
	padding:0;
	margin-top:0px;
	width:auto;
	}

#navegacion a{
	color: #18b3e6;
	display:block;
	padding: 6px;
	text-decoration:none;
	margin:0 1px;
	
	*background-color: #fff;
	_background-color: #fff;
	}
		
#navegacion li li a{
	color: #18b3e6;
	text-shadow:none;
	background-color:#ffffff;
	
	-webkit-transition: all 0.5s ease;
	    -moz-transition: all 0.5s ease;
	    -o-transition: all 0.5s ease;
	-webkit-box-shadow: 0px 0px 20px rgba(255,255,255,0.8);
	  -moz-box-shadow: 0px 0px 20px rgba(255,255,255,0.8);
	  box-shadow: 0px 0px 20px rgba(255,255,255,0.8);
	  
	*background-color: #ffffff;
	_background-color: #ffffff;
}

#navegacion li li:last-child a{
	-moz-border-radius:0 0 5px 5px;
	-webkit-border-radius:0 0 5px 5px;
	border-radius:0 0 5px 5px;
	
	behavior: url(./script/border-radius.htc);
	}

#navegacion strong{
	display:block;
	text-transform:uppercase;
	}

#navegacion a:hover,#navegacion a:focus,#navegacion li:hover a{
	color: #18b3e6;
	text-shadow:none;
	background-color: #ffffff;
	
	
	-webkit-transition: all 0.5s ease;
	    -moz-transition: all 0.5s ease;
	    -o-transition: all 0.5s ease;
	-webkit-box-shadow: 0px 0px 20px rgba(255,255,255,0.8);
	  -moz-box-shadow: 0px 0px 20px rgba(255,255,255,0.8);
	  box-shadow: 0px 0px 20px rgba(255,255,255,0.8);
	
	*background-color: #ffffff;
	_background-color: #ffffff;
}

#navegacion li:hover li a:hover{
	background-color: #02b6e7;
	color: #ffffff;

-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
-webkit-box-shadow: 0px 0px 20px rgba(255,255,255,0.8);
  -moz-box-shadow: 0px 0px 20px rgba(255,255,255,0.8);
  box-shadow: 0px 0px 20px rgba(255,255,255,0.8);
  
	*background-color: #02b6e7;
	_background-color: #02b6e7;
}

#actual{
	display:block;
	padding:10px;
	margin:0 15px 0 5px;
	color:#FFF;
	font-style: normal;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	text-shadow:0 1px 0 #19292E;
	-moz-box-shadow:inset 0 0 3px #19292E;
	-webkit-box-shadow:inset 0 0 3px #19292E;
	box-shadow:inset 0 0 3px #19292E;
	background-color: #18b3e6;
	behavior: url(./script/border-radius.htc);
}

