@charset "utf-8";

@font-face {
	font-family:"Museo Sans";
	src: url(../museosans.otf);
}
@media screen and (max-width: 1400px){
    .container{
	width: 960px;
	margin: 0 auto;
	font: Museo Sans 100;
	position: relative;
		
    }
	#titulo {
	position: relative;
	font-family: "Museo Sans";
	font-size: 12px;
	color: #666;
	left: 100px;
	top: 100px;
	left: 100px;
	width: 405px;
	height: 30px;
		
	}
	
#menu {
	font-family: "Museo Sans";
	font-size: 11px;
	position: relative;
	left: 100px;
	top: 320px;
	left: 750px;
	width: 200px;
	text-align: right;
	color: #666;
	height: 200px;
		
	}
		
}
h2{
	font-size: 14px;
	}


a  { color: #666;
 text-decoration:none; 
 
 }
 a:hover{
	color: #666;
	font-size: 11px;
	background-color: #666;
	color:#FFF
}
