﻿/*Estilos del loader*/
.loaderContenedor{
    display: flex;
     flex-wrap: wrap;
     justify-content: center;
     align-items: center;
     position:fixed;
     top:0px;
     left:0px;
     width: 100%;
     height: 100%;
     background: rgba(0,0,0,0.2);
     z-index: 33333333333;
     visibility:hidden;
}

.loaderContenedor .contInterno{
   
    background: -moz-linear-gradient(left,  rgba(255,252,252,0) 0%, rgba(255,252,252,0.65) 5%, rgba(255,252,252,0.85) 10%, rgba(255,252,252,1) 15%, rgba(255,252,252,1) 40%, rgba(255,252,252,1) 60%, rgba(255,255,255,1) 84%, rgba(255,255,255,0.98) 85%, rgba(255,255,255,0.85) 90%, rgba(255,255,255,0.65) 95%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(255,252,252,0) 0%,rgba(255,252,252,0.65) 5%,rgba(255,252,252,0.85) 10%,rgba(255,252,252,1) 15%,rgba(255,252,252,1) 40%,rgba(255,252,252,1) 60%,rgba(255,255,255,1) 84%,rgba(255,255,255,0.98) 85%,rgba(255,255,255,0.85) 90%,rgba(255,255,255,0.65) 95%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(255,252,252,0) 0%,rgba(255,252,252,0.65) 5%,rgba(255,252,252,0.85) 10%,rgba(255,252,252,1) 15%,rgba(255,252,252,1) 40%,rgba(255,252,252,1) 60%,rgba(255,255,255,1) 84%,rgba(255,255,255,0.98) 85%,rgba(255,255,255,0.85) 90%,rgba(255,255,255,0.65) 95%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00fffcfc', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */

    text-align:center;
    width: 70%;
    height:100px;
    color:black;
}


.loaderContenedor2{
    display: flex;
     flex-wrap: wrap;
     justify-content: center;
     align-items: center;
     position:fixed;
     top:0px;
     left:0px;
     width: 100%;
     height: 100%;
     background: rgba(0,0,0,0.2);
     z-index: 33333333333;
     visibility:visible;
}

.loaderContenedor2 .contInterno{
   
    background: -moz-linear-gradient(left,  rgba(255,252,252,0) 0%, rgba(255,252,252,0.65) 5%, rgba(255,252,252,0.85) 10%, rgba(255,252,252,1) 15%, rgba(255,252,252,1) 40%, rgba(255,252,252,1) 60%, rgba(255,255,255,1) 84%, rgba(255,255,255,0.98) 85%, rgba(255,255,255,0.85) 90%, rgba(255,255,255,0.65) 95%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(255,252,252,0) 0%,rgba(255,252,252,0.65) 5%,rgba(255,252,252,0.85) 10%,rgba(255,252,252,1) 15%,rgba(255,252,252,1) 40%,rgba(255,252,252,1) 60%,rgba(255,255,255,1) 84%,rgba(255,255,255,0.98) 85%,rgba(255,255,255,0.85) 90%,rgba(255,255,255,0.65) 95%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(255,252,252,0) 0%,rgba(255,252,252,0.65) 5%,rgba(255,252,252,0.85) 10%,rgba(255,252,252,1) 15%,rgba(255,252,252,1) 40%,rgba(255,252,252,1) 60%,rgba(255,255,255,1) 84%,rgba(255,255,255,0.98) 85%,rgba(255,255,255,0.85) 90%,rgba(255,255,255,0.65) 95%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00fffcfc', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */

    text-align:center;
    width: 70%;
    height:100px;
    color:black;
}



/*Fin estilos del loader*/


/*Loader login*/

.loader {
  color:grey;
  font-family:sans-serif;
  height:2vh;
  left:50%;
  overflow-x:hidden;
  padding-top:7vh;
  position:relative;
  text-align:center;
  top:50%;
  transform:translate(-50%,-50%);
  width:50vw;
  
}

.loader:before {
  animation:left-to-right 3s alternate infinite linear;
  background-image:linear-gradient(to right, transparent, #BC955C, transparent);
  /* bottom:0;*/
  content:"";
  height:5vh;
  left:0;
  overflow:hidden;
  position:absolute;
  right:0;
  top:0;
}
.loader:after {
  background-image:repeating-linear-gradient(
    90deg,
    white,
    white 1vw,
    transparent 1vw,
    transparent 10vw
  );
  content:"";
  height:5vh;
  left:0;
  overflow:hidden;
  position:absolute;
  right:0;
  top:0;
}


@keyframes left-to-right {
  0% {
    transform:translateX(-100%);
  }
  100% {
    transform:translateX(100%);
  }
}

/*Fin Loader login */


.error{
  color:red;
  font-size: 1rem;
  font-style: italic;
  font-weight: bold;
}

.cajaError{
  border:red 2px dashed !important;
}

.correcto{
  color:darkseagreen;
  font-size: 1rem;
  font-style: italic;
  font-weight: bold;
}


/*Sombra en barra de menu alterna*/
.sombraDosLados {
    padding-top:5px;
    padding-bottom:5px;
    box-shadow: 10px 0 15px -6px rgba(31, 73, 125, 0.8), -12px 0 8px -6px rgba(31, 73, 125, 0.8);
    -webkit-box-shadow: 10px 0 15px -6px rgba(31, 73, 125, 0.8), -12px 0 8px -6px rgba(31, 73, 125, 0.8);
}

.sombraArribaAbajo{
    padding-top:5px;
    padding-bottom:5px;
    box-shadow: 0px -10px 5px rgba(31, 73, 125, 0.8), 0px 10px 5px rgba(31, 73, 125, 0.8);
    -webkit-box-shadow: 0px -10px 5px rgba(31, 73, 125, 0.8), 0px 10px 5px rgba(31, 73, 125, 0.8);    
}

.sombraArribaAbajo_2 {    
    padding-top:5px;
    padding-bottom:5px;
    box-shadow: 0px 5px 15px -6px rgba(0, 0, 0, 0.5), 0px -5px 8px -6px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 5px 15px -6px rgba(0, 0, 0, 0.5), 0px -5px 8px -6px rgba(0, 0, 0, 0.5);
}





.drop-shadow {
position:relative;
width:100%;
height:auto;
padding:1em;
margin:auto;
background:#fff;
}

.drop-shadow:before, .drop-shadow:after {
content:"";
position:absolute;
z-index:-2;
}

.curved:before {
top:120px;
bottom:10px;
left:0;
right:0;
-webkit-box-shadow:0 0 15px rgba(0,0,0,0.6);
-moz-box-shadow:0 0 15px rgba(0,0,0,0.6);
box-shadow:0 0 15px rgba(0,0,0,0.6);
-moz-border-radius:10px / 100px;
border-radius:10px / 100px;
}

.curved-vt-2:before {
right:0;
}



/* Estilos pestañas ajax Tool Kit */

input[type=image]:hover{
    border-radius:50%;
    background-color:#DDC9A3;
    -webkit-box-shadow: 5px 5px 23px 0px #98989A;
    -moz-box-shadow: 5px 5px 23px 0px #98989A;
    box-shadow: 5px 5px 23px 0px #98989A;
}
         
/* Terminan Estilos pestañas ajax Tool Kit */


/* Sombra imagenes PNG */
.drop-shadow:hover {
    filter: drop-shadow(0px 0px 10px rgba(0,0,0,.5)) !important;
    }

/* Termina so0mbra PNG */



/*******  botón TOTOP ******/
#btn_totop_1 {
    position: fixed;
    bottom: 5%;
    right: 5%;

    display:none;

    width: 8rem;
    height: 9rem;
    border-radius: 10%;

    text-align:center;
    padding: 5px;
    color: #BC955C;
    font-size: 5rem;

    background-color:#000;
    text-shadow: 0px 0px 10px #6F7271;

    -webkit-box-shadow:inset 0 0 10px 3px #BFB4AE;
    box-shadow:inset 0 0 10px 3px #BFB4AE;

    transition:ease;
}

    #btn_totop_1:hover {    
    color:#fff;
    }

/* Finaliza Botón TOTOP */


.no-underline a {
        color:#ffffff !important;
        text-decoration: none !important;
    }


.btn.active a {
     color:#ffffff !important;
     text-decoration: none !important;
}













