#borrardato{
	display: none;
}
#centrartitulo{
   display: block;
  margin: 0 auto;
  width: fit-content;
 text-align: center;
 font-weight: 800;
 text-transform: capitalize;
}
#centrarimg{
  display: block;
  margin: 0 auto;
  width: fit-content;
 text-align: center;
}
#centrarArticulo{
  display: block;
  margin: 0 auto;
  width: fit-content;
}
#centrarimage{
  display: block;
  margin: 0 auto;
 text-align: center;
}
.centrartexto{
	text-align: center;
}

.page-item.active .page-link{
  background: #193670;
  color:white;
  border:1px solid #bbb;
}

.page-link{
  color:#777;
}
.titvideo{
  text-transform: uppercase;
}


/*noticias*/

.tituloNoticiaG{
  text-transform: uppercase;
  font-weight: 700;
}
.tituloNoticiaP{
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
}

.drop { filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.7)); }
.box {   box-shadow: 0 0 10px rgba(0, 0, 0, 0.7); }

.tituloArticulo{
  color: #4c5154!important;
 font-weight: 800;
 text-transform: uppercase;
 text-align: center;
}
.textoArticulo{
 text-align: justify;
 margin-bottom: 10px;
}
.backColor{
background: #1e5889;
color: #fff;
}
.linea{
  border:none;
  height: 20px;
  width: 20%;
  height: 30px;
  margin-top: 0;
  border-bottom: 1px solid #1f1209;
  box-shadow: 0 20px 20px -20px #333;
  margin: -10px auto 10px;
}


@media (min-width:992px){

.titvideo{
  height:60px;
}

.desvideo{
  
  height:60px;
}

        
    }

    @media (max-width:991px) and (min-width:768px){
    
.titvideo{
  font-size: 15px;
  height:60px;
}

.desvideo{
  font-size: 13px;
  height:65px;
}
.iframevideo iframe{
  
  width:85% !important;
}
    }
    

@media (max-width:767px){

.iframevideo iframe{
  
  width:85% !important;
}

        
    }



@media (max-width:569px){

.tituloArticulo{
  
  font-size:16px !important;
  font-weight: 700;
  color: #4c5154!important;
}
.textpequeno{
  font-size:13px !important;
}

        
    }