@charset "utf-8";
@import url("font.css");
@import url("util.css");
@import url("reset.css");
/* Index CSS */
#box-center{
    width: 40%;
    padding: 5%;
    margin: 5% auto;
    text-align: center;
}
#box-center h1{ font-family: swiss; font-size: 3em; text-transform: uppercase; color: #039; }
#box-center a{
    display: block;
    width: 56%;
    padding: 2%;
    border-radius: 15px;
    background: #039;
    color: #FFF;
    text-decoration: none;
    margin: 0 auto;
    cursor: pointer;
    font-size: 1.4em;
}
#box-center a:hover{
    box-shadow: 0 0 3px #F00;
}
#cmbEscuela{
    width: 60%;
    padding: 2%;
    margin-bottom: 20px;
    border-radius: 15px;
    border:none;
    box-shadow: 0 0 3px #F00;
    font-size: 1.4em;
    text-align: center;
}
#tgrupo{
    display: block;
    width: 56%;
    padding: 2%;
    margin: 0 auto;
    font-size: 1.4em;
    text-align: center;
    border: 0;
    box-shadow: 0 0 2px #F00;
    margin-bottom: 20px;
    border-radius: 10px;
}
/* Header */
header{
    width: 100%;
    min-height: 50px;
    background: #039;
    box-shadow: 0 0 3px #000;
}
header h2{
    width: 50%;
    padding: 5px 0;
    height: 40px;
    float: left;
    color: #FFF;
    text-align: center;
    font-size: 2em;
}
header article{
    width: 50%;
    padding: 5px 0;
    height: 40px;
    float: left;
    text-align: center;
}
/* Content */
#content{
    width: 80%;
    padding: 2%;
    margin: 2% auto;
    background: #FFF;
    box-shadow: 0 0 3px #4176AA;
    border-radius: 10px;
}
.tablaCat{ width: 100%; }
.tdLeft{
    width: 66%;
    margin: 2%;
    border-bottom: 1px solid #CCC;
}
.tdRight{
    width: 36%;
    margin: 2%;
    text-align: right;
    border-bottom: 1px solid #CCC;    
}
.cmbResp, .txtResp{
    width: 96%;
    border: 0;
    margin: 2%;
    padding: 2%;
    box-shadow: 0 0 2px #F00;
}
.txtResp{
    height: 100px;
}
#btnFinalizar{
    width: 50%;
    padding: 2%;
    margin: 2%;
    background: #F00;
    color: #FFF;
    font-size: 2em;
    border: 0;
    border-radius: 15px;
    cursor: pointer;
}
#aviso{
    width: 50%;
    padding: 2%;
    margin: 5% auto;
    box-shadow: 0 0 2px #CCC;
}
#aviso h2{
    font-size: 2.2em;
    text-align: center;
    margin-bottom: 10px;
    color: #F00;
}
#aviso p{
    font-size: 1.4em;
    text-align: center;
}