.caja_padre{border:0px solid red;margin-bottom:0px;}
	
.caja_float{float:left;}
	
.width_dos{width:100%;}
.width_tres{width:100%;}
.width_cuatro{width:100%;}
.width_cinco{width:100%;}


.width_40{width:100%;}
.width_20{width:100%;}

@media only screen and (min-width: 480px) {}

@media only screen and (min-width: 768px){}		

@media only screen and (min-width: 1024px){
	.width_dos{width:50%;}
	.width_tres{width:33.33%;}
	.width_cuatro{width:25%;}
     .width_cinco{width:20%;}
	
.width_40{width:40%;}
.width_20{width:20%;}

	}

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