@charset "utf-8";
/* CSS Document */

@font-face {
font-family: 'Tw Cen MT Condensed Extra Bold';
src: url('../fuentes/TCCEB.TTF');
}
.menu { 
			height: 35px;
			display: block;
			width:575px;
			padding-left:90px;
			}

		.menu ul {
			list-style: none;
			padding: 0;
			margin: 0;
		}

		.menu ul li {
			float: left;
			overflow: hidden;
			position: relative;
			text-align: center;
			line-height: 35px;
		}

		.menu ul li a {
		position: relative;
		display: block;
		width: 115px;
		height: 35px;
		font-family: "Tw Cen MT Condensed Extra Bold", Arial;
		font-size: 16px;
		letter-spacing: 0.6px;
		text-decoration: none;
		cursor: pointer;
		text-transform: uppercase;
		}

		.menu ul li a span {
		    position: absolute;
			left: 0;
			width:110px;
		}

		.menu ul li a span.out {
			top: 0px;
		}

		.menu ul li a span.over,
		.menu ul li a span.bg {		  
			top: -35px;
		}

		
		#menu {
			background:none;
		}

		#menu ul li a {
			color: #05C4F8;
		}

		#menu ul li a span.over {
	color: #55CCC7;
	font-weight: 100;
	background-color: #F7F7F7;
		}

		/*#menu ul li span.bg {
		/* height of the menu items   
		height: 35px;
		background-image: url(../images/bg_over.png);
		background-repeat: no-repeat;
		background-position: center center;
		}*/
		
		/** 2nd example **/

		#menu2 {
			background: #000;		
		}
		
		#menu2 ul li a {
			color: #FFF;
		}

		#menu2 ul li a span.over {
			background: #FFF;
			color: #000;
		}


