/* 
    Document   : style
    Created on : 07/08/2011, 05:15:18 PM
    Author     : joao
    Description:
        Purpose of the stylesheet follows.
*/


/* http://gemini.tptdesign.com/auth/login
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
    background: url('../multimedia/img/bg.png') top center no-repeat;
*/

@import url(https://fonts.googleapis.com/css?family=Unna);
@import url(https://fonts.googleapis.com/css?family=Tienne);
div#header {
    background: url('../multimedia/img/b_blue.png') no-repeat -9999px -9999px;
    background: url('../multimedia/img/b_gray.png') no-repeat -9999px -9999px;
    background: url('../multimedia/img/b_yellow.png') no-repeat -9999px -9999px;
}

html {
    height: 85%;
    width: 100%;
}

.body {
    margin: 0;
    padding-left: 0px;
    padding-right: 0px;
    min-width: 600px;
    font-family: Arial, sans-serif;
    font-size: 12px;
    overflow-x: hidden;
    min-height: 100%;
    position: relative;
    padding-bottom: 250px;
}

@media screen and (min-width: 1024px) {
.body {
    padding-bottom: 150px;
}
}

.header {
    background: url('../multimedia/img/header_base.jpg') bottom center no-repeat;
    width: 1100px;
    margin: 0 auto;
    padding-bottom: 42px;
}

.header_landing {
    width: 1100px;
    margin: 0 auto;
    padding-bottom: 30px;
}

.top {
    text-align: left;
    padding-left: 10px;
    padding-top: 10px;
}

.center {
    width: 955px;
    min-height: 450px;
    margin: 0 auto;
    padding: 0 0px;
    text-align: left;
}

.center::after {
    display: block;
    clear: both;
    content: '';
    padding-bottom: 20px;
}

.center_content {
    padding: 6px;
}

.center_content_admin {
    padding: 6px;
    width: 55%;
    float: left;
}

.center_content_admin_left {
    padding: 6px;
    width: 35%;
    float: left;
    padding-top: 140px;
    height: 400px
}

.contenedor_login {
    width: 800px;
    margin: 0 auto;
}

.imagen_login {
    float: right;
}

.linea {
    border-bottom: 1px solid #aaa;
    margin: 4px 0;
}

.texto_indicacion {
    display: block;
    font-family: Arial, sans-serif;
    color: #333;
    font-size: 12px;
    padding-top: 11px;
    padding-bottom: 14px;
}

.texto_register {
    display: block;
    font-family: Arial, sans-serif;
    color: #333;
    font-size: 12px;
    padding-top: 11px;
}

.nombre_campo {
    color: #aaa;
    font-size: 15px;
    font-family: Arial, sans-serif;
}

.txt_campo {
    border: 1px solid rgb(170, 170, 170);
    height: 24px;
    vertical-align: top;
    padding-left: 4px;
    padding-top: 5px;
    color: #aaa;
}

.link {
    font-family: Arial, sans-serif;
    font-weight: bold;
    font-size: 12px;
    color: #2C2E92;
    /*padding-top: 24px;*/
}

.footer {
    background: #FBB03B;
    color: white;
    clear: both;
    padding-bottom: 4px;
    padding-top: 4px;
}

@media only screen and (max-device-width: 1024px) {
    .footer {
        position: relative !important;
        margin-top: 40px;
    }
    .top {
        width: auto !important;
    }
    .top img {
        width: 220px;
        height: 54px;
    }
    .header {
        width: 100%;
    }
}

.header_barra {
    background: #F5BA54;
    color: white;
    clear: both;
    padding-bottom: 4px;
    padding-top: 4px;
}

.texto_footer {
    font-family: Arial, sans-serif;
    font-size: 12px;
    color: white;
    padding-left: 4px;
}


/*registrar*/

.contenedor {
    text-align: left;
    padding-bottom: 0px;
    margin: 0px auto;
    min-height: 450px;
    padding-left: 0px;
    width: 955px;
    padding-right: 0px;
    padding-top: 0px;
}

.center_content {
    padding: 6px;
    position: relative;
}

.cuadro_boton {
    border-top-width: 0px;
    padding-top: 0px;
    margin-top: 12px;
    margin-bottom: 0px;
}

.button {
    background: url("../multimedia/img/b_blue.png") no-repeat scroll 0 0 transparent;
    color: white;
    display: inline-block;
    font-weight: bold;
    height: 50px;
    line-height: 50px;
    text-align: left;
    text-decoration: none;
    width: 275px;
    font-family: Arial, sans-serif;
    font-size: 13px;
    padding-left: 25px;
}

.button:hover {
    background: url("../multimedia/img/b_yellow.png") no-repeat scroll 0 0 transparent;
    color: white;
    display: inline-block;
    font-weight: bold;
    height: 50px;
    line-height: 50px;
    text-align: left;
    text-decoration: none;
    width: 275px;
    font-family: Arial, sans-serif;
    font-size: 13px;
    cursor: pointer;
}

.button:active {
    background: url("../multimedia/img/b_yellow.png") no-repeat scroll 0 0 transparent;
    color: white;
    display: inline-block;
    font-weight: bold;
    height: 50px;
    line-height: 50px;
    text-decoration: none;
    width: 275px;
    font-family: Arial, sans-serif;
    font-size: 13px;
}

.button:visited {
    background: url("../multimedia/img/b_blue.png") no-repeat scroll 0 0 transparent;
    color: white;
    display: inline-block;
    font-weight: bold;
    height: 50px;
    line-height: 50px;
    text-decoration: none;
    width: 275px;
    font-family: Arial, sans-serif;
    font-size: 13px;
}

.button:focus {
    background: url("../multimedia/img/b_yellow.png") no-repeat scroll 0 0 transparent;
    color: white;
    display: inline-block;
    font-weight: bold;
    height: 50px;
    line-height: 50px;
    text-decoration: none;
    width: 275px;
    font-family: Arial, sans-serif;
    font-size: 13px;
}

.button_short {
    background: url("../multimedia/img/b_blue_short.png") no-repeat scroll 0 0 transparent;
    color: white;
    display: inline-block;
    font-weight: bold;
    height: 50px;
    line-height: 50px;
    text-align: left;
    text-decoration: none;
    width: 174px;
    font-family: Arial, sans-serif;
    font-size: 13px;
    padding-left: 25px;
}

.button_short:hover {
    background: url("../multimedia/img/b_yellow_short.png") no-repeat scroll 0 0 transparent;
    cursor: pointer;
}

.button_short:active {
    background: url("../multimedia/img/b_yellow_short.png") no-repeat scroll 0 0 transparent;
}

.button_short:visited {
    background: url("../multimedia/img/b_blue_short.png") no-repeat scroll 0 0 transparent;
}

.button_short:focus {
    background: url("../multimedia/img/b_yellow_short.png") no-repeat scroll 0 0 transparent;
}

.box {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 0 solid #666666;
    padding-left: 2em;
    margin-bottom: 15px;
}

.link_letra {
    font-family: Arial, sans-serif;
    font-size: 13px;
    color: #2C2E92;
}

.form_rusuario {
    width: 100%;
    margin: 0 auto;
    font-family: Arial, sans-serif;
    font-size: 12px;
    color: #333333;
}

legend {
    color: #666666;
    font-weight: bold;
    font-family: Arial, sans-serif;
    font-size: 12px;
}

.form_ul_rusuario {
    list-style: none outside none;
    margin: 0;
    /*padding-left: 150px;
    padding-right: 150px;*/
    padding: 0px;
}

.form_ul_rusuario li {
    background: none repeat scroll 0 0 #FAFAFA;
    margin: 4px 0;
    padding: 4px;
}

label {
    display: inline-block;
    padding: 2px;
    vertical-align: top;
    width: 250px;
}

labelnote {
    display: inline-block;
    padding: 2px;
    vertical-align: top;
}

.text {
    width: 250px;
}

textarea {
    width: 250px;
}


/*Error*/

.error {
    display: block;
    font-family: Arial, sans-serif;
    color: #333;
    font-size: 12px;
    padding-top: 11px;
    padding-bottom: 14px;
}


/*Agregado 08-08-11*/

.cuadro_boton_left {
    border-top-width: 4px;
    padding-top: 0px;
}

.box_login {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 2px solid #666666;
    float: right;
    margin: 3px;
    padding: 3px;
    /*width: 220px;*/
    height: 50px;
}

.cdr_login_esquinado_campo {
    float: left;
    width: 80px;
    background: #2C2E92;
    margin-bottom: 1px;
    margin-left: 1px;
    margin-top: 2px;
}

.cdr_campo {
    border: 1px solid #BBBBBB;
    color: #FFFFFF;
    font-weight: bold;
    font-family: Arial, sans-serif;
    font-size: 12px;
    padding-bottom: 3px;
    padding-left: 3px;
    padding-top: 3px;
}

.cdr_login_esquinado_texto {
    float: inherit;
    margin-bottom: 1px;
    margin-left: 1px;
    margin-top: 2px;
}

.cdr_texto {
    border: 1px solid #BBBBBB;
    color: black;
    font-weight: normal;
    font-family: Arial, sans-serif;
    font-size: 12px;
    padding-bottom: 3px;
    padding-left: 3px;
    padding-top: 3px;
}


/*Agregado 09-08-11*/

.button_disable {
    background: url("../multimedia/img/b_gray.png") no-repeat scroll 0 0 transparent;
    ;
    color: white;
    display: inline-block;
    font-weight: bold;
    height: 50px;
    line-height: 50px;
    text-align: left;
    text-decoration: none;
    width: 275px;
    font-family: Arial, sans-serif;
    font-size: 13px;
    padding-left: 25px;
}

.button_letra {
    background: url("../multimedia/img/boton_letra.jpg") no-repeat scroll 0 0 transparent;
    color: #2C2E92;
    display: inline-block;
    font-weight: bold;
    height: 50px;
    line-height: 50px;
    text-align: center;
    text-decoration: none;
    width: 50px;
    font-family: Arial, sans-serif;
    font-size: 20px;
}

.letra {
    font-size: 75px;
    line-height: 10px;
}


/* Agregado para el formulario de edicion */

.form_ul_eusuario {
    list-style: none outside none;
    padding-right: 40px;
    /*margin: 0;
    padding-left: 150px;
    padding-right: 150px;*/
}

.form_ul_eusuario li {
    background: none repeat scroll 0 0 #FAFAFA;
    margin: 4px 0;
    padding: 4px;
    text-align: left;
}

.form_ul_eusuario select {
    width: 175px;
}

.form_efielset {
    width: 100%;
}


/* Boton Delete 11/08/11 */

.button_delete {
    background: url("../multimedia/img/sm_btn.jpg") no-repeat scroll 0 0 transparent;
    color: #2C2E92;
    display: inline-block;
    font-weight: bold;
    width: 100px;
    text-align: center;
    text-decoration: none;
    height: 30px;
    font-family: Arial, sans-serif;
    font-size: 11px;
    line-height: 25px;
}

.texto_lista {
    font-family: Arial, sans-serif;
    color: #333;
    font-size: 12px;
}

.errorVal {
    font-size: 10px;
    color: red;
    margin-bottom: 5px;
    text-align: left;
}


/* tablas */

.center_content td {
    font-family: Arial, sans-serif;
    font-size: 12px;
}

.center_content table {
    border: 0px solid #b2b2b2;
    width: 100%;
}

.center_content th {
    font-size: 13px;
}

.div_titulo {
    font-size: 25px;
    font-family: Arial, sans-serif;
    color: navy;
}

.div_subtitle {
    font-size: 20px;
    font-family: Arial, sans-serif;
    color: navy;
}

.formSorter li {
    background: none repeat scroll 0 0 #FAFAFA;
    margin: 4px 0;
    padding: 4px;
    list-style-type: none;
}

.label_out {
    text-decoration: none;
    color: #000;
    font-size: 12px;
    color: #333;
    border: 1px solid #fff;
    outline: none;
    font-family: Arial, sans-serif;
}

#iframe {
    height: 300px;
    overflow: auto;
    padding-right: 10px;
}

#iframe_daily {
    overflow: auto;
}

.divReceptive {
    width: 100%;
    height: 380px;
}

.divReceptive_child {
    width: 230px;
    height: 120px;
    position: relative;
    float: left
}

.estrella_receptive {
    width: 10px;
    padding-top: 60px;
    float: left;
    position: inherit;
    z-index: 50
}

.button_play {
    position: relative;
    background: url("../multimedia/img/btn_bg.png") repeat-x scroll center center transparent;
    border: 3px solid #2C2E92;
    -moz-border-radius: 8px 8px 8px 8px;
    border-radius: 8px 8px 8px 8px;
    line-height: 28px;
    color: #2C2E92;
    font-family: Arial, sans-serif;
    font-size: 13px;
    font-weight: bold;
    height: 30px;
    display: inline-block;
    width: 150px;
    padding: 0 4px;
    text-align: center;
    text-decoration: none;
}

.button_play_disabled {
    position: relative;
    background: url("../multimedia/img/btn_bg.png") repeat-x scroll center center transparent;
    border: 3px solid #2C2E92;
    -moz-border-radius: 8px 8px 8px 8px;
    border-radius: 8px 8px 8px 8px;
    line-height: 28px;
    color: #2C2E92;
    font-family: Arial, sans-serif;
    font-size: 13px;
    font-weight: bold;
    height: 30px;
    display: inline-block;
    width: 150px;
    padding: 0 4px;
    text-align: center;
    text-decoration: none;
    filter: alpha(opacity=50);
    opacity: .5
}

.botones_reproduccion {
    padding-left: 190px;
    border-top-width: 0px;
    padding-top: 0px;
    margin-top: 12px;
    margin-bottom: 0px;
    height: 40px;
}

.contenedor_forms {
    width: 90%;
    margin: 0 auto;
}

#parrafoRead {
    font-size: 15px;
    font-weight: bold;
    color: navy;
    line-height: 2;
}

.circle {
    float: left;
    -moz-border-radius: 150px;
    -webkit-border-radius: 150px;
    width: 13px;
    height: 13px;
}

.circle_date {
    -moz-border-radius: 200px;
    -webkit-border-radius: 200px
}

.divDailyItem {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    width: auto;
    float: left;
    text-align: left;
    margin-right: 5px;
    font-weight: bold;
    padding: 5px 10px 5px 15px;
}

.link_event {
    font-family: Arial, sans-serif;
    font-weight: bold;
    font-size: 12px;
    color: #2C2E92;
    /*padding-top: 24px;*/
}


/*registration pages*/

.registration_title {
    display: inline;
    font-weight: bold;
    font-size: 1.8em;
    font-family: 'Unna', serif;
}

.registration_body {
    padding: 15px;
    font-size: 1.3em;
    margin-left: 10px;
    font-family: 'Unna', serif;
}

.registration_footer {
    font-style: italic;
    padding-top: 10px;
    font-size: .9em;
}


/*test page*/

.popup_outer {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 100;
}

.popup_inner {
    position: absolute;
    top: 30%;
    left: 40%;
}


/*tabbed pages*/

.input_label {
    display: inline-block;
    width: 220px;
    font-size: 15px;
    vertical-align: middle;
}

.textbox {
    background-color: #f9f9f9;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #999999;
    display: inline-block;
    color: #666666;
    font-family: arial;
    font-size: 15px;
    font-weight: bold;
    padding: 6px 24px;
    text-decoration: none;
    text-shadow: 1px 1px 0px #ffffff;
    width: 217px;
    margin-left: 4px;
    margin-top: 5px;
}

.textbox:hover {
    background-color: #e9e9e9;
}

.textbox:active {
    position: relative;
    top: 1px;
}

.select {
    background-color: #f9f9f9;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #999999;
    display: inline-block;
    color: #666666;
    font-family: arial;
    font-size: 15px;
    font-weight: bold;
    padding: 6px 24px;
    text-decoration: none;
    text-shadow: 1px 1px 0px #ffffff;
    width: 328px;
    margin-top: 5px;
}

.select option:disabled {
    background: black;
}

.select_small {
    background-color: #f9f9f9;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #999999;
    display: inline-block;
    color: #666666;
    font-family: arial;
    font-weight: bold;
    text-decoration: none;
    text-shadow: 1px 1px 0px #ffffff;
    margin-top: 5px;
    width: 250px;
    font-size: 12px;
    padding: 5px;
}


/*browser update popup*/

.browser_update_popup_outer {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 100;
    text-align: center;
}

.browser_update_popup_inner {
    margin: auto;
    margin-top: 8%;
    height: 420px;
    width: 600px;
    background-color: #f9f9f9;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #999999;
    color: #666666;
    font-family: arial;
    font-size: 15px;
    font-weight: bold;
    padding: 24px;
    text-decoration: none;
    text-shadow: 1px 1px 0px #ffffff;
}


/* session popup */

.mini_popup {
    position: absolute;
    width: auto;
    margin: 5px;
    padding: 8px;
    font-size: 1.2em;
    color: #333333;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #FFFFFF), color-stop(1, #E6EEF7));
    background: -moz-linear-gradient( center top, #FFFFFF 5%, #E6EEF7 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#E6EEF7');
    border: 1px solid #BBBBBB;
    background-color: #FFFFFF;
    -moz-border-radius: 13px;
    -webkit-border-radius: 13px;
    border-radius: 13px;
}

.generic_popup_outer {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 100;
    background: url('../multimedia/images/transparent.png');
}

.generic_popup_inner {
    position: relative;
    margin: auto;
    margin-top: 60px;
    width: 80%;
    height: auto;
    background-color: #FFFFFF;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    border: 2px solid #666666;
    color: #666666;
    font-family: arial;
    font-size: 15px;
    font-weight: bold;
    padding: 24px;
    text-decoration: none;
    text-shadow: 1px 1px 0px #ffffff;
}

.new_big_button {
    -moz-box-shadow: inset 0px 0px 0px 0px #ffffff;
    -webkit-box-shadow: inset 0px 0px 0px 0px #ffffff;
    box-shadow: inset 0px 0px 0px 0px #ffffff;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #617dac), color-stop(1, #324C75));
    background: -moz-linear-gradient( center top, #617dac 5%, #324C75 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#617dac', endColorstr='#324C75');
    background-color: #617dac;
    -moz-border-radius: 18px;
    -webkit-border-radius: 18px;
    border-radius: 18px;
    display: inline-block;
    color: #ffffff;
    font-family: arial;
    font-size: 35px;
    font-weight: normal;
    padding: 10px 10px;
    text-decoration: none;
}

.new_big_button:hover {
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #324C75), color-stop(1, #617dac));
    background: -moz-linear-gradient( center top, #324C75 5%, #617dac 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#324C75', endColorstr='#617dac');
    background-color: #324C75;
}

.new_big_button:active {
    position: relative;
    top: 1px;
}

.new_big_button_disable {
    -moz-box-shadow: inset 0px 0px 0px 0px #ffffff;
    -webkit-box-shadow: inset 0px 0px 0px 0px #ffffff;
    box-shadow: inset 0px 0px 0px 0px #ffffff;
    background: #686868;
    background-color: gray;
    -moz-border-radius: 18px;
    -webkit-border-radius: 18px;
    border-radius: 18px;
    display: inline-block;
    color: #ffffff;
    font-family: arial;
    font-size: 35px;
    font-weight: normal;
    padding: 10px 10px;
    text-decoration: none;
}

.new_big_button_howto {
    position: relative;
    left: 380px;
    bottom: 65px;
    width: 50px;
}

.gem-button {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    border: 0;
    border-radius: 2px;
    display: inline-block;
    font-family: "open-sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-weight: 600;
    line-height: 1;
    max-width: 100%;
    padding: 0.5em 1.125em;
    position: relative;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
}

.gem-button--default {
    background-color: #ffffff;
    border: 1px solid #ced6e6;
    border-bottom: 0;
    box-shadow: 0 2px 0 0 #ced6e6;
    color: #8f9caf;
}

.gem-button--default:hover {
    color: #65758d;
}

.gem-button--default:active {
    box-shadow: 0 1px 0 0 #ced6e6, 0 -1px 0 0 #ced6e6;
}

.gem-button--primary {
    background-color: #fc9f00;
    box-shadow: inset 0 -1px 0 0 #e38f00, 0 1px 0 0 #e38f00;
    color: #ffffff;
}

.gem-button--primary:hover {
    background-color: #ffa917;
}

.gem-button--primary:active {
    box-shadow: inset 0 -1px 0 0 #fc9f00, 0 1px 0 0 #fc9f00, inset 0 1px 0 0 #e38f00, 0 -1px 0 0 #e38f00;
}

.gem-button--large {
    font-size: 1.3125em;
}

.gem-button--full-width {
    width: 100%;
}

.gem-button--login {
    font-size: 30px;
    font-weight: 200;
    margin-top: 260px;
    margin-left: 55px;
}

.gem-button--arrow {
    padding-bottom: 3px;
}