@charset "utf-8";
/* CSS Document */

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





}



/* Smartphones (landscape) ----------- */
@media only screen and (min-width : 321px) {
/* Styles */
}

/* Smartphones (portrait) ----------- */
@media only screen and (max-width : 320px) {
/* Styles */


}


/* Smartphones Aple Iphone 6 plus (portrait) ----------- */
@media only screen and (max-width : 414px) {
/* Styles */

	
	div#main {
		height:auto;
	}


	.navigation ul li a.button , .navigation ul li a.button:hover  {
	    max-width: 400px;
    	width: 100%;
	}
	
	#elementomenuderecha {
		max-width: 400px;
		margin:0;
		margin-top:0;
	}
	
	.imagenpresentacion { 
		width:100%;
	
	}
	
	
	#fondo-defecto {
    background-size: 94%;
    background-position: 50% 91%;
	}
	
	
	.parteimagen1 {
    border-left: none;
	margin-left:1%;

	}
	
}



/* Kindle Fire HD 7" (portrait) ----------- */
@media only screen and (max-width : 533px) {
/* Styles */
	
	div#main {
		height:auto;
	}
	
	.navigation ul li a.button , .navigation ul li a.button:hover  {
	    max-width: 500px;
    	width: 100%;
	}
	
	.parteimagen1 {
		border-left:none;
		margin-left:1%;
	}
	
	
	#elementomenuizquierda {
    	max-width: 500px;
		border-top: 1px solid #000;
	}
	
	
	
	#elementomenuderecha {
		max-width: 400px;
		margin:0;
		margin-top:0;
	}
	
	
	
	
	.imagenpresentacion { 
		width:100%;
	
	}
	
	
	#fondo-defecto {
    background-size: 94%;
    background-position: 50% 91%;
	}
	
}



/* Tablet 600x1024 Samsung Galaxy Tab */
@media only screen and (max-width : 600px) {
	


}



@media all and (min-width: 600px) and (max-width: 900px) { 

	#content {
		width: 100%;
		max-width: 34%;
		float: left;
	
	}
	
	aside {
    width: 100%;
    max-width: 61%;
    float: left;
	}



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

}


@media only screen and (min-width : 1024px) and (max-width : 1100px) {
	
}


@media only screen and (min-width : 1117px) and (max-width : 1200px) {
	

}



@media only screen and (min-width : 1280px) and (max-width : 1300px) {
	


}



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


}


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

}


/* Desktops and laptops ----------- */
@media only screen and (min-width : 1224px) {
/* Styles */

}



/* Desktops and laptops ----------- */
@media only screen and (min-width : 1240px) and (max-width : 1300px) {


}



/* Desktops and laptops ----------- 15" */
@media only screen and (min-width : 1365px) and (max-width : 1400px) {
	
/* Styles */


}



/* Large screens ----------- 19" 1440X900 */
@media only screen and (min-width : 1420px) and (max-width : 1590px) {	
/* Styles */

}



/* Large screens ----------- 20" 1600X900 */
@media only screen and (min-width : 1600px) and (max-width : 1800px) {
/* Styles */

}



/* Large screens -----------  Solo 20" 1600X900 */
@media only screen and (min-width : 1600px) {
	

}



/* Large screens ----------- */
@media only screen and (min-width : 1824px) {
/* Styles */


}


