@charset "utf-8";
/* Smartphones (portrait and landscape) ----------- */
@media only screen
and (min-device-width : 320px)
and (max-device-width : 480px) 
{
	#navegador ul     { display: none; }
  	#navegador select { display: inline-block; }
	
	body{
	padding: 0px;
	margin: 0px;
	font-family: "Myriad Pro", "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
	color: #FFF;
	width:100%;
	min-width:1024px;
}

#navegador
{
	
	background-color:transparent;
	
	width:320px;
	height:40px;
	margin-top:50px;
	position:absolute;
	margin-left:654px;
	
	
}

#ingles a
{
	color:#ffb903;
	text-decoration:none;
	font-size:30px;
}
#ingles img
{
	width:50px;
	height:40px;
}

        
	
}

@media only screen
and (min-device-width : 768px)
and (max-device-width : 2000px) 
{
	
	
	body{
	padding: 0px;
	margin: 0px;
	font-family: "Myriad Pro", "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
	color: #FFF;
	width:100%;
	min-width:1024px;
}


        
	
}