*{
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin: 0px;
    padding: 0px;
}
:root{
    box-sizing: border-box;
}
.titulo.h1{
    color: green;
    font-weight: 2;
    font-family: initial;
}
#drop_zone{
    border-radius: 2px;
}
.imagen img{
    /* border: 2px solid; */
    border-radius:5px;
    border-color:#000;
    padding: 3px;
    align-items: center;
    /* margin-top:20px; */
     float: center;
    margin-right: 10px;
    margin-block-end: 5px;   
}
div#div_file{
	position:relative;
	margin:50px;
	padding:10px;
	width:150px;
	background-color: #2499e3;
	-webkit-border-radius:5px;
	-webkit-box-shadow:0px 3px 0px #1a71a9;
}
.bottonFiler{ 
    text-align: center;
    border: 1px solid;
    border-radius:5px;
    border-color:rgb(234, 238, 175);
    padding: 3px;
    background: rgb(240, 247, 241);
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    size: 13px;
    color: rgb(28, 25, 25);
    margin-top: 15px;
    width: 100%;
    font-weight: bold;
}

div.secImg{
    float: center;
    width: 100%;
    height: 100%;
    box-shadow: -5px 5px 3px rgb(240, 240, 240);
    -webkit-box-shadow: -5px 5px 3px rgb(240, 240, 240);
    -moz-box-shadow: -5px 5px 3px rgb(240, 240, 240);
}
.form2{
    width: 100%;
    height: 35px;
    color: #000;
    opacity: 1;
    border-radius: 0;
    box-shadow: none;
    border-color: #d2d6de;
    
}
.form3{
    width: 100%;
    color: #000;
    opacity: 1;
    border-radius: 0;
    box-shadow: none;
    border-color: #d2d6de;
    box-sizing: border-box;
    resize:none;
}
/* radios    */
.radioss{
    text-align: center;
    size: 21px;
    color: rgb(58, 20, 5);
}

.radioss radio{
    background: rgb(15, 60, 4);
}
.wrap{
    width: 90%;
    max-width: 1000px;
    margin: 0 20;
}
.secImg input[type="radio"]{
    display: none;
}
.radioss label{
    color: rgb(58, 20, 5);
    padding: 5px 15px 5px 50px;
    size: 21px;
    display: inline-block;
    position: relative;
    font-size: 1em;
    border-radius: 3px;
    cursor: pointer;
    -webkit-box-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;;
}
.radioss label:hover{
   background: rgb(5, 83, 11); 
   border-radius: 10px;
   color: azure;
}
.radioss label::before{
   content: "";
   width: 20px;
   height: 20px;
   display: inline-block;
   background: none;
   border: 3px solid rgb(255, 92, 4); 
   border-radius:50%;
  position: absolute;
  left: 17px;
  top:4px;
 }
 .radioss input[type='radio']:checked + label{
    padding: 5px 15px;
    background: rgb(5, 83, 11);
    border-radius: 10px;
    color: azure;
 }
 .radioss input[type='radio']:checked + label::before{
    display: none;
 }
 /*css tablas de los update  */
 
 table {
     width: 100%;
 }
 th, td{
    width: 20%;
    text-align: left;
    vertical-align: top;
    padding: 0.3em;
    caption-side: bottom;

 }
 td{ width: 20%;
     /* max-width: 30%; */
    }
 th {
    /* background-color: #ad0731; */
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    
    color: #fff;

 }
 caption {
    padding: 0.3em;
    color: #fff;
    background: #000
    
    }
#encabezado{
    background: #0a0103;
    padding-left: 10px;
    color: rgb(252, 251, 250);
    size: 30px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}
/* calendarios */

#label{
    size: 24px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    color: rgb(28, 25, 25);
}
#desplegable {
    width: 100%;
    height: 25px;
    

}
.msj h4{
    color: rgb(10, 10, 10);
    background: #4ad44a;
    width: 100%;
    height: 30px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}