/* 
    Created on : May 20, 2019, 9:27:25 PM
    Author     : nochtli13
*/
.vinieta{
    font-weight: 700;
    font-size: 14px; 
    color: #69be00;
    margin-right: 2px;
}

.titulo{
    font-size: 16px;
    font-weight: bolder;
    color: #ffffff;
    margin-left: 10px;
}
.titulo_verde{
    color: #69be00;
}

.liga_waze{
    font-size: 16px;
    font-weight: bolder;
    color: #69be00;
    text-decoration: none;
    margin-left: 5px;
}
.liga_waze:focus {
    outline: none;
    text-decoration: none;
    color: #69be00;
}
.liga_waze:hover {
    outline: none;
    text-decoration: none;
    color: #69be00;
}

.espacio{
    padding-top: 2px;
    padding-bottom: 2px;
}

table.timecard {
    margin: auto;
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #69be00; /*for older IE*/
    border-style: hidden;
    color: #404040;
}
table.timecard thead th {
    padding: 8px;
    background-color: #2a4d00;
    font-size: large;
    color: #ffffff;
}

table.timecard td#hora {
    width: 20%;	
}


table.timecard th, table.timecard td {
    padding: 3px;
    border-width: 1px;
    border-style: solid;
    border-color: #1c3300 #ccc;
}

table.timecard td {
    text-align: left;
}
table.timecard tr.odd {
    background-color: #ffffff;
}
table.timecard tr.even {
    background-color: #e8ffcc;
}
.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(../img/loader-128x/Preloader_3.gif) center no-repeat rgba(255, 255, 255, 0.6);
    display: none ;
}

.margen_b{
    margin-bottom: 15px;
}

.letra_verde{
    color: #69be00;
}
.letra_negrita{
    font-weight: bold !important ;
}

/*Efecto de texto*/
/*primero*/
.glow {
    font-size: 60px;
    margin-left: 13%;
    color: #fff;
    text-align: center;
    -webkit-animation: glow 1s ease-in-out infinite alternate;
    -moz-animation: glow 1s ease-in-out infinite alternate;
    animation: glow 1s ease-in-out infinite alternate;
}


@media (max-width: 991px) {
    .glow {
        font-size: 40px;
        margin-left: 20%;
    }
}


@-webkit-keyframes glow {
    from {
        text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #00e600, 0 0 40px #00e600, 0 0 50px #00e600, 0 0 60px #00e600, 0 0 70px #00e600;
    }

    to {
        text-shadow: 0 0 20px #fff, 0 0 30px #004d00, 0 0 40px #004d00, 0 0 50px #004d00, 0 0 60px #004d00, 0 0 70px #004d00, 0 0 80px #004d00;
    }
}

/* For Galery*/
#myImg {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

#myImg:hover {opacity: 0.7;}

/* The Modal (background) */
.modal_image {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content_img {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

/* Caption of Modal Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation */
.modal-content_img, #caption {  
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {-webkit-transform:scale(0)} 
  to {-webkit-transform:scale(1)}
}

@keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
}

/* The Close Button */
.close_img {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close_img:hover,
.close_img:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .modal-content_img {
    width: 100%;
  }
}
/* End Galery*/

.divisor{
   background-color: #f9f9ff;
   height: 10px;
}

.mayus{
    text-transform:uppercase;
}
.galeria{
    font-size: 20px;
    margin-left: 20px;
}