::-webkit-scrollbar {display: none;}
.contenedorMenuVisual
{
	width: 95%;
	position:absolute;
	top:300px;
	height: 750px;
	margin-top: -175px;
	left:50%;
	margin-left: -47.5%;
	text-align: left;
	cursor:pointer;
	z-index:2;
	overflow:auto;
	-ms-overflow-style: none;
	-moz-overflow-style: none;
	scrollbar-width: none;
}


.menuVisual
{
	width: 340px;
	height: 255px;
	position:relative;
	display: inline-block;
	margin-top:50px;
	box-shadow: 5px 5px 10px rgba(50,50,50,.3);
	background:rgba(213,194,151,1);	
	-webkit-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	margin-left:18px;
	z-index:2;
}
@media all and (min-height: 751px) and (max-height: 2920px) and (min-width: 1px) and (max-width: 1000px) 
{
	.contenedorMenuVisual
	{	
		height:1280px !important; 

	}
}
.menuVisual img
{
	width: 100%;
	z-index:4;
	position:relative;
	-webkit-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
}
.menuVisual:hover
{
	transform: scale(1.05);
}
.menuVisual:hover > img
{	
	opacity:0;
}
.informacionProyecto
{
	z-index:3;
	top:0px;
	position:absolute;
	line-height:230px;
	text-align:center;
	width: 340px;
	height: 255px;
	
	color:white;
	font-family: "Balham";
	font-size:18px;
}

