.propiedades{

	width: 100%;

	height: 100%;

	background-color: #fff;

	z-index: 1500;

	position: fixed;

	top: 0;

	left: 0;

	display: none;

	overflow: auto;

}
.distroSelectContainer {
    background: url('../../images/Servicios/toggle-WindowsLinux.png')top right no-repeat;
    display: inline-block;
    cursor: pointer;
    height: 50px;
    width: 176px;
    margin-bottom: 0 !important;
}
.Fright {
    float: right;
}
.distroSelectContainer:hover {
    background: url('../../images/Servicios/toggle-WindowsLinux.png')bottom right no-repeat;
}
.distroSelectContainer.winSelected{
background:url('../../images/Servicios/toggle-WindowsLinux.png')top left no-repeat;
}


.distroSelectContainer.winSelected:hover{
background:url('../../images/Servicios/toggle-WindowsLinux.png')bottom left no-repeat;
}
.windows{
	display: none;
}

@media (min-width: 768px) {
.col-sm-3 {
    height: 300px !important;
    
}