
.smenu {
	overflow: hidden;
	position: absolute;
	/*nos posicionamos en el centro del navegador*/
	top:30%;
	left:50%;
	/*determinamos una anchura*/
	width:400px;
	/*indicamos que el margen izquierdo, es la mitad de la anchura*/
	margin-left:-200px;

	/*determinamos una altura*/
	height:600px;
	/*indicamos que el margen superior, es la mitad de la altura*/
	margin-top:-100px;
	/*border:1px solid #808080;*/
	padding:5px;
}

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}

.btn-primary2 {
	background-color: #007377;
	color: #fff;
}

.label-primary2 {
	background-color: #007377;
	color: #fff;
}

.modal-header-custom {
	background-color: #DA291C;
	color: #fff;
}

#ex1Slider .slider-selection {
	background: #FFD100;
}

#ex2Slider .slider-selection {
	background: #DDD;
}

#ex3Slider .slider-selection {
	background: #0077c8;
}