/* los archivos oet, se agregan por IE */
/* fuentes para la web */
@font-face {
    font-family: fs;
    font-style: normal; 
    font-weight: normal; 
    src: url('../fonts/MyriadWebPro.eot');
    src: url('MyriadWebPro.eot?#iefix') format('embedded-opentype') ,url('../fonts/MyriadWebPro.TTF') format('truetype');
}
@font-face {
    font-family: fsbold;
    src: url('../fonts/MyriadWebProBold.eot');
    src: url('MyriadWebProBold.eot?#iefix') format('embedded-opentype') , url('../fonts/MyriadWebProBold.TTF') format('truetype');
}
@font-face {
    font-family: fsitalic;
    src: url('MyriadWebProItalic.eot');
    src: url('MyriadWebProItalic.eot?#iefix') format('embedded-opentype') ,  url('../fonts/MyriadWebProItalic.TTF') format('truetype');
}
@font-face {
    font-family: fscondensed;
    src: url('MyriadWebProCondensed.eot');
    src: url('MyriadWebProCondensed.eot?#iefix') format('embedded-opentype') , url('../fonts/MyriadWebProCondensed.TTF') format('truetype');
}
@font-face {
    font-family: fscondenseditalic;
    src: url('MyriadWebProCondensedItalic.eot');
    src: url('MyriadWebProCondensedItalic.eot?#iefix') format('embedded-opentype') , url('../fonts/MyriadWebProCondensedItalic.TTF') format('truetype');
}
/* fin de fuentes para la web */

:focus {
    outline: 0;
}

root { 
    display: block;
}
html, body{
    padding: 0;
    margin: 0;
    background-color: #fff;
    font-family: fs;
}

.login {
    /*   position: absolute;*/
    /*    left: 50%;*/
    top: 50%;
   /* width: 100%;*/
    height: 315px;
    margin-top: 200px;
    /*margin-left: -300px;*/
    background-color: #ddd;
    text-align: center;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -o-border-radius: 6px;
    -webkit-box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.75);
}

.textbox {
    border: none;
    font-size: 32px;
    font-family: fs;
    padding-left: 7px;
    padding-right: 7px;
    padding-top: 8px;
    padding-bottom: 7px;
    border-radius: 4px;
    background: #f7f9fa;
    color: #2E3133;
    width: 250px;
    margin-left: 30px;
    display: block;
}

.btn, .btn1, .btn2 {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 20px;
    font-family: fs;
    color: #2E3133;
    font-size: 32px;
    padding: 7px 70px 7px 70px;
    /* border: solid #1f628d 2px; */
    text-decoration: none;
    background-color: #fda300;
    /* margin: 0 auto; */
    border: none;
}

.btn1{
    background-color: #f7f9fa;
    border: solid #1f628d 2px;
}

.btn2{
    float: right;
}

.btn:hover, .btn2:hover {
    text-decoration: none;
    background-color: #2E3133;
    color: #f7f9fa;
    cursor: pointer;
    
}

.separacion{
    height: 40px;
    width: 100%;
    color: red;
}

.pass, .user{
    background-image: url(../images/password.png);
    background-repeat: no-repeat;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -o-border-radius: 6px;
    border: 2px solid #1f628d;
    background-color: #f7f9fa;
    background-position: 6px 7px;
    width: 50%;
    margin-left: 59px;
    margin: 0 auto;
}

.user{
    background-image: url("../images/usuario.png");
}

div#cabezal{
    text-align: center;
}

.thumb {
    height: 250px;
    margin-left:10px;
    margin-bottom: 25px;
}

.titulo1{
    font-size: 60px;
    /*width: 100%;*/
    background-color: #000;
    color: #fff;
    text-align: center;
    padding: 10px;
    margin-bottom: 5px;
    font-weight: bold;
}

.letra2 {
    font-size: 50px;
    margin-top: 15px;
    margin-bottom: 15px;
    background-color: #1655a2;
    color: #fff;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-border-radius: 20;
    -moz-border-radius: 20;
    border-radius: 20px;
    text-align: center;
    float: left;
}

.letra2_derecha {
    font-size: 50px;
    margin-top: 15px;
    margin-bottom: 15px;
    background-color: #1655a2;
    color: #fff;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-border-radius: 20;
    -moz-border-radius: 20;
    border-radius: 20px;    
    float: right;
}

.letra3 {
    font-size: 40px;
    margin-top: 0px;
    margin-bottom: 30px;
    text-align: justify;
}

.div_verde {
    border: solid 5px;
    border-color: #008b3b;
    padding: 10px;
    width: 90%;
    margin: 0 auto;
    margin-bottom: 25px;
    margin-top: 25px;
    -webkit-border-radius: 20;
    -moz-border-radius: 20;
    border-radius: 20px;
    background-color: #008b3b;
}

.div_amarillo {
    border: solid 5px;
    border-color: #8b7300;
    padding: 10px;
    width: 90%;
    margin: 0 auto;
    margin-bottom: 25px;
    margin-top: 25px;
    -webkit-border-radius: 20;
    -moz-border-radius: 20;
    border-radius: 20px;
    background-color: #8b7300;
}

img.img_ubi {
    width: 100px;
    margin-bottom: -10px;
    margin-right: 23px;
}

img.img_ubi2 {
    width: 100px;
    margin-bottom: -10px;
    margin-right: 23px;
    float: left;
    margin-top: 5px;
}

.linea_verde{
    border-color: #008b3b; 
    margin-bottom: 25px;
    clear: both;
}

.linea_azul{
    border-color: #0055a4; 
    margin-bottom: 10px;
    margin-top: 10px;
    clear: both;
}

.div_blanco, .div_blanco2{
    -webkit-border-radius: 20;
    -moz-border-radius: 20;
    border-radius: 20px;
    background-color: #fff;
    padding-left: 10px;
    padding-bottom: 5px;
    padding-right: 10px;
}

.div_blanco2 {
    text-align: center;
}
.letra4 {
    font-size: 40px;
    margin-top: 0px;
    margin-bottom: 30px;
    text-align: justify;
    margin-left: 150px;
    min-height: 70px;
}


.foto{
    float: left;
}

.pasos{
    font-size: 50px;
    background-color: #fc8200;
    color: #fff;
    text-align: center;
    padding: 10px;
    margin-bottom: 5px;
    font-weight: bold;
}

/* estilo para el boton de sacar las fotos */
label {
    font-size: 30px;
    background-color: #002903;
    color: #fff;
    padding: 9px 50px 9px 50px;
    -webkit-border-radius: 20;
    -moz-border-radius: 20;
    border-radius: 20px;    
}

.centrado {
    margin: auto;
    width: 324px;
    margin-top: 50px;
    margin-bottom: 50px;
    text-align: center;
}

/* fin estilo */

a.botones {
    font-size: 40px;
    text-decoration: none;
    font-family: fsbold;
    background-color: #a50c0c;
    color: #fff;
    display: block;
    -webkit-border-radius: 20;
    -moz-border-radius: 20;
    border-radius: 20px; 
    padding: 10px 40px 10px 40px;
    display: none;
    margin-left: 40px;
}

table.tabla {
    margin: auto;
    border-collapse:collapse; 
    border: none;
}

input.pidodato {
    text-align: center;
    font-size: 30px;
    width: 130px;
    height: 50px;
    -webkit-border-radius: 20;
    -moz-border-radius: 20;
    border-radius: 20px; 
    padding: 10px 0px 10px 0px;
}

table.tabla thead tr {
    font-family: fsbold;
    font-size: 30px;
}

table.tabla thead tr td {
    height: 120px;
}

thead {
    background-color: #0055a4;
    color: #fff;
    text-align: center;
}

table.tabla tbody tr {
    font-family: fsbold;
    font-size: 30px;
}

table.tabla tbody tr td {
    height: 90px;
}

table.tabla tbody tr.par {
    background-color: rgba(0, 139, 59, 0.18);
}

.centrado2 {
    text-align: center;
    margin-top: 40px;
}

.text-area {
    text-align: center;
    font-size: 40px;
    -webkit-border-radius: 20;
    -moz-border-radius: 20;
    border-radius: 20px;
    width: 750px;
    height: 300px;
}

p.texto-simple {
    text-align: center;
    font-size: 40px;
    margin-bottom: 5px;
    margin-top: 5px;
    font-family: fsbold;
}

input.botones {
    font-size: 40px;
    text-decoration: none;
    font-family: fsbold;
    background-color: #a50c0c;
    color: #fff;
    display: block;
    -webkit-border-radius: 20;
    -moz-border-radius: 20;
    border-radius: 20px; 
    padding: 10px 40px 10px 40px;
    display: none;
    margin-left: 40px;
    border: 0px;
}

img.img_imm {
    width: 90%;
}
