/* SLIDER */

div.conteslider { 
	width:					100%;
	margin:					auto;
	margin-top:				1px;
	/* height:					400px !important;*/
}
div.nivoSlider img {
	-moz-transform:			scale(1); 
	-webkit-transform:		scale(1);
	-o-transform:			scale(1);
	/* height:					400px !important; */
}

/*
@media screen and (max-width: 1690px) and (min-width: 1291px) {
div.conteslider { 
	height:					250px !important;
}
div.nivoSlider img {
	-moz-transform:			scale(1.1); 
	-webkit-transform:		scale(1.1);
	-o-transform:			scale(1.1);
	height:					250px !important;
}
}
@media screen and (max-width: 1290px) and (min-width: 992px) {
div.conteslider { 
	height:					200px !important;
}
div.nivoSlider img {
	-moz-transform:			scale(1.2); 
	-webkit-transform:		scale(1.2);
	-o-transform:			scale(1.2);
	height:					200px !important;
}
}
@media screen and (max-width: 991px) and (min-width: 501px) {
div.conteslider { 
	height:					150px !important;
}
div.nivoSlider img {
	-moz-transform:			scale(1.3); 
	-webkit-transform:		scale(1.3);
	-o-transform:			scale(1.3);
	height:					150px !important;
}
}
@media screen and (max-width: 500px) {
div.conteslider { 
	height:					100px !important;
}
div.nivoSlider img {
	-moz-transform:			scale(1.4); 
	-webkit-transform:		scale(1.4);
	-o-transform:			scale(1.4);
	height:					100px !important;
}
}
*/