/* VOLVER ARRIBA */
.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 30px;
    right:30px;
    display:none;
    z-index: 9999999999;
}

.crop{width: 48px;height: 48px;overflow: hidden;padding: 0;margin-bottom: 10px;border-radius: 50px;border: 3px solid #1ab394;}
.crop img { width: 100%; height: 100%; margin-top: 0px;}

.crop_dos{width: 150px;height: 150px;overflow: hidden;padding: 0;margin-bottom: 10px;border-radius: 100px;border: 3px solid #1ab394;}
.crop_dos img { width: 100%; height: 100%; margin-top: 0px;}

.sudaca-btn-large-dim {
	width: 100%;
	line-height: 3;
	font-size: 25px;
}

.chosen-container-single .chosen-single {
	box-shadow: 0 0 3px white inset, 0 1px 1px rgba(0, 0, 0, 0); 

	background-color: #FFFFFF;
	background-image: none;
	border: 1px solid #e5e6e7;
	border-radius: 1px;
	color: inherit;
	display: block;
	padding: 6px 12px;
	transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
	width: 100%;
}

.chosen-container{
	width: 100% !important;
}

.mini-navbar .nav li:hover > .nav-second-level, .mini-navbar .nav li:focus > .nav-second-level {
	min-width: 170px;
}