

@font-face {
    font-family:TitilliumWeb-Regular; 
    src:url(bootstrap/fonts/TitilliumWeb-Regular.ttf),
        url(bootstrap/fonts/TitilliumWeb-Regular.eot),
        url(bootstrap/fonts/TitilliumWeb-Regular.otf);
}

@font-face {
    font-family:Oswald-Regular; 
    src:url(bootstrap/fonts/Oswald-Regular.ttf),
        url(bootstrap/fonts/Oswald-Regular.eot),
        url(bootstrap/fonts/Oswald-Regular.otf);
}

@font-face {
    font-family:Abel-Regular; 
    src:url(bootstrap/fonts/Abel-Regular.ttf),
        url(bootstrap/fonts/Abel-Regular.eot),
        url(bootstrap/fonts/Abel-Regular.otf);
}


.MasterPubHeader{
    border-bottom: 1px; 
    border-bottom: 2px solid #eee; 
    margin: 10px;
}

.TopVerde {
    /*border-bottom: 2px solid #658FB3;
    background: #35A7A1;
    height: 37px;
    color: #FFFFFF;*/


    border-bottom: 1px solid #658FB3;
    background: #35A7A1;
    height: 1px;
}

.lineaMenu {
    border-top-color: #E8E8E8;
    border-top-style: solid;
    border-top-width: 1px;
}

.MasterPubBody{
   min-height: 400px; 
   margin: 0px 10px 10px 10px;
}
.MasterTituloApp {
    padding: 2px 2px 2px 2px;
    margin: 2px 2px 2px 2px;
    text-align: center;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif; 
    font-size: 30px; 
    color: #005A9C;
}

.MasterSubTituloApp {
    padding: 2px 2px 2px 2px;
    margin: 2px 2px 2px 2px;
    text-align: center;
    font-family: 'Trebuchet MS' , 'Lucida Sans Unicode' , 'Lucida Grande' , 'Lucida Sans' , Arial, sans-serif;
    font-size: 20px;
    color: #005A9C;
}
.MasterContenidoSeccion {
    font-family:TitilliumWeb-Regular;
    font-size: 16px;
    color: #909090;
}

.MasterContenidoSeccion h1{
    font-family:Oswald-Regular;
    font-size: 30px;
    color: #1a80b6;
}


.MasterFooter {
    background-color: #494C4D;
    color: #999999;
    font-size: 14px;
    padding: 10px 20px 10px 100px;
}



.MenuLateralIzq {
    color: #31ADC5;
    background-color: #fff;
    border-color: #EEEEEE;
}

.MenuLateralIzq:hover {
    background-color: #EEEEEE;
    color: #278B9C;
}

.loginbox {
    padding: 20px; 
    max-width: 400px; 
    background-color: #F5F5F5;
    border-radius:10px; 
    -webki-border-radius:10px; 
    -moz-border-radius:10px;
    /*box-shadow:0px 2px 10px #d6d6d6;*/
}

#divErrores {
    margin-top: 20px;
     width:100%;
}

.Error {
    border-width: 1px;
    padding: 20px;
    background-color: #FDD1C6;
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-color: #F9AB94;
    border-bottom-color: #F9AB94;
    margin-top: 20px;
    text-align: center;
}

.ListHead {
    border-top-left-radius:5px;
    border-top-right-radius:5px;
    margin: 15px 0px 0px 0px;
    font-size: 18px;
    background-color: #004D80;
    padding: 10px;
    color: #FFFFFF;
    text-align: center;
}

.oculto {
    display:none; 
}

/*****MENU HORIZONTAL******/

.dropdown-submenu {
    position:relative;
}
.dropdown-submenu>.dropdown-menu {
    top:0;
    left:100%;
    margin-top:-6px;
    margin-left:-1px;
    -webkit-border-radius:0 6px 6px 6px;
    -moz-border-radius:0 6px 6px 6px;
    border-radius:0 6px 6px 6px;
}
.dropdown-submenu:hover>.dropdown-menu {
    display:block;
}
.dropdown-submenu>a:after {
    display:block;
    content:" ";
    float:right;
    width:0;
    height:0;
    border-color:transparent;
    border-style:solid;
    border-width:5px 0 5px 5px;
    border-left-color:#cccccc;
    margin-top:5px;
    margin-right:-10px;
}
.dropdown-submenu:hover>a:after {
    border-left-color:#ffffff;
}
.dropdown-submenu.pull-left {
    float:none;
}
.dropdown-submenu.pull-left>.dropdown-menu {
    left:-100%;
    margin-left:10px;
    -webkit-border-radius:6px 0 6px 6px;
    -moz-border-radius:6px 0 6px 6px;
    border-radius:6px 0 6px 6px;
}


/****POPUPS*********/


.modalBackground {
    background-color: #9D9D9D;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.modalPopup {
    border: 1px solid #005566;
    background-color: #FFFFFF;
    padding: 10px;
    min-width: 350px; /*max-width: 400px;*/ /*background-color: #F5F5F5;*/
    border-radius: 10px;
    -webki-border-radius: 10px;
    -moz-border-radius: 10px;
}

.modalPopupEspacioBotones {
    padding: 0px 200px 0px 0px;
}

/***Formulario de captura***/
    #frm_contenedor {
        max-width:600px;
    }

    #frm_contenedor input[type=text] {
        margin-bottom:1px;
    }




/*Barra de complejidad de contraseņa*/
VeryPoorStrength {
    background: Red;
    color: White;
    font-weight: normal;
}
.WeakStrength {
    background: Gray;
    color: White;
    font-weight: normal;
}
.AverageStrength {
    background: orange;
    color: black;
    font-weight: normal;
}
.GoodStrength {
    background: blue;
    color: White;
    font-weight: normal;
}
.ExcellentStrength {
    background: Green;
    color: White;
    font-weight: normal;
}
.BarBorder {
    border-style: solid;
    border-width: 1px;
    width: 180px;
    padding:2px;
}

/*CALENDARIO AJAX*/

.CalendarTheme .ajax__calendar_container {
    width: 100%;
    height: 100%;
    background-color: #EEEEEE;
    border-top-width: 1px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #F7F7F7;
    border-right-color: #999999;
    border-bottom-color: #999999;
    border-left-color: #F7F7F7;
}

    .CalendarTheme .ajax__calendar_container TABLE {
        width: 100%;
        height: 100%;
    }

.CalendarTheme .ajax__calendar_header {
    background-color: #F1F1F1;
    margin-bottom: 4px;
}

.CalendarTheme .ajax__calendar_title,
.CalendarTheme .ajax__calendar_next,
.CalendarTheme .ajax__calendar_prev {
    color: #00677D;
    padding-top: 3px;
}

.CalendarTheme .ajax__calendar_body {
    background-color: #FFFFFF;
    border: solid 1px #cccccc;
}

.CalendarTheme .ajax__calendar_dayname {
    text-align: center;
    font-weight: bold;
    margin-bottom: 4px;
    margin-top: 2px;
}

.CalendarTheme .ajax__calendar_day {
    text-align: center;
}

.CalendarTheme .ajax__calendar_hover .ajax__calendar_day,
.CalendarTheme .ajax__calendar_hover .ajax__calendar_month,
.CalendarTheme .ajax__calendar_hover .ajax__calendar_year,
.CalendarTheme .ajax__calendar_active {
    color: #00677D;
    font-weight: bold;
    background-color: #ffffff;
}

.CalendarTheme .ajax__calendar_today {
    font-weight: bold;
}

.CalendarTheme .ajax__calendar_other,
.CalendarTheme .ajax__calendar_hover .ajax__calendar_today,
.CalendarTheme .ajax__calendar_hover .ajax__calendar_title {
    color: #bbbbbb;
}

/*FIN CALENDARIO*/






/*gridview manual*/

tabla_gv .th {
    /*background-image: url('style_6/header.gif');*/
    background-repeat: repeat-x;
    height: 26px;
    font-family: Tahoma;
    font-size: 10px;
    font-weight: bold;
    color: #5c6455;
    text-align: left;
    background-color: #33CC33;
    padding-left:20px;
}


.gv_head {
    background-image: url('style_6/header.gif');
    background-repeat: repeat-x;
    height: 26px;
    font-family: Tahoma;
    font-size: 10px;
    font-weight: bold;
    color: #5c6455;
    text-align: left;
    background-color: #7C7C8B;
    padding: 50px;
}

.gv_tr {
    height: 45px;
    font-family: Verdana;
    font-size: 10px;
    font-weight: normal;
    text-align: left;
    vertical-align: middle;
    color: #5E5E70;
    border-bottom: 1px solid #E6E6E6;
    padding: 50px;
}

.gv_tr_alt {
    height: 45px;
    font-family: Verdana;
    font-size: 10px;
    font-weight: normal;
    text-align: left;
    vertical-align: middle;
    color: #5E5E70;
    border-bottom: 1px solid #E6E6E6;
    background-color: #F6F6F8;
    padding: 50px;
}


.gv_link {
    font-family: Verdana;
    font-size: 10px;
    color: #5E5E70;
    font-weight: bold;
    text-decoration: none;
}

.txtUsuarioForo {
    color: #0E3645;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
}




/*Balance Mensual*/
.CintillaGrisRecta {
    margin: 0 20 5 20;
    background: #ebeef0 none repeat scroll 0 0;
    display: inline-block;
    padding: 6px 10px 6px 8px;
    width: 80%;
    color: #2980B9;
    font-size: 13pt;
}

    .CintillaGrisRecta a:hover {
        color: #2980B9;
        text-decoration: none;
    }

.btnDescargar {
    background-color: #B2BABB;
    background-image: url("/img/BtoDownloadIcon.png");
    background-position: left 20px center;
    background-repeat: no-repeat;
    border-radius: 20px;
    color: #fff;
    display: table;
    float: right;
    font-weight: bold;
    padding: 11px 31px 11px 58px;
}

    .btnDescargar a {
        color: white;
    }

/* Buttons */
.ob_gBody tr td.ob_gC.ob_gC_Fc div.ob_gCc1 div.ob_gCc2 input.ob_gAL {
    border: none;
    font-family: Verdana;
    font-size: 10px;
    color: #415d75;
    font-weight: bold;
    text-decoration: none;
    background-color: transparent;
}
 
.ob_gBody tr td.ob_gC.ob_gC_Fc div.ob_gCc1 div.ob_gCc2 input.ob_gAL:hover {
    border: none;
    font-family: Verdana;
    font-size: 10px;
    color: #415d75;
    font-weight: bold;
    text-decoration: underline;
    background-color: transparent;
}

