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

.sladerC{
	width:90%;
	margin-left:5%;		
	/*height:300px; */
	margin-top:3px; 
	/*border:1px solid #C09;*/
	/*background-color:#036;*/
	overflow:visible;
	
}
	
.grandeC{		
	color:#FFF;
	background-color:#FFF;
	top:0px;
	left:0px;
	width:100%;
	/*height:300px;	*/	
	text-align:center;
	visibility:visible;
	border:0px solid #000;
}

.imagen_grandeC{
	max-height:100%; 
	min-height:100%; 
	width:100%; 
	position:relative; 
	z-index:999;
}

.estructuraC{
	width:400px;
}

.letrasC{		
	font-size:16px;	
}

@media screen and (max-width:3000px) {
	.letrasC{		
			font-size:24px;
		}
}

@media screen and (max-width:2048px) {
	.letrasC{		
			font-size:22px;
		}
}

@media screen and (max-width:1680px) {
		.letrasC{		
			font-size:20px;
		}
}

@media screen and (max-width:1440px) {
	.letrasC{		
			font-size:18px;
		}	
}

/* para 1268px o menos */
	@media screen and (max-width:1268px) {			
		.letrasC{		
			font-size:16px;
		}				
	}
	
 	/* para 1024px o menos */
	@media screen and (max-width:1024px) {
		.letrasC{		
			font-size:14px;
		}	
	}
	
	/* para 9px;80px o menos */
	@media screen and (max-width:980px) {
		.estructuraC{
			width:300px;
		}
		.letrasC{		
			font-size:12px;
		}	
	}
 
	/* para 700px o menos */
	@media screen and (max-width:700px) {
		.estructuraC{
			width:250px;
		}
		.letrasC{		
			font-size:12px;
		}		
	}
 
	/* para 480px o menos */
	@media screen and (max-width:480px) {
		.estructuraC{
			width:200px;
		}
		.letrasC{		
			font-size:10px;
		}
	}
	
	/* para 400px o menos */
	@media screen and (max-width:400px) {		
		.estructuraC{
			width:150px;
		}
		.letrasC{		
			font-size:8px;
		}
	}	
	
	