/************************************************************************************
smaller than 980
*************************************************************************************/
@media screen and (max-width: 990px) {
}

/************************************************************************************
smaller than 550
*************************************************************************************/
@media screen and (max-width: 880px) {

body{
	font-size: 20px;
	font-weight: 300;
	line-height: 24px;
}
h1{
	line-height: 30px;
	
}
h2{
	line-height: 30px;
	
}
h3{
	line-height: 30px;
}

#we{
	float: none;
	width: 95%;
	padding: 20px;
}
#milnueve{
	float: none;
	width: 95%;
	margin-top: 60px;
	padding: 20px;
}
#footer{
	font-size: 14px;

	
}

}

/* Smartphones (portrait and landscape) --------------------------------------------------------------------------------------------------- */
@media only screen
and (min-device-width : 320px)
and (max-device-width : 480px) {


body{
	font-size: 20px;
	font-weight: 300;
	line-height: 24px;
}
h1{
	line-height: 30px;
	
}
h2{
	line-height: 30px;
	
}
h3{
	line-height: 30px;
}
#we{
	float: none;
	width: 95%;
	padding: 20px;
}
#milnueve{
	float: none;
	width: 95%;
	margin-top: 60px;
	padding: 20px;
}
#footer{
	font-size: 14px;
}
	
}

/* iPhone 4 ----------- */
@media
only screen and (-webkit-min-device-pixel-ratio : 1.5),
only screen and (min-device-pixel-ratio : 1.5) {


body{
	font-size: 20px;
	font-weight: 300;
	line-height: 24px;
}
h1{
	line-height: 30px;
	
}
h2{
	line-height: 30px;
	
}
h3{
	line-height: 30px;
}
#we{
	float: none;
	width: 95%;
	padding: 20px;
}
#milnueve{
	float: none;
	width: 95%;
	margin-top: 60px;
	padding: 20px;
}
#footer{
	font-size: 14px;
}
	
}

/* iPads (portrait and landscape) --------------------------------------------------------------------------------------- */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px) {

body{
	font-size: 16px;
	font-weight: 300;
	line-height: 20px;
}
h1{
	line-height: 26px;
	margin-bottom: 5px;
	
}
h2{
	line-height: 26px;
	margin-bottom: 5px;	
}
h3{
	line-height: 26px;
	margin-bottom: 5px;
}
#we{
	float: none;
	width: 95%;
	padding: 20px;
}
#milnueve{
	float: none;
	width: 95%;
	margin-top: 60px;
	padding: 20px;
}
#footer{
	font-size: 12px;
}


/*body{
	font-size: 14px;
	font-weight: 300;
	line-height: 18px;
}
#we{
	float: left;
	width: 45%;
	padding: 20px;
}
#milnueve{
	float: right;
	width: 45%;
	padding: 20px;
	margin-top: auto;
}
#footer{
	font-size: 10px;
}
*/

}




