/*@font-face {
 font-family: OPTIMA;					
 src:url(../fonts/OPTIMA.TTF);			
 font-weight:normal;					
 font-style:normal;						
}
*/
@font-face {
 font-family: BALHAM;				
 src:url(../fonts/Balham.otf)		
 font-weight:normal;					
 font-style:normal;						
}


.navegacion{ height:4.5em;		position:relative;	margin-top:-1em;	overflow:hidden;	z-index:10;	text-align:center;}	

.n{	width:60%; 	height:4.5em;	display:inline-block;	text-align:center;}

.n1{ font-family:BALHAM;color:rgba(122,141,140,1);font-weight:bold; font-size:18px;padding:1em 0 0 0;cursor:pointer;float:left;height:3em;width:17%;margin:1em 0 0 11.4%;text-align:center;text-shadow:rgba(103,103,103,.3) 1px 1px 3px;-webkit-transition:all .25s ease-in-out;-ms-transition:all .25s ease-in-out;-moz-transition:all .25s ease-in-out;background:white;}

.n1:hover{	color:white;	background:rgba(0,108,104,1);	}

.seleccionado{	color:white;	background:rgba(0,108,104,1);	}
