@charset "utf-8";


#cuerpo_actas::-webkit-scrollbar {
  width: 5px;
}

/* Track */
#cuerpo_actas::-webkit-scrollbar-track {

  border-radius: 10px;
  background: transparent;  
}
#cuerpo_actas::-webkit-scrollbar-track:hover {

  border-radius: 10px;
  background: white;  
}
 
/* Handle */
#cuerpo_actas::-webkit-scrollbar-thumb {
  background: transparent; 
  border-radius: 5px;
}

/* Handle on hover */
#cuerpo_actas::-webkit-scrollbar-thumb:hover {
  background: black; 
}


/* CSS Document */

    #seccion {

        font-size: 15;
        font-weight: 1000;
        color: 123;
        width: 100%;
        margin: 10;
        text-align: center;
        
        background-color: #ff0099;
    }

.otros{
    
    font-size: 35px;
    color:#282828;
}

.otros:hover{
    
    font-size: 50px;
    color:#ff0099;
}

.derecha{
    
    font-size: 35px;
    color:#ff0099;
}

.derecha:hover{
    
    font-size: 50px;
    color:#282828;
}

#superior_left {
    
    display: inline-block;
    cursor:pointer; 
    
    color:#ff0099; 
    font-size: 35;
    
    padding: 5px;

    
    float:left;
    
}

#superior_right {
    
    display: inline-block;
    cursor:pointer; 
    
    color:#ff0099; 
    font-size: 35;
    
    padding: 5px;

    
    float:right;
    


    
}


textarea,
input,
select {

    min-height: 30;
    padding-left: 10;
    padding-right: 10;
    
    width: 100%;
}

#icono_informes{
    float:right; 
    border: 2px solid #123;
    padding: 5px;
    background-color: #fff;
    border-radius: 7px;
    
}

#icono_informes:hover{

    border: 2px solid #ff0099;
    background-color: #123;
    
}


body {
    width: auto;
    height: auto;
    transition: 5s;

    background-image: url(../Portada/PrysmianGroup_LeonardoDaVinci_Gemi_Slider.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    
    text-align: center;

}

h3 {
    font-size-adjust: auto;
    font-size: 20px;
    color: #fff;

    background-image: linear-gradient(to bottom, #282828, transparent 99%), linear-gradient(to top, #282828, transparent 99%);
    padding: 5px;
    
    text-align: center;
    
    margin: 0;


}

td {
    text-align: center;
    padding: 4px;
    font-family: Verdana, Geneva, sans-serif;
}

tr:nth-child(even) {
    background-color: #FFCCFF;

}

tr:nth-child(odd) {
    background-color: #F8F9F9 ;
}

th {
    background-image: linear-gradient(to bottom, #282828, transparent 99%), linear-gradient(to top, #282828, transparent 99%);
    text-align: center;
    padding: 4px;
    font-family: Verdana, Geneva, sans-serif;
    font-size-adjust: ;
    color: ghostwhite;

}


.texto {

    height: 20%;
    text-align: left;
    padding: 5px;
}

label {
    font-size: 18px;
    color: 123;
    font-family: sans-serif;

}



#menu3 {

    float: left;
    display: block;
    width: 100%;
    height: 8vh;
    //background-color: darksalmon;

}

#mapa_mostrar {
    float: left;
    display: block;
    width: 50%;
    height:50%;
    overflow-y: auto;
}

#formulario_equipo {
    float: left;
    display: block;
    width: 50%;
    height:50%;
    //background-color: red;
    overflow-y: auto;
}

#formulario_equipo2 {
    float: left;
    display: block;
    width: 50%;
    height: 81%;
    //background-color: red;
    overflow-y: auto;
}

#formulario_equipo3 {
    float: left;
    display: block;
    width: 50%;
    height: 20vh;
    //background-color: red;
    overflow-y: auto;
}


.hijo4 {

    width: 20vw;
    text-align: center;
    float: left;
}

.hijo5 {

    width: 20vw;
    text-align: right;
    float: left;
    margin: 5px;
}

.label_form {

    width: 50%;
    display: inline-block;
    text-align: left;
}

.input_form {

    width: 40%;
    display: inline-block;
}

#imagen {
    float: left;
    display: inline-block;
    width: 50%;
    height: 50%;
    //background-color: blue;
    overflow-y: auto;
    // line-height: 200px;
}

#imagen_preview {
    float: left;
    display: inline-block;
    width: 50%;
    overflow-y: auto;
    max-height: 72vh;
}

#foto {

    width: 95%;
    height: 30vh;
}

#carga_archivos {
    float: left;
    display: block;
    width: 50%;
    padding-top: 20px;
    text-align: center;
    height: 20%;
}

#archivos {
    float: left;
    display: inline-block;
    height: 110%;
    overflow-y: auto;
    text-align: center;
}


@media (max-width: 500px) {

    input {
        width: auto;
        max-width: 95%;
        height: auto;
        font-size: 10px;
        margin: 2px;
    }

    textarea {

        width: 175px;
        max-width: 90%;
        font-size: 10px;
    }

    label {
        font-size: 12px;


    }

    .button1 {

        padding: 10px;

    }

    th {
        font-size: 10px;
    }

    td {
        font-size: 10px;
    }

    #logo {

        display: none;
    }

    #cursores {

        font-size: 12px;
    }
}
