/**
 *
 * Apply Here your Custom CSS
 *
*/

.modal-dialog {  position: absolute!important;  margin:auto; left: 0!important;  right: 0!important;}
.clear {clear:both; display:block; margin-bottom:20px; overflow:hidden;}
.filtros_personalizados {border:1px solid #ebebeb; border-radius:3px; overflow:hidden; padding:15px; margin-bottom:20px;}
#Participantes .panel-primary, #Correos .panel-primary, #Site .panel-primary{border-color:transparent;}
.col-md-2 { padding-top: 5px!important; padding-bottom: 5px!important; }
.logo img {width:auto!important; height:auto;}
.logo {margin:-6px 0 0 -10px;}

.tile-stats {
	height:135px;
}
.tile-stats .num {
	font-size: 23px;
	font-weight: 600;
	letter-spacing: 0.05em;
}
.tile-stats h3 {
	font-size: 16px;
	font-weight: 300;
	letter-spacing: 0.07em;
}
.tile-stats a:hover {
	color:#fff;
}
@media all and (min-width:1500px) {
	.col-sm-2 {
		width:14.25%;
	}
}
@media all and (min-width: 1061px) and (max-width:1500px) {
	.col-sm-2 {
		width:20%;
	}
}
@media all and (min-width: 768px) and (max-width:1060px) {
	.col-sm-2 {
		width:25%;
	}
}
@media all and (max-width:768px) {
	.logo img {width:60px!important; height:auto;}
}
