.viewhome{
	display: block;
}
.viewmobile{
	display: none;
}

@media screen and (max-width:600px) {
	.viewhome{
		display: none;
	}
	.viewmobile{
		display: block;
	}
	.conter40{
		width: 100%;
	}
	.conter60{
		width: 100%;
	}
	.conter25{
		width: 100%;
	}
	.borderleft90{
		border-left: none;
	}
	.conter50, .conter50a{
		width: 100%;
	}
	.conter90b{
		float: left;
		width: 100%;
	}
	.conter90a{
		width: 100%;
	}
	.borderright{
		border-right: none;
	}
	.texto2{
		font-size: 15px;
	}
	.slider {
	    width: 100%;
	    height: 190px;
	}
	.lightbox div.conterdescript {
	  margin: 30% auto 0px auto;
	}
	.lightbox div.conterdescript2 {
	  margin: 30% auto 0px auto;
	}
}





















