@charset "utf-8";
/* CSS Document */
.text1, .btn_1{
    width: 98%;
    margin: 0 1%;
}

.text1, .btn_1, .campofecha, .textarea1,.txt_new{
    text-align: left;
    font-family: "Century Gothic";
    font-size: 10pt;
    font-weight: bold;
    background: #fff;
    border:none;
}
.text2{
    width: 100%;
    margin: 0 auto;
    text-align: center;
    font-family: "Century Gothic";
    font-size: 10pt;
    font-weight: bold;
    background: #fff;
    height: 28px;
    border-radius: 5px;
    border: 1px solid #000;
}
.txt_new{
    width: 100%;
    font-size: 7pt;
}
.text1,.campofecha{
    height: 28px;
    border-radius: 5px;
}

.text1:focus,.campofecha:focus{
    background-color: rgba(192,192,192,.8);
    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: #fff;
    font-weight: bold;
    font-family: "Century Gothic";
    font-size: 10pt;
}

.contenido-file{
    width: 35px;
    height: 35px;
    border: 1px solid #000;
    padding: 1px;
}
#archivo{
    
}



.contenidoInput1, .contenido_aspirantes,contenido_aspirantes_titulo, .contenido_opinion{
    display: block;
    width: 99%;
    margin: 5px .1%;
}
.contenido_aspirantes{
    width: 100%;
    height: 150px;
    border: 1px solid #000;
    overflow-y: auto;
}

.contenido_documentos{
    width: 100%;
    height: 200px;
    border: 1px solid #000;
    overflow-y: auto;
}

.contenido_opinion{
    height: 500px;
    overflow-y: auto;
}

fieldset{
    border: none;
}
#fieldPrincipal{
    padding: 30px;
}
#field1, #field2{
    height: 50px;
    border: 2px solid #b4872c;
    border-radius: 10px;
}
#field3{
    border: 2px solid #b4872c;
    border-radius: 10px;
    height: 25px;
     width: 70%;
    margin: 0 15%;
}
#field1{
    width: 70%;
    margin: 0 15%;
}

.etiTitulo, .eti1{
    font-family: "Century Gothic";
    font-weight: bold;
}
.etiTitulo{
    font-size: 15pt;
    color: #b4872c;
}
.tabla_aspirantes{
    width: 98%;
}
th{
    text-align: center;
    border-style: groove;
    border: 2px solid #b4872c;
    border-radius: 10px;
    font-family: "Century Gothic";
    font-weight: bold;
}
td{
    text-align: left;
    border-style: groove;
    border: 1px solid #b4872c;
    border-radius: 10px;
    font-family: "Century Gothic";
    
}
.th1, .th2, .th3, .td1, .td2, .td3{
    height: 32px;
}
.th1, .td1{
    width: 5%;
}
.th2, .td2{
    width: 60%;
    font-size: 9pt;
}
.th3, .td3{
    width: 35%;
    font-size: 9pt;
}
textarea{
    font-family: "Century Gothic";
    font-weight: bold;
    
}
.textarea{
    resize: none;
    width: 100%;
    height: 300px;
}
.enlaceV{
	text-decoration:none;
}
