*{
    box-sizing: border-box;
}
html{
    background-image: url(../imagen/imgFondoSeguridad1.png);
   background-attachment: fixed;
    background-size: cover;
    
  }
html{
    margin: 0;
   padding: 0;
    
}

 /*******************************Iconos*********************************/
 header{
    background-color: rgb(194, 126, 0);
	height: 60px;
	width: 100%;
	left: 0; 
	top: 0; 
	position: fixed; 
}

.icon-bar1 {
    width: 100%;
    overflow: auto;
    margin: 0;

  }


  .icon-bar1 a {
    float: right;
    margin-right: 20px;
    width: auto;
    transition: all 0.3s ease;
    color: rgb(248, 248, 248);
    font-size: 20px;
    padding-left: 20px;
    text-decoration: none;
    
  }

  
  .icon-bar1 a:hover {
    background-color: rgba(212, 212, 212, 0.555);
  }


  h1{
    font-size: 30px;
    text-align: center;
    background-color: rgb(194, 126, 0,0);
	height: 30px;
    margin-top: 0px;
    margin-bottom: 0px;
    color: white;
}

body{
  margin-top: 70px;
}

img{
    width: 40px;
    margin: 0;
    padding: 0;
    
}



h3{
    
    text-align: center;
    background-color: rgba(150, 115, 3, 0.726);
    margin-top: 0px;
    margin-bottom: 0px;
    color: white;
    font-size: 25px;
}

.ContenedorForm{
 margin-top: 30px;
    border-radius: 5px;
    width: 300px;
    height: 500px;
    background-color: rgba(255, 255, 255, .9);
    box-shadow: 5px 5px 10px rgba(148, 147, 147, 0.808);
   
}


input, label{
    font-family: monospace;
    border-radius: 5px;
     margin-bottom: 15px;
    width: 96%;
    height: 40px;
    font-size: 20px;
}
select{
    border-radius: 5px;
    margin-bottom: 15px;
   width: 100%;
   height: 40px;
   font-size: 20px;
}

input[type=submit]{
    background-color: blue;
    text-align: center;
    color: white;
    border-radius: 5px;
    width: 20%; 
}

span{
    text-align: center;
}

/*//////////////////////// tabla////////////////////////////////*/

table{
    margin-top: 10px;
    border-collapse: collapse;
   border: 2px rgba(0, 0, 0, 0.349) solid;
   border-width: 2px;
   box-shadow: 5px 5px 10px rgb(212, 212, 212);
   background-color: white;
}
caption{
    border: 1px solid black;
    font-size: 30px;
    background-color: rgba(226, 109, 13, 0.726);
    color: white;
}
th,td{
    text-align: center;
    width: auto;
    font-size: 12px;
    font-weight: bold;
    border-bottom: 1px solid rgba(0, 0, 0, 0.479);
    padding: 10px;
}
th{
    background-color: rgb(3, 3, 3);
    color: aliceblue;
}

.tabalCitas{
 
   margin: 50px 0px 0px 0px; 
}


.Opciones{
    text-align: center;
    color: rgb(255, 251, 251);
    background-color: red;
    width:auto;
    border: solid 1px rgb(255, 0, 0);
    border-radius: 20px;
    padding: 1px;
    font-family: monospace;
   

}
.Edit{
    text-align: center;
    color: rgb(255, 255, 255);
    background-color: rgb(0, 112, 6);
    width: 15px;
    border: solid 1px rgb(0, 112, 6);
    border-radius: 10px;
    padding: 2px;
    font-family: monospace;

}



.contenedor{
    background-color: rgba(255, 255, 255, 0);
    

    border: 1px solid rgba(0, 0, 0, 0.5);
    width:auto;
    max-width: 100%;
   
   margin: 0px auto;

   display: grid;
   grid-template-columns: 3fr;
   grid-template-rows: 1fr;
  

   
}

.columna1{
    margin: 0px 5px;
   
   width:400px;
grid-column: 1;
grid-row: 1;

}

.columna2{
    
   
   width: 100%;
grid-column: 2;
grid-row: 1;

}

.columna3{
   
   
   width: 100%;
grid-column: 3;
grid-row: 1;

}
/**********************************Liberadores*******************************/


.TablaLiberador{
    width: 100%;
    background-color: rgba(240, 240, 240, 0.5);
}
.ocultar{
    display: none;
}

.contenedorEditar{
    padding: 25px;
    background-color: beige;
    margin: 0 auto;
    width: 50%;
    display: flex;
    flex-direction: column;
    text-align: left;
    flex-wrap: wrap;
    box-sizing: border-box;
    font-size: 12px;
}
.contenedorEditar input{
    font-size: 12px;
    width: 100%;
    border-radius: 0;
    text-align: center;
 
}
h2{
    text-align: center;
}

button{
    background-color: rgba(240, 248, 255, 0);
    border: none;
    color: white;
}
@media screen and (max-width: 600px){
    *{

        box-sizing: border-box;
    }
    body{
       
        padding: 0;
    }
    .contenedorEditar{
        padding: 0;
       width: 100%;
        display: flex;
        flex-direction: column;
        flex: 100%;
        text-align: left;
        flex-wrap: wrap;
        box-sizing: border-box;
    }
    
    img{
        width: 20px;
    }
    .icon-bar1 a {
        font-size: 12px;
    }
   
    h1{
        font-size: 20px;
        text-align: center;
        margin-top: 0px;
        margin-bottom: 0px;
        color: white;
    
    }
    h2{
        text-align: center;
        display: contents;
    }
    
    .ContenedorForm{
        width: 92%;
        height: auto;
        background-color: rgba(255, 255, 255, .8);
        box-shadow: 0px 0px 0px black;
      
    
    }
    h3{
        text-align: center;
        font-size: 25px;
    }
    input, label{
        border-radius: 5px;
         margin-bottom: 15px;
        width: 100%;
        height: 40px;
        font-size: 15px;
    }
    select{
        border-radius: 5px;
        margin-bottom: 15px;
       width: 100%;
       height: 40px;
       font-size: 15px;
    }
    input[type=submit]{
        width: 100%;
    }

    .tabalCitas{
        width: 100%;
         margin: 50px 0px 0px 0px; 
      }

    table{
        border-collapse: collapse;
       border: 1px black solid;
       width: 100%;
    }
    caption{
        border: 1px solid black;
        font-size: 20px;
       
    }
    th,td{
        text-align: center;
        width: auto;
        font-weight: normal;
        border-bottom: 1px solid rgb(0, 0, 0);
        padding: 2px;
        font-size: 8px;
    }
    th{
        display: none;
    }
  

    .contenedor{
        background-color: rgba(255, 255, 255, 0.8);
        box-shadow: 10px 10px rgba(255, 255, 255, 0.5);
    
        border: 1px solid rgba(0, 0, 0, 0.5);
        width:100%;
       
       margin: 0px auto;
    
       display: grid;
       grid-template-columns: 1fr;
       grid-template-rows: 3fr;
      
    
       
    }
    
    .columna1{
        
       
       width:89%;
    grid-column: 1;
    grid-row: 1;
    
    }
    
    .columna2{
       
       margin-top: 40px;
       width: 89%;
    grid-column: 1;
    grid-row: 2;
    
    }
    .columna3{
       
        margin-top: 40px;
        width: 89%;
     grid-column: 1;
     grid-row: 3;
     
     }
    
 .ocultarMovil{
    display: none;
 }

}