@import url("https://fonts.googleapis.com/css?family=Libre+Barcode+39+Text");
/*ESTILOS DE LA PAGINA Y EL MENU */

* {
	margin:0 0 0 0px;
	padding:0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
header{
	width:100%;
    height:auto ;
}
.Banner {
        width :100%;height :30px;
       background:  linear-gradient(141deg, #08476b  0%, #368fcd 51%, #08476b  75%);
       /*background: linear-gradient(141deg, #506952  0%, #749678 51%, #5f7b62  75%);*/
       opacity: 0.95;
       display :flex ;
       line-height:30px;
       /*box-shadow: 5px 10px #888888;*/
}
.LineaVerde {
      width :100%;height :5px; background-color:#24c266;
}
.ContenedorTituloBanner {
    width :50%; height :auto ; margin-left :auto ; margin-right :auto ; text-align :center ;
}
.ContenedorLogos {
    width :100%;height :auto  ; display:block ; margin-top :5px;    margin-bottom: 5px;
}
#sep{width :100%; height :auto ; margin-right :auto ; margin-left :auto ;     background-color: #fbe290;
    text-align: center;}

footer {
  background-color :#333333;
  display :block ;
  position:absolute     ;
  bottom: 0;
  width: 100%;
  height: auto ;
  color: white;
  opacity: 0.95;
  /*margin-top :180px;*/
}
html {
  min-height: 100%;
  position: relative;
}
/*bordes para divs*/
.borders{
    outline: 6px dashed yellow;
    box-shadow: 0 0 0 6px #EA3556;    
    animation: 1s animateBorder infinite;
 }
@keyframes animateBorder {
  to {
    outline-color: #EA3556;
    box-shadow: 0 0 0 6px yellow;
  }
}

/*EFECTOS IMAGENES*/
.imgsMenu {
width :95%;
transition: all .5s ease-in-out;
-webkit-transition: all .5s ease-in-out;

}
.gira:hover{-webkit-animation:spin .90s linear;-moz-animation:spin .90s linear;animation:spin .90s linear}
.zoom:hover{-webkit-transform:scale(1.1);transform:scale(1.1);}
.inclina:hover{
-webkit-transform: rotate(-7deg);
    -moz-transform: rotate(-7deg);
    -o-transform: rotate(-7deg);

}
.efect1:hover  {
 opacity: 1;
    -webkit-box-reflect: below 0px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(.7, transparent), to(rgba(0,0,0,0.4)));
    -webkit-box-shadow: 0px 0px 20px rgba(255,255,255,0.8);
    -moz-box-shadow: 0px 0px 20px rgba(255,255,255,0.8);
    box-shadow: 0px 0px 20px rgba(255,255,255,0.8);
}
.stack:hover {
  height: 133px;
    width: 400px;
    margin-left: -50px;
}


.estrobo:hover {

    border-radius:50%;
-webkit-border-radius:50%;
box-shadow: 0px 0px 15px 15px #e4e416;
-webkit-box-shadow: 0px 0px 15px 15px #e4e416;
}
.imgsMenu:hover{
    transition: all .5s ease-in-out;
-webkit-transition: all .5s ease-in-out;


}

/*Estilo para el titulo de la pagina*/
.TituloPag {
      
        font-size:1.3em;
        font-weight :bold ;
        color :white ;
         /*text-shadow: 4px 4px 4px #aaa;*/

}
.tituloMenu {
      

        font-size:1.2em;
        font-weight :bold ;
        color :black ;
}
body {
  margin: 0;
  margin-bottom: 40px;
}
/*Estilos para el SliderShow*/
.w3-section, .w3-code {
    /*margin-top: 16px!important;*/
    margin-bottom: 16px!important;
}
.w3-content {
    max-width: 1800px;
    margin: auto;
}
.w3-animate-fading {
    animation: fading 10s infinite;
}

@keyframes fading {
    0% {
        opacity :0;
    }50% {
        opacity :1;
    }100% {
        opacity :0;
    }
}
@keyframes spin {
    from {
        transform:rotate(0deg);
    }
    to {
        transform:rotate(360deg);
    }
}


/*Estilos para los formularios*/
.DivCuerpoPag{width :100%; height :auto  ; margin-top :35px;}
.DivControl{
    width :60%;
    height:35px;
    line-height:35px;
    float:left;
}
.DivTitulo {
    width: 100%;
    height: 22px;
    text-align: center;
    margin-top: 25px;
}
.DivLabel{
    width :38%;
    height:35px;
    line-height:35px;
    float :left;
    text-align: left;
    margin-right:8px;
}
.btn2_color {
    cursor: pointer;
}

/*Estilos para controles del formulario*/
.botones {
     border-style: none;
     border-color: inherit;
     border-width: medium;
    cursor: pointer;
     font-size:1.2em;
     background: #bc955b;
     color: #f2f2f2;
     padding: 5px;
     border-radius: 5px;
     position: relative;
     box-sizing: border-box;
     transition: all 500ms ease;
     top: 0px;
     height: 40px;
     left: 0px;
}
    .botones:hover {
       background: rgb(160 33 66);
    color: #ffffff;
    box-shadow: inset 0 0 0 3px #a02142;

    }
.ControlLabelTitulo {
    
    font-size:1.2em;
}
      .LabelControl {
    
    font-size:1em;
}
           .DescOpcion {
    
    font-size:.9em;
    line-height: 1.2em;
}
    .CajasTexto {
    
    font-size:1em;
    
    font-family: Poppins !important;
}
      .CajasTexto2 {
    
    font-size:1.2em;
    font-weight :bold ;
}
.textoMenu {
    
    font-size: 1.3em;
    color:white;
}
.CajasTexto:focus {
    border:3px solid #0B871B;
    background-color:#E9F7E8;
    margin-right:0px
}
.Combobox {
    
    font-size:1em;
    font-weight :bold ;
    height:auto ;
}
.Combobox:focus {
    border:3px solid #0B871B;
    background-color:#E9F7E8;
    margin-right:0px
}
 .LinkBtn {
    
    font-size:1.2em;
}
 /* unvisited link */
 .LinkBtn:link {
    color: #46acdc;
}

/* visited link */
.LinkBtn:visited {
    color: green;
}

/* mouse over link */
.LinkBtn:hover {
    color: #ca10a0;
}

/* selected link */
.LinkBtn:active {
    color: #46acdc;
}
a:link {
    text-decoration: none;
     color :black;
     
}

a:visited {
    text-decoration: none;
    color :#000000;
}

a:hover {
    text-decoration: underline;
}

a:active {
    text-decoration: underline;
}
/*estilos para el login*/
.ControlLabelTituloSesion {
    
    font-size:1.5em;
    font-weight:bold ;
    color :black;
}
.LabelLogin{
    
        font-size:1em;
        
        color :black ;

}

.botonesLogin {
     /*border-style: none;
     border-color: inherit;
     border-width: medium;
    font-family: 'Pontano Sans', sans-serif;
     font-size:1.2em;
     background: #f3f5f4;
     color: #aaa;
     padding: 5px;
     border-radius: 5px;
     position: relative;
     box-sizing: border-box;
     transition: all 500ms ease;
     top: 0px;
     left: 0px;*/
     
    border-style: none;
    border-color: inherit;
    border-width: medium;
    
    font-size: 1.2em;
    background: #33373a;
    color: #ffffff;
    font-weight: bold;
    padding: 5px;
    border-radius: 5px;
    position: relative;
    box-sizing: border-box;
    transition: all 500ms ease;
    top: 0px;
    left: 0px;
}
    .botonesLogin:hover {
        /*background:#f2f2f2;
        color: #336666;
        box-shadow: inset 0 0 0 3px #46acdc;*/

            background: #f2f2f2;
    color: #272b2b;
    box-shadow: inset 0 0 0 3px #436150d9;
    }
    .ContenedorTituloSesion {
    width :116px; 
    height:215px;
    float :left;
    border-radius : 10px 0px 0px 10px;
    background-color:#ccdfca;

}
    .divCuerpoSesion {
margin-left: auto;
    margin-right: auto;
    width: 50%;
    text-align: center;
    height: 270px;
    padding: 1%;
    border-radius: 10px 10px 10px 10px;
    background-color: #e9e9e9;
    box-shadow: 0px 10px 13px -7px #000000, 5px 5px 15px 5px rgb(0 0 0 / 0%);
}
.divPasoPaso {
    width :100%;height :auto ; display :block ;
    /*background-image:url('../Images/pasoApaso.png') ;*/
}


    /* ---------------INICIA ESTILOS DE VENANAS EMERGENTES -----------------*/
    .TituloMensaje {
    /*font-family:Verdana, Arial, Helvetica, sans-serif;*/
   
    /*font-family:Larke Neue Regular,'Larke Neue Regular';*/
    font-size: 1.5em;
    color:#f7f3f3;
}

    .ContenedorMensaje {
    width :300px; 
    height:auto ;
    margin-left :auto ; 
    margin-right :auto ;
    text-align: justify;
}
    .pieDiv {
    
    font-size: 1em;
    font-weight :bold ;
    color:#000000;
}
    .Mensaje {
    /*font-family:Verdana, Arial, Helvetica, sans-serif;*/
   
    font-size: 1.2em;
    text-align :justify ;
    color:#000000;
}
    .ContenedorModal2 {
z-index:1002;
overflow: auto;
border-radius: 10px 10px 10px 10px;
-moz-border-radius: 10px 10px 10px 10px;
-webkit-border-radius: 10px 10px 10px 10px;
/*border: #0c5c4e 3px solid;*/
position: fixed;  top: 0; left: 0;
font-weight: normal;  
/*background-color: #FAFAFA;; color: #000000;*/
display:none;
width: auto; 
height: 90px;

/*border: 0px solid #000000;*/
}

    .ContenedorModal {
z-index:1002;
overflow: auto;
border-radius: 10px 10px 10px 10px;
-moz-border-radius: 10px 10px 10px 10px;
-webkit-border-radius: 10px 10px 10px 10px;
border: #0c5c4e 3px solid;
position: fixed;  top: 0; left: 0;
font-weight: normal;  
background-color: #FAFAFA;; color: #000000;
display:none;
width: auto; 
/*height: 230px;*/

/*border: 0px solid #000000;*/
}
    .ContenedorTitulo {
    width :390px; 
    height:30px;
    margin-left :auto ;
    margin-right :auto ;
    border-bottom: 2px solid #0c5c4e;
    background-color:#0c5c4e;

}

    .fadebox {
display: none;
position: fixed;
top: 0%;
left: 0%;
width: 100%;
height: 100%;
background-color: #c5d0cb;
z-index:1001;
-moz-opacity: 0.8;
opacity:.80;
filter: alpha(opacity=80);
}
    /* ---------------TERMINA ESTILOS DE VENANAS EMERGENTES -----------------*/
    .Background
        {
            position:fixed;
            top:0px;
            bottom:0px;
            left:0px;
            right:0px;
            overflow:hidden;
            padding:0px;
            margin:0px;
            background-color:#F0F0F0;
            filter: alpha(opacity=80);
            opacity:0.8;
            z-index:100000;
            
        }

.Progress {
    position: fixed;
    top: 45%;
    left: 45%;
    height: 20%;
    width: 10%;
    z-index: 100001;
  
    /*background-color: #FFFFFF;*/
    /*border: 1px solid Gray;*/
    background-image: url('../images/Spinner.gif');
    background-repeat: no-repeat;
    background-position: center;
}


/*Estilo de Lista*/
ul {
     margin-left :45px;
     
     font-size :1.1em;
     font-weight :bold ;
     list-style:none;

}
li {
    margin-bottom:5px;
}
    a:hover {
        text-decoration :none ;
        cursor :pointer ;
        color :#336666;
    }
.divContenedorTira {
    width :100%; height :5px ; line-height:5px;    margin-top: 5px;
}
  .divTira {
    width :41%; height:5px; float :left ; 
    }
.divTituloTira {
    width :15%; float :left ; text-align :center ;
}
.divContenedorMenuImg
{width :100%; height :270px ; margin-right :auto ; margin-left :auto ; margin-bottom:25px;}
.imgMenu {
    width :24%; height :auto  ; float :left ; margin-left :6px; text-align:center;
}
.divContenedorOpciones{width :32%; height :160.5px ; margin-right :12px; box-shadow: 0 0 10px rgba(0,0,0,.15), 0 3px 3px rgba(0,0,0,.15); float:left;}
/*#contenedorForm {width :100%; height :700px ; margin-top :15px;        }*/
.divContenedorSegundoMnu { width: 90%; height: 170px; margin-top: 15px; text-align: center; display:block; }
    /*responsive*/
    @media screen and (max-width: 800px) {
    /* For tablets: */
    .divContenedorTira { width :100%; height :5px ; line-height:5px; margin-top:15px; display:block;}
    .divTira {width :30%; height:5px; float :left ; display:block; }
    .divTituloTira { width :35%; float :left ; text-align :center ;}
    .divContenedorMenuImg {width :100%; height :510px ; margin-right :auto ; margin-left :auto ; margin-bottom:25px;}
    .imgMenu {width :48%; height :auto  ; float :left ; margin-right :5px; text-align:center ;}
    .divContenedorOpciones{width :95%; height :248.5px ; margin-top:10px;  box-shadow: 0 0 10px rgba(0,0,0,.15), 0 3px 3px rgba(0,0,0,.15); display:block;}
     .divContenedorSegundoMnu { width: 100%; height: 550px; margin-top: 15px; text-align: center; }
}

    #flotante {
    z-index: 999;
    border: 8px solid #35aa64;
    margin-top: -370px;
    margin-left: -335px;
    top: 50%;
    left: 50%;
    padding: 0;
    position: fixed;
    width: 45%;
    background-color: #fff;
    border-radius: 3px;
}
    #fondo55 {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 990;
    opacity: 0.8;
    background: #000;
}

    
    /* ESTILOS DEL GRIDVIEW*/
.mGrid {  
    width: 100%;  
    background-color: #0B871B;  
    margin: 5px 0 30px 0;  
    border: solid 1px #525252;  
    border-collapse: collapse; 
    /*margin-left :auto ;
    margin-right:auto ;*/ 
    
}    

.mGrid td {  
        padding: 2px;  
        border: solid 1px #c1c1c1;  
        color: #040404;
        
        /*font-family:Larke Neue Regular,'Larke Neue Regular';*/
        font-size: .9em;
        line-height:1.2em;

    }  

.mGrid th {  
        padding: 4px 2px;  
        color: #fff;  
        background: #0C5C4E  url(grd_head.png) repeat-x top;  
        border-left: solid 1px #525252;  
        font-size: .9em;
        
       /*font-family:Larke Neue Regular,'Larke Neue Regular';*/
        font-weight :bold ;  

}  

.mGrid .alt { background: #fcfcfc url(grd_alt.png) repeat-x top; }

.mGrid .pgr { background: #0c5c4e url(grd_pgr.png) repeat-x top; font-size :.9em }

.mGrid .pgr table { margin: 5px 0; }

.mGrid .pgr td { 
    border-width: 0; 
    padding: 0 6px; 
    border-left: solid 1px #f0f4f5; 
    font-weight: bold; 
    color: #fff; 
    line-height: 12px; 
 }   

.mGrid .pgr a { color: #bee00e; text-decoration: none; }

.mGrid .pgr a:hover { color: #f7f5f5; text-decoration: none; }


  /* TERMINA ESTILOS DEL GRIDVIEW*/


  .social {
	position: fixed; /* Hacemos que la posición en pantalla sea fija para que siempre se muestre en pantalla*/
	left: -44px; /* Establecemos la barra en la izquierda */
	top: 200px; /* Bajamos la barra 200px de arriba a abajo */
	z-index: 2000; /* Utilizamos la propiedad z-index para que no se superponga algún otro elemento como sliders, galerías, etc */
}
 
	.social ul {
		list-style: none;
	}
 
	.social ul li a {
		display: inline-block;
		color:#fff;
		background: #D95232;
		padding: 10px 15px;
		text-decoration: none;
		-webkit-transition:all 500ms ease;
		-o-transition:all 500ms ease;
		transition:all 500ms ease; /* Establecemos una transición a todas las propiedades */
	}
 
	.social ul li .icon-facebook {background:#3b5998;} /* Establecemos los colores de cada red social, aprovechando su class */
	.social ul li .icon-twitter {background: #00abf0;}
	.social ul li .icon-googleplus {background: #d95232;}
	.social ul li .icon-pinterest {background: #ae181f;}
	.social ul li .icon-mail {background: #666666;}
 
	.social ul li a:hover {
		background: #000; /* Cambiamos el fondo cuando el usuario pase el mouse */
		padding: 10px 30px; /* Hacemos mas grande el espacio cuando el usuario pase el mouse */
	}





    #registration-form {
  
	width: 400px;
  min-width:250px;
	margin: 20px auto;
	position: relative;
}

#registration-form .fieldset {
	background-color:#d5d5d5;

	border-radius: 3px;
  
}

 #registration-form legend {
	text-align: center;
	background: #364351;
	width: 100%;
	padding: 30px 0;
	border-radius: 3px 3px 0 0;
	color: white;
font-size:2em;
}

.fieldset form{
  border:1px solid #2f2f2f;
  margin:0 auto;
  display:block;
  width:100%;
  padding:30px 20px;
  box-sizing:border-box;
  border-radius:0 0 3px 3px;
}
.placeholder #registration-form label {
	display: none;
}
 .no-placeholder #registration-form label{
margin-left:5px;
  position:relative;
  display:block;
  color:grey;
  text-shadow:0 1px white;
  font-weight:bold;
}
/* all */
::-webkit-input-placeholder { text-shadow:1px 1px 1px white; font-weight:bold; }
::-moz-placeholder { text-shadow:0 1px 1px white; font-weight:bold; } /* firefox 19+ */
:-ms-input-placeholder { text-shadow:0 1px 1px white; font-weight:bold; } /* ie */
#registration-form input[type=text] {
	padding: 15px 20px;
	border-radius: 1px;
  margin:5px auto;
  background-color:#f7f7f7;
	border: 1px solid silver;

	-webkit-box-shadow: inset 0 1px 5px rgba(0,0,0,0.2);
	box-shadow: inset 0 1px 5px rgba(0,0,0,0.2), 0 1px rgba(255,255,255,.8);
	width: 100%;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
  -webkit-transition:background-color .5s ease;
-moz-transition:background-color .5s ease;
-o-transition:background-color .5s ease;
-ms-transition:background-color .5s ease;
transition:background-color .5s ease;
}
.no-placeholder #registration-form input[type=text] {
	padding: 10px 20px;
}

#registration-form input[type=text]:active, .placeholder #registration-form input[type=text]:focus {
	outline: none;
	border-color: silver;
  background-color:white;
}

#registration-form input[type=submit] {
  
  text-transform:uppercase;
  outline:none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	background-color: #5C8CA7;
	padding: 10px;
	color: white;
	border: 1px solid #3498db;
	border-radius: 3px;
	font-size: 1.5em;
	font-weight: bold;
	margin-top: 5px;
	cursor: pointer;
  position:relative;
  top:0;
}

#registration-form input[type=submit]:hover {
	background-color: #2980b9;
}

#registration-form input[type=submit]:active {
background:#5C8CA7;
}


.parsley-error-list{
background-color:#C34343;
padding: 5px 11px;
margin: 0;
list-style: none;
border-radius: 0 0 3px 3px;
margin-top:-5px;
  margin-bottom:5px;
  color:white;
  border:1px solid #870d0d;
  border-top:none;
    -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position:relative;
  top:-1px;
  text-shadow:0px 1px 1px #460909;
    font-weight:700;
  font-size:12px;
}
.parsley-error{
	border-color:#870d0d!important;
  border-bottom:none;
}
#registration-form select{
	width:100%;
	padding:5px;
}
::-moz-focus-inner {
  border: 0;
}




.container {
  position: relative;
  
  width:50%; margin-left:auto; margin-right:auto;     margin-bottom: 15px;
}

.image {
  display: block;
  width: 100%;
  height: auto;
}

.overlay {
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  background-color: #3887bd94;
  overflow: hidden;
  width: 80%;
  height:0;
  transition: .5s ease;
}

.container:hover .overlay {
  bottom: 0;
  height: 100%;
}

.text {
  white-space: nowrap; 
  color: white;
  font-size: 20px;
  position: absolute;
  /*overflow: hidden;*/
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}


.nombrePerfil{
        color: #131212;
    /*text-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgba(0,0,0,.1), 0 0 5px rgba(0,0,0,.1), 0 1px 3px rgba(0,0,0,.3), 0 3px 5px rgba(0,0,0,.2), 0 5px 10px rgba(0,0,0,.25), 0 10px 10px rgba(0,0,0,.2), 0 20px 20px rgba(0,0,0,.15);*/
    line-height: 18px;     font-size: .8em;
}



.imagenperfil
{
    width:94px;
    height:113px;
    /*border: 1px solid #24c266;*/
        padding: 5px;
    border-radius: 2px;
    border: 1px solid #84808047;
}

.imagenperfil:hover .overlay {
  bottom: 0;
  height: 100%;
}

div.polaroid {
     border: 1px solid #ddd;
  border-radius: 4px;
  padding: 5px;
  width: 150px;
   width:50%; margin-left:20%; margin-right:auto;     margin-bottom: 15px;
  background-color: white;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  margin-bottom: 25px;

}
div.containerimg {
         
  text-align: center;
  padding: 10px 20px;
}



/* Tooltip container */
.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px black; /* If you want dots under the hoverable text */
}

/* Tooltip text */
.tooltip .tooltiptext {
    
  visibility: hidden;
  width: 280px;
  background-color: #5d5757d9;
  color: #fff;
  text-align: center;
  padding: 7px 0;
  border-radius: 6px;
 
  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 1;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
  visibility: visible;
}




.mGrid1 { 
    width: 100%; 
    background-color: #fff; 
    margin: 5px 0 10px 0; 
    border: solid 1px #525252; 
    border-collapse:collapse;
    box-shadow: 0 0 15px rgba(0,0,0,.25); 
}
.mGrid1 td { 
    padding: 2px; 
    border: solid 1px #c1c1c1; 
    color: #717171; 
}
.mGrid1 th { 
    padding: 4px 2px; 
    color: #fff; 
    background: #424242 url(grd_head.png) repeat-x top; 
    border-left: solid 1px #525252; 
    font-size: 0.9em; 
}
.mGrid1 .alt { background: #fcfcfc url(grd_alt.png) repeat-x top; }
.mGrid1 .pgr { background: #424242 url(grd_pgr.png) repeat-x top; }
.mGrid1 .pgr table { margin: 5px 0; }
.mGrid1 .pgr td { 
    border-width: 0; 
    padding: 0 6px; 
    border-left: solid 1px #666; 
    font-weight: bold; 
    color: #fff; 
    line-height: 12px; 
 }   
.mGrid1 .pgr a { color: #666; text-decoration: none; }
.mGrid1 .pgr a:hover { color: #000; text-decoration: none; }


.textovalidaFoto{
    
    font-size: .8em;
    text-align: justify;
    color: #000000;

}
.cont_foto{width:18%;height:1%; float:left; margin-left:1em; }


/*ESTILOS PARA RESPONSIV*/
 @media screen and (max-width:1060px) and (min-width:690px) {
      .divContenedorTira { width :100%; height :5px ; line-height:5px; margin-top:15px; display:block;}
    .divTira {width :30%; height:5px; float :left ; display:block; }
    .divTituloTira { width :35%; float :left ; text-align :center ;}
    .divContenedorMenuImg {width :100%; height :1% ; clear:both; overflow:hidden; margin-right :auto ; margin-left :auto ; margin-bottom:25px;}
    .imgMenu {width :23%; height :auto  ; float :left ; margin-right :5px; text-align:center ;}
    .divContenedorOpciones{width :30%; height :260px ; margin-top:10px; margin-left :1em ; margin-bottom :3em;  box-shadow: 0 0 10px rgba(0,0,0,.15), 0 3px 3px rgba(0,0,0,.15); display:block;}
     .divContenedorSegundoMnu { display:flex; width: 100%; height: 1%; clear :both; overflow :hidden ; margin-top: 15px; text-align: center; }
     .cont_foto{width:30%;height:1%; float:left; margin-left:1em; }
    .DescOpcion { font-size:1em;    }
    #flotante {
    z-index: 999;
    border: 8px solid #35aa64;
    margin-top: -370px;
    margin-left: -335px;
    top: 65%;
    /* margin: auto; */
    left: 50%;
    padding: 0;
    position: fixed;
    width: 95%;
    background-color: #fff;
    border-radius: 3px;
}
}
@media screen and (max-width:690px) {
    .divContenedorSegundoMnu { width: 100%; height: 1%; margin-bottom: 3em; clear :both; overflow :hidden ; margin-top: 15px; text-align: center; }
    .divContenedorOpciones{width :95%; height :248.5px ; margin-top:10px; margin-left :1em ; margin-bottom :1em;  box-shadow: 0 0 10px rgba(0,0,0,.15), 0 3px 3px rgba(0,0,0,.15); display:block;}
    .imgMenu {width :95%; height :auto  ; float :left ; text-align:center ; margin-bottom:1em;    margin-left: 1em;}
     .DescOpcion { font-size:1.4em;    }
      .cont_foto{width:45%;height:1%; float:left; margin-left:1em; }
      #flotante {
    z-index: 999;
    border: 8px solid #35aa64;
    margin-top: -370px;
    margin-left: -335px;
    top: 60%;
    left: 55%;
    padding: 0;
    position: fixed;
    width: 90%;
    background-color: #fff;
    border-radius: 3px;
}
}



.content-select {
    display: inline-block;
    width: 100%;
    cursor: pointer;
    padding: 7px 10px;
    height: 35px;
    outline: 0;
    border: 0;
    border-radius: 0;
    /* background: #f0f0f0; */
    color: #7b7b7b;
    font-size: 1em;
    color: #525252;
    
    border: 2px solid #0c5c4e7a;
    /* border-radius: 12px; */
    position: relative;
    transition: all 0.25s ease;
}

.content-select:hover {
    background: #def7df;
    color: #333;
    border-color: #716f6f;
}





/*MODAL NEW*/

/* The Modal (background) */
.modal {
  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.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
        
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  width: 40%;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s
}

/* Add Animation */
@-webkit-keyframes animatetop {
  from {top:-300px; opacity:0} 
  to {top:0; opacity:1}
}

@keyframes animatetop {
  from {top:-300px; opacity:0}
  to {top:0; opacity:1}
}

/* The Close Button */
.close {
  color: white;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.modal-header {
  padding: 2px 16px;
  background-color: #5cb85c;
  color: white;
}

.modal-body {padding: 2px 16px;    margin-bottom: 1em;    line-height: 22px;}

.modal-footer {
  padding: 2px 16px;
  background-color: #5cb85c;
  color: white;
}



.botonesModal {
    border-style: none;
    border-color: inherit;
    border-width: medium;
    
    font-size: 1.2em;
    background: #5cb85c;
    color: #fefefe;
    padding: 5px;
    border-radius: 5px;
    position: relative;
    box-sizing: border-box;
    transition: all 500ms ease;
    top: 0px;
    left: 0px;
}

.botonesModal:hover {
    background: rgba(0,0,0,0);
    color: #5cb85c;
    box-shadow: inset 0 0 0 3px #5cb85c;
}


input[name=thing] {
display:none;
}

input[name=thing] + label
{

background: url("../PreRegistro/pass_inv.png") no-repeat;
background-size: 100%;
height: 35px;
width: 40px;
display:inline-block;
padding: 0 0 0 0px;
}
input[name=thing]:checked + label
{
background: url("../PreRegistro/pass_vis.png") no-repeat;
background-size: 100%;
height: 35px;
width: 40px;
display:inline-block;
padding: 0 0 0 0px;
}
