#PUOverlay{
	position:absolute;  
	top: 0;  
	left: 0;  
	width: 100%;  
	height: 100%;  
	z-index: 10000;  
	background-color:rgba(255,255,255,0.9);;
	visibility:hidden;
}

#PopUpOverlay{
	position: fixed;  
	top: 0;  
	left: 0;  
	width: 100%;  
	height: 100%;  
	z-index: 10000;  
	background-color: 
	rgba(0,0,0,0.7);
	visibility:hidden;
}

.derecha{
	text-align:right;
}

.fr{
	float:right;
}

.NroSel {
    width: 50px;
    height: 50px;
    font-size: 20px;
    line-height: 50px;
    font-weight: bold;
    color: #000;
    text-align: center;
    background-image: url(/img/bg_Bola.jpg);
    float: left;
}



header{
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.20);
	position:fixed;
	top:0px;
	width:100%;
	z-index:100;
}

#navbarTogglerDLS{
	margin-top:10px;
}

.TopPhone{
	margin-right:10px;
}
.TopWhatsapp{
	margin-right:10px;
}


.linkTop{
	color:#0062AB;
	padding-right:6px;	
}
.linkTop:hover{
	text-decoration:none;
	font-weight:bold;
}

.card-header{
	background-color:#F88F00;
	color:#FFF;
	font-weight:bold;
}

btn-warning{
	background-color:#FEF303;
}

.ESup{
	margin-top:20px;
}

.EspTOP{
	margin-bottom:140px;
}
 
.Titulo{
	font-size:28px;
	text-transform:capitalize;
	color:#0062AB;
	text-shadow: 3px 3px 2px #ccc;
	font-weight:bold;
	margin-bottom:20px;
}

.container{
	max-width:1360px;
}
.standard-logo img{
	max-height:55px;
	padding-top:0px;
}

footer{
	position:fixed;
	bottom:0px; 
	width:100%;
	z-index:1000;
}
 
@media (max-width: 767px) {

	.standard-logo img{
		max-height:30px;
	}

	footer{
		font-size:10px;
		position:relative;
		bottom:0px;
	}

	.EspTOP{
		margin-bottom:140px;
	}
	
	.TopPhone{
		margin-right:5px;
	}
	.TopWhatsapp{
		margin-right:5px;
	}
	
	#navbarTogglerDLS{
		clear:both; 
		border-top:1px solid #aaa; 
	}
}