@charset "UTF-8";
/* CSS Document */
@font-face{src:url(tipografia/Raleway/Raleway-Bold.ttf);font-family:bold;}
@font-face{src:url(tipografia/Raleway/Raleway-Regular.ttf);font-family:semibold;}

*{margin:0;
    padding:0;}
	
.fondo {background-repeat: no-repeat;
	  background-size: cover;
	  background-attachment: fixed;
	  width: 100%;
	  height:100%;}
	  
li {list-style: none;
    width: 100px;
    margin-left: 90px;
    font-size: 25px;
    float: left;
    font-family: semibold;
	color:#EEE;
	line-height:70px;}


ul {width: 100%;
    height: 70px;
    background-color: #e7af00;}
	

a :hover {color: #004a78;}



	
	
	