/* CSS CUSTOM PARA SOBREESCRIBIR CLASES DEL BOOTSTRAP RESPONSIVE */

/* Para evitar el margin-left y el margin-right, de la clase ROW de bootstrap*/
.nomargin
{
	margin-left: 0 !important;
	margin-right: 0! important;
}



@media (max-width : 767px) { 
	.owl-carousel {
		margin-left: -15px!important;
	}
	.container-fluid{
		margin-left: -15px;
		margin-right: -15px;
		padding-left:0;
		padding-right:0;
	}
	
	.col2Custom{
		margin-top:10px !important;
	}
	body{
		padding-left:5px !important;
	}
}
/* PISO LA MEDIA DEL ROW DEL BOOTSTRAP RESPONSIVE */
@media (min-width: 1200px){
	.row {
		margin-left: -15px;
	}
}



