.proyectos-div {
	overflow-x: scroll;
	margin: 10% 0 0 0;
	width: 100%;
	/*height: 200px;*/
}   

.proyectos-imagenes {
	
	 /* Firefox */
	/*display: -moz-inline-box;*/

    /* Safari, Opera, and Chrome */
	/*display: -webkit-inline-box;*/
	
    /* W3C */
	/*display: inline-flex;*/
} 

.proyectos-imagenes .imagen-proyecto {	
	border: 4px;
	border-style: solid;
	border-color: #222;
	margin: 0 10px 0 0;
	width: 200px;
	height: 175px;
}

.proyectos-imagenes .imagen-proyecto:hover {
	border-color: #FFF;
}

.proyectos-imagenes .descripcion-proyecto {
	margin: 0 10px 0 0;
	width: 200px;
	color: #FFF;
}


.proyectos-imagenes img {
	width: 192px;
	height: 167px;
	cursor: pointer;
}


.proyecto-div {
	float: left;
}

.visor-imagenes-div {
	width: 84%;
	margin: 0 auto;
}
.cerrarPopupImagenes {
	font-size: 40px;
	font-weight: bold;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica;
	width: 24px;
	cursor: pointer;
	/*margin: 20px 0 0 10px;*/
	margin: 0 0 0 20px;
}

.cerrarImagenes-div {
	/*position: fixed;
	right: 30px;
	top: 50px;*/
	/*position: absolute;
	right: 8px;
	top: -12px;*/
	opacity: 0.3;
	margin: 0px;
	padding: 15% 0 0 0;
	/*z-index: 5000;*/
}

.cerrarImagenes-div:hover {
	opacity: 0.8;
}
/*
#vacio-izquierdo-imagenes {
	float: left;
}*/

/* Styles specific to this particular page */
/*.scroll-pane
{
	width: 100%;
	height: 200px;
	overflow: auto;
}
.horizontal-only
{
	height: auto;
	max-height: 200px;
}*/
::-webkit-scrollbar {  
    width: 4px;  
	height: 4px;
}  
::-webkit-scrollbar-track {  
    background-color: #eaeaea;  
    border-left: 1px solid #ccc;  
}  
::-webkit-scrollbar-thumb {  
    background-color: #003DFF;  
}  
::-webkit-scrollbar-thumb:hover {  
    background-color: #00218B;  
}  