/* formato del cuerpo */
body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;


  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: right center;
  height: 100%;
    width: 100%;
    margin: 0;
    display: table;   
}


/* formato del cuerpo */
#cuerpo {
   font: 300 16px/1.7 'Open Sans', sans-serif;
   background-color: orange;
   border-radius: 8px;
   box-shadow: 3px 3px 10px 0px rgba(50, 50, 50, 0.75);
   -moz-box-shadow: 3px 3px 10px 0px rgba(50, 50, 50, 0.75);
   -webkit-box-shadow: 3px 3px 10px 0px rgba(50, 50, 50, 0.75);
   margin-left: 8%;
   margin-right: auto;
   margin-top: 1%;
   max-width: 60%;
   min-width: 20em;
   padding-bottom: 10px;
   padding-top: 10px;
}

/* formato de los input y textarea */
input[type="text"],
textarea,
input[type="password"] {
   border: none;
   border-radius: 6px;
   display: block;
   font-size: 1em;
   height: 2em;
   text-align: center;
   width: 90%;
   margin-left: auto;
   margin-right: auto;
    margin-bottom: 20px;
}


textarea {
  height: 100px;
  padding: 12px 20px;
  box-sizing: border-box;
  border: 2px solid #ccc;
  border-radius: 9px;
  background-color: #f8f8f8;
}
/* formato de los botones submit */
input[type="submit"] {
   background-color: #A33D41;
   border: none;
   border-radius: 6px;
   color: white;
   display: block;
   font-size: 1em;
   height: 3em;
   margin-left: auto;
   margin-right: auto;
   margin-top: 12px;
   text-align: center;
   width: 150px;
}
 
input[type="submit"]:hover {
   cursor: pointer;
   background-color: gold;
   opacity: 0.8;
    color: black;
}

/* formato de los desplegables */
.caja {
   margin:1px auto 20px auto;	
   border:1px solid #d9d9d9;
   height:2em;
   overflow: hidden;
   width: 90%;
   position:relative;
}
select {
   border: none;
   font-size: 1em;
   height: 2em;
   padding: 5px;
   width: 100%;
   cursor: pointer;
}
select:focus{ outline: none;}

.caja::after{
	content:"\025be";
	display:table-cell;
	padding-top:7px;
	text-align:center;
	width:30px;
	height:30px;
	background-color:#d9d9d9;
	position:absolute;
	top:0;
	right:0px;	
	pointer-events: none;
}

/* formato de los checkbox */
.form-radio
{
     -webkit-appearance: none;
     -moz-appearance: none;
     appearance: none;
     display: inline-block;
     position: relative;
     background-color: #f1f1f1;
     color: #666;
     top: 10px;
     height: 30px;
     width: 30px;
     border: 0;
     border-radius: 50px;
     cursor: pointer;     
     margin-right: 1px;
     outline: none;
    margin-left: 30px;
    
}
.form-radio:checked::before
{
     position: absolute;
     font: 13px/1 'Open Sans', sans-serif;
     left: 11px;
     top: 7px;
     content: '\02143';
     transform: rotate(40deg);
}
.form-radio:hover
{
     background-color: #f7f7f7;
}
.form-radio:checked
{
     background-color: #f1f1f1;
}

/* formato de los label*/
label
{
    font: 3 16px/1.7 'Open Sans', sans-serif;
    text-transform: uppercase;
    color: rebeccapurple;
    margin-bottom: 10px;
    margin-left: 1.2em;
    margin-top: 12px;
}

/* formato de las lineas de separacion */
hr {
  height: 1px;
  margin-left: 15%;
  margin-right: 15%;
  margin-top: 7%;
  margin-bottom: 7%;
  background-color: gray;
}

/* formato al seleccionas un area de texto */
input[type=text]:focus {
  background-color: lightblue;
}

/* formato de las tablas */

table {
  border-collapse: collapse;
    margin-left: auto;
    margin-right: auto;
}

table, th, td {
  border: 1px solid black;
}

/* formato del titulo*/
.milky {
  font-family: "Arial Rounded MT Bold", "Helvetica Rounded", Arial, sans-serif;
  font-size: 40px;
  color: green;
  text-shadow: 0 8px 9px #c4b59d, 0px -2px 1px #fff;
  letter-spacing: 0px;
  text-align: center;
  padding: 50px 10px;
  border-radius: 20px;
  margin-left: 5%;
  margin-right: 25%;
  margin-top: 30px;
}
.Titulo {
    font-family: "Arial Rounded MT Bold", "Helvetica Rounded", Arial, sans-serif;
    font-size: 14px;
    color: Black;
    letter-spacing: 0px;
    text-align: center;
    padding: 20px 10px;
    border-radius: 10px;
    /**/
    margin-left: 5%;
    margin-right: 25%;
    margin-top: 5px;
    /**/
    /*
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
	*/
}


/* formato del submenu */
.user  {
	 top: 54px;
     position: fixed;
     background: gold;
     color: black;
     text-align: center;
     padding: 2px 10px;
     width: 100%;
     height: 14px;
     font-size: 12px;  
}

#logout{
    position: absolute;
    margin-left: -10%;
    text-align: left;
}

.informar_accion{
    color: green;
font-size: 1em;
font-weight: bold;
font-family: Helvetica;
    margin-left: 10%;
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);
}

.ejecucion {
   background-color: darkgray;
   border-radius: 8px;
   box-shadow: 3px 3px 10px 0px rgba(50, 50, 50, 0.75);
   -moz-box-shadow: 3px 3px 10px 0px rgba(50, 50, 50, 0.75);
   -webkit-box-shadow: 3px 3px 10px 0px rgba(50, 50, 50, 0.75);
   margin-left: auto;
   margin-right: auto;
   margin-top: 3%;
   max-width: 98%;
   min-width: 20em;
     min-height: 20%;
   padding-bottom: 10px;
   padding-top: 10px;
}
.celda{ 
align-items: center;
    margin-top: 20px;
}

.celda2{
    border-style: hidden hidden solid hidden;
    color:black;
    font: 300 16px/1.7 'Open Sans', sans-serif bold;
}

.celdaSRP{
    /*border-style: solid hidden solid hidden;*/
    border-style: solid solid solid solid;
    color:black;
    font: 300 16px/1.7 'Open Sans', sans-serif bold;
}
.celdaSRP2{
    border-style: solid solid solid hidden;
    color:black;
    font: 300 16px/1.7 'Open Sans', sans-serif bold;
}

.Tabla{
border-style: hidden hidden hidden hidden;
}

.Tabla2{
border-style: hidden hidden hidden hidden;
font: 300 16px/1.7 'Open Sans', sans-serif bold;
}

.celdaCabeceraFil{
    border-style: hidden hidden solid hidden;
    color:black;
    font: 300 16px/1.7 'Open Sans', sans-serif bold;
}


.celda3{
    border-style: hidden solid hidden hidden;
    color: white;
    font: 300 16px/1.7 'Open Sans', sans-serif;
    text-align: center; 
    }
.celdaCabeceraCol{
    border-style: hidden solid hidden hidden;
    color: black;
    font: 300 16px/1.7 'Open Sans', sans-serif bold;
    text-align: center; 
    }
    
    

footer {
    background-color: gold;
    display: table-row;
    height: 0;
    text-align: center;
    margin-top: 60px;
}
.aparte {
  text-decoration: none;
  height: 23px;
  color: #fff;
    font-size: 34px;
    padding-left: 10px;
    padding-top: 1000px
    }

.relleno{
    height: 30px;
}



/* Popup container */
.popup {
  position: relative;
  display: inline-block;
  cursor: pointer;
    margin-left: 22%;
}

/* The actual popup (appears on top) */
.popup .popuptext {
  visibility: hidden;
  width: 160px;
  background-color: darkolivegreen;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 8px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -80px;
}

/* Popup arrow */
.popup .popuptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: 5px;
  border-width: 4px;
  border-style: solid;
  border-color: darkolivegreen transparent transparent transparent;
}

/* Toggle this class when clicking on the popup container (hide and show the popup) */
.popup .show {
  visibility: visible;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s
}

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
  from {opacity: 0;} 
  to {opacity: 1;}
}

@keyframes fadeIn {
  from {opacity: 0;}
  to {opacity:1 ;}
}
.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
}

.overlay2 {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: visible;
  opacity: 1;

}

.popup2 {
  margin: 70px auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 70%;
  position: relative;
  transition: all 5s ease-in-out;
    margin-top:10%;
}


.popup2 .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: green;
}

.popup2 .close:hover {
  color: #06D85F;
}
.popup2 .content {
  max-height: 30%;
  overflow: auto;
}

@media screen and (max-width: 70px){
    .logo {
        flex: 1;
    }
  .box{
    width: 70%;
  }
  .popup2{
    width: 70%;
  }
}
