@charset "utf-8";
/* CSS Document */

body {

    overflow-y: hidden;

    background-image: url(../Imagenes/prysmian_group.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;

    text-align: center;

}

#cuerpo_actas {
    
    display: inline-block;
     max-height: 65vh; 
    overflow-y: auto;
}


#superior {

    overflow-y: auto;
    width: 90vw;
    max-height: 17vh;

    display: inline-block;
    
    padding: 10px;

    
    background-image: linear-gradient(to bottom, #123, transparent 99%), linear-gradient(to top, #f09, transparent 99%), linear-gradient(to top, #f09, transparent 99%);
    
     border: thin;
    border-color: #BBBAC9;
    border-style: outset;
    border-radius: 10px;

}

#forme2 {

       display: inline-block;
        /*background-color: #ffFfF1;
         float: left;*/
        height: 55vh;
        overflow-y: auto;
        min-width: 375;
        width: 89vw;
        overflow-x: hidden;

    }

#datosac {

        display: inline-block;
       /* background-color: #EAFAF1;*/
        float: left;
        height: 30vh;
        overflow-y: auto;
        min-width: 250;

        width: 50%;
        overflow-x: hidden;
    margin-top:10px;

    }

    #datoscu {

        display: inline-block;
       /* background-color: #fAeaf1;*/
        float: left;
        height: 30vh;
        overflow-y: auto;
        min-width: 250;

        width: 50%;
        //max-width: 510;
        overflow-x: hidden;
        
        margin-top:10px;

    }

    #datosdp {

        display: inline-block;
       /* background-color: #fAeaf1;*/
        float: left;
        height: 30vh;
        overflow-y: auto;
        min-width: 375;

        width: 50%;
        //max-width: 510;
        overflow-x: hidden;
        
        margin-top:10px;

    }

label {

    font-family: Calibri;
    font-size: 18px;
    color: #123;
 width: 10%;

}

input,
select,
textarea {

    height: auto;
    width: 100px;
 
    font-family: Calibri;
    font-size: 18px;
    text-align: center;
    font: "Trebuchet MS", Arial, Helvetica, sans-serif;
    margin-top: 0px;

}



.hijo6 {

    width: 28vw;
    text-align: center;
    display: inline-block;

}

.hijo7 {

    width: 20vw;
    text-align: center;
    display: inline-block;

}

#Ri,
#Ro,
#Co {
    width: 100px;
    margin: 0px;
}

textarea {

    display: block;

}

select {

    padding-left: 30px;
}

.miniboton {
    background-color: #ff0099;
    color: black;
    border: 1px solid #123;
    border-radius: 3px;

	font-size: auto;
	width: 105;
	height: 30;
}
.miniboton:hover {
    background-color: #123;
    color: white;
    border-color: #ff0099;
	cursor: pointer;
}






@media (max-width: 500px) {

    #cuerpo_calculadora {

        width: 375px;

    }

    label {

        width: 150px;

    }

    input,
    select,
    textarea {

        width: 150px;
        margin-left: 20px;
    }



    .resultado {

        background-color: #06C;

    }

}
