/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
	/*.col-lg-5 {
    	float: left;
    	width: 20%;
  	}*/
	.col-md-5 {
    	float: left;
    	width: 20%;
  	}
	.tabla_flotante{
		display:none;
		position:fixed; 
		top:220px; 
		width:200px; 
		right:20px; 
		text-align:center;	
		z-index:9;
	}
	.tabla_flotanter{
		display:block;
		position:fixed; 
		top:320px; 
		width:90px; 
		right:5px; 
		text-align:center;	
		z-index:9;
		opacity:0.5;
	}
	.tabla_flotanter:hover{
		opacity:1;
	}
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
	/*.col-md-5 {
    	float: left;
    	width: 20%;
  	}*/
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
	/*.col-sm-5 {
    	float: left;
    	width: 20%;
  	}*/
	.pie{
		background:#019245; 
		bottom:0px; 
		position:relative;
	}
}



/* iPAD potrait*/
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : portrait) {


}


/* iPAD landscape*/
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : landscape) {

}






/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
	.responsive_oculto
	{
		display:none;	
	}
	.normal_oculto
	{
		display:block;	
	}
	.oops{
		width:100%;
	}
}
/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {

}