@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 */

	div.datos_del_curso2 ul li {
			  max-width: 116px;
			  padding: 1% 2% 3% 16%;
		}


}


/* Smartphones Aple Iphone 6 plus (portrait) ----------- */
@media only screen and (max-width : 414px) {
/* Styles */
	
	
	/* Pestañas en cursos */
	ul.indice-curso li a {
		width: 90%;
    	max-width: 254px;
	}
	
	
	div.datos_del_curso2 ul li {
		  max-width: 116px;
		  padding: 1% 2% 3% 16%;
	}
	
	#sidebar {
    width: 100%;
	}
	
	#cuadro-derecha {
		width: 100% !important;
	}

}



/* Kindle Fire HD 7" (portrait) ----------- */
@media only screen and (max-width : 533px) {
/* Styles */
	
	#sidebar {
    width: 100%;
	}
	
	#cuadro-derecha {
	width: 100% !important;
	}
	
	div.datos_del_curso2 ul li {
		  max-width: 116px;
		  padding: 1% 2% 3% 16%;
	}
}



/* Tablet 600x1024 Samsung Galaxy Tab */
@media only screen and (max-width : 600px) {
	
	/* Pestañas en cursos */
		ul.indice-curso li a, ul.indice-curso2 li a {
			width: 90%;
			
		}


}



@media all and (min-width: 600px) and (max-width: 900px) { 

			
		/* Pestañas en cursos */
		ul.indice-curso li a, ul.indice-curso2 li a {
			width: 90%;
			
		}
			
		#sidebar {
		width: 100%;
		}
		
		#cuadro-derecha {
			width: 100% !important;
		}


}



/* 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 */


}


