body {
    margin: 0px;
    font-family: Verdana, Arial, sans-serif;
    font-size: 15px;
}
a {
    text-decoration: none;
}
#div_cabecera {
    width: 100%;
    height: 110px;
    position: fixed;
    border-bottom: solid 1px black;
    background-color: white
}
div#sep_cab {
    width: 100%;
    height: 110px;
    float: left;
}
#div_acceder {width: 100%;float: left;height: 43px;position: absolute;}
#div_acceder #div_btnAcceder {
    float: right;
    margin: 5px;
    padding: 5px;
    border: solid 1px black;
    background-color: darkgray;
    color: white;
    font-size: 0.6em;
    cursor: pointer;
}
#div_acceder #div_btnAcceder:hover {
    background-color: black;
    border-color: darkgrey
}
div#div_usuarioIn {
    float: left;
    width: 100%;
    position: absolute;
}
div#div_usuarioIn > div {
    float: right;
    padding: 5px;
    font-size: 12px;
    position: relative;
}
#btn_logout {
    cursor: pointer;
    font-weight: bold;
}
div#menu_user {
    display: none;
    position: absolute;
    top: 35px;
    left: -3px;
    width: 90%;
    text-align: right;
    padding: 5px;
    border: 1px solid;
}
#txt_user {
    float: left;
    background-color: #ebebeb;
    height: 30px;
    padding: 0px 5px;
    line-height: 35px;
}
#img_user {
    float: left;
    width: 30px;
    cursor: pointer;
}
#img_user img {
    width: 100%;
}
#div_logos {width: 335px;float: left;margin-top: 20px;}
#div_logoTT {
    width: 65%;
    float: left;
    margin: 0px 10px;
}
#div_logoCCSE {
    display: none;
    width: 21%;
    float: left;
    margin: 0px 10px;
}
#div_logoTT img, #div_logoCCSE img {width: 100%;}
#div_menu {float: left;}
#div_menu div {
    float: left;
    padding: 25px 20px;
    font-size: 0.9em;
    color: #EB6A01;
}
#div_menu div:hover {
    background-color: black;
    color: white;
    cursor: pointer;
}
div#div_slider_ppal {
    /*padding-top: 122px;*/
    float: left;
    width: 100%;
    height: 300px;
    overflow: hidden;
}
div#div_prevSlide, div#div_nextSlide {
    height: 100%;
    text-align: center;
    width: 10%;
    float: left;
}
#div_prevSlide img, #div_nextSlide img {
    height: 100%;
}
div#div_contentSlider {
    width: 80%;
    float: left;
    height: 100%;
}
.width100 {
    width: 100%;
    float: left;
}
.width50l {
    float: left;
    width: 50%;
}

/*cuadro login*/
div#login {
    font-size: 0.7em;
}
div#login .campo_frm {
    width: 95%;
}
div#login .campo_frm {
    width: 95%;
    float: left;
    margin: 5px 1% 15px 2%;
}
div#login .label_frm {
    float: left;
}
div#login .input_frm {
    width: 98%;
    float: left;
}
div#login div#btn_login {
    width: 110px;
}
.efecto_btn {
    margin: 15px auto;
    text-align: center;
    padding: 10px;
    font-size: 20px;
    background-color: #EB6A01;
    color: white;
    border: 1px solid grey;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    cursor: pointer;
    -webkit-box-shadow: 2px 2px 5px #999;
    -moz-box-shadow: 2px 2px 5px #999;
    filter: shadow(color=#999999, direction=135, strength=2);
}
.efecto_btn:hover {
    border: 1px solid black;
    -webkit-box-shadow: 2px 2px 5px #232323;
    -moz-box-shadow: 2px 2px 5px #232323;
    filter: shadow(color=#232323, direction=135, strength=2);
}
.fondo_enviando {
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: url(/images/fondocargando.png);
}
div.fondo_enviando div {
    width: 100%;
    color: #EB6A01;
    font-size: 20px;
    text-align: center;
    position: absolute;
    bottom: 15%;
}
div.fondo_enviando div img {
    width: 130px;
}


/*Test*/
#comenzar_test {
    width: 100%;
    padding: 100px 0px;
    float: left;
    background-color: #fafafa;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
}
#comenzar_test div .btn_beg_test {
    margin: 30px auto;
    text-align: center;
    padding: 20px 0px;
    width: 300px;
    font-size: 20px;
    background-color: #EB6A01;
    color: white;
    cursor: pointer;
    border: 1px solid transparent;
}
#comenzar_test div .btn_beg_test:hover {
    border: 1px solid black;
}
div#sel_test a {
    text-decoration: none;
}
div#sel_test div {
    width: 90%;
    margin: 10px auto;
    text-align: center;
    padding: 10px 0px;
    font-size: 20px;
    background-color: #eb6a01;
    color: white;
    border: 1px solid transparent;
}
div#sel_test div:hover {
    border-color: black;
}
.titulo_tarea {
    width: 90%;
    margin: 40px auto 0px;
    border-bottom: 1px solid;
    padding: 5px 0px;
    font-size: 20px;
}
.content_pregunta {
    width: 90%;
    margin: 50px auto;
}
.cp_enunciado {
    width: 90%;
    margin: 20px auto;
}
.cp_respuestas {
    width: 90%;
    margin: auto;
}
.cpr_content {
    float: left;
    width: 25%;
}
.cprc_letra {
    float: left;
    width: 15%;
    text-transform: uppercase;
    font-size: 20px;
    text-align: center;
}
.cprc_letra img {
    width: 70%;
    margin-top: -5px;
    cursor: pointer;
}
.cprc_texto {
    float: left;
    width: 80%;
}
.opt_marcada {
    display: none;
}
.opt_selected {
    background-image: url('/images/fondoclaro.png');
}
div#btn_enviar {
    width: 150px;
    margin: 60px auto;
}
.test_nivel {
    /*height: 180px;*/
    font-size: 1.1em;
    width: 100%;
    margin-bottom: 30px;
}
.test_nivel .cprc_texto {
    width: 75%;
}
.test_nivel .cprc_letra {
    width: 20%;
}
div#btns_adicionales {
    width: 90%;
    margin: auto;
}
div.btn_adic {
    display: none;
    margin-right: 10px;
    padding: 5px;
    text-align: center;
    background-color: #EB6A01;
    color: white;
    border: 1px solid transparent;
    float: left;
    cursor: pointer;
}
div.btn_adic:hover {
    border: 1px solid black;
}
div.btn_adic#btn_rep {
    display: block;
}
div#envio_test {
    width: 110px;
}
#fondo_enviando {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('/images/fondocargando.png');
    z-index: 9999;
}
#fondo_enviando div {
    width: 15%;
    margin: 10% auto;
}
#fondo_enviando div img {width: 100%;}



/*Pie*/
div#divPie {
    float: left;
    background-color: #ebebeb;
    width: 100%;
}
div.secciones_pie {
    float: left;
    width: 33%;
    padding: 15px 0px;
}
#pie_logo div {
    width: 60%;
    margin: 5% auto;
}
div#pie_logo div img {
    width: 100%;
}