@charset "utf-8";
/* CSS Document */
.text1, .btn_1, .text10{
    width: 98%;
    margin: 0 1%;
}

.text1, .btn_1, .textarea1,.txt_new, .text10{
    text-align:center;
    font-family: "Century Gothic";
    font-size: 10pt;
    font-weight: bold;
    background-color: transparent;
    border:none;
}
.txt_new{
    width: 100%;
    font-size: 7pt;
}
.text1, .text10{
    height: 28px;
    border-radius: 5px;
}

.text1:focus,.campofecha:focus, .text10:focus, .textarea1:focus{
    /*background-color: rgba(114,43,55,1);*/
    background-color: rgba(255,255,255,1);
    height: 28px;
}

.btn_1{
    width: 100%;
    cursor:pointer;
    height: 35px;
    color: #fff;
}

button{
    font-size: 12pt;
    font-weight:bold;
    cursor:pointer;
    height: 35px;
    color:#fff;
    align-content:center; 
    background-color: transparent;
    border: none;
}
button:hover{
    color: #fff;
}

option{
    text-align: center;
    color: #000;
    font-weight: bold;
    font-family: "Century Gothic";
    font-size: 10pt;
}

.contenido-file{
    width: 35px;
    height: 35px;
    border: 1px solid #000;
    padding: 1px;
}
#archivo{
    display:none;
}
textarea {
	resize: none;
}
.textarea1{
    width: 98%;
    height: 130px;
    margin: 0 1%;
    border: none;
    text-align: justify;
}
.textarea1:focus{
    height: 120px;
    text-align: center;
}
.text10{
    border-bottom: 1px solid #000;
    margin-top: .5%;
}