

/* personalizadas */
.imagenFooter {
	display:block;
margin:auto;
}


/* logo a la izquierda y menú a la derecha en mobile */

@media only screen and (max-width: 
1000px) {
  .mobile_menu_button {    
    float: right !important;
  }
  .q_logo a {    
    width: auto !important;    
    left: 0 !important;
  }
  .logo_wrapper {    
    left: 5% !important;
  }
}


/* que no se vean fechas y demás en Noticias */

.blog_holder .post .date {display: none;}
body.single.single-post .post .date {display: none;}
.blog_holder article .post_info .time, .blog_holder article .post_info .post_author{display: none;}

.blog_holder article .post_info {
display: none !important;
}

/* Cambio de color de lastest post box */

.latest_post_title a {
  color:#fff;
  font-weight:bold;
  font-size:24px;
}
.latest_post_text_inner p {
  color:#ffffff;
  font-size:18px;
}

.date_hour_holder .date{
  color:#ffffff;
  font-size:18px;
  font-style: italic;
}

/* a:hover personalizado */

/* mouse over link */

a:hover {
  color: #030557 !important; 
}

/*  TABLAS ADMINISTRACION */

.estiloTodaTabla {
	border-style: dashed;
	border-color: #555555;
}
.celdas {
	border: thin solid #000000;
}
.ColumnaMonto {
	text-align: right;
	border: thin solid #000000;
}


/* --PARA QUE FUNCIONEN CONTROLES DE VIDEO PLAYER */

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
    top: 0;
}
.mejs-container, 
.mejs-container .mejs-controls, 
.mejs-embed, 
.mejs-embed body {
    background-color: #ddd !important;
}
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total, 
.mejs-controls .mejs-time-rail .mejs-time-total {
    background-color: #fff;
}
.mejs-controls .mejs-time-rail .mejs-time-float-current {
    transform: none !important;
}
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,
.mejs-controls .mejs-time-rail .mejs-time-current {
    background-color: #2196F3 !important;
}
.mejs-controls div.mejs-time-rail {
    margin-left: 0px;
}
.article .mejs-controls div.mejs-time-rail {
    margin-left: 6px !important;
}
.mejs-controls .mejs-replay button {
    background-image: url(img/audio/play.png);
}
.mejs-controls .mejs-time-rail span {
  width: 100%;
  margin: 16px 0;
}
.mejs-time span.mejs-duration {
    margin-left: 10px !important;
}
.mejs-time span.mejs-currenttime {
    padding-right: 10px !important;
}
.mejs-time-hovered {
    background-color: transparent !important;
}

/* para que el slide funcione bien */

.carousel-control {  width: 5% !important; }

