body {
    margin: 80px 0;
    background-image: none;
    background-color: #333;
}

#login-container {
    position: relative;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

#login-container .row>div {
    margin-bottom: 1em;
}

#login-container .row>div:last-child {
    margin-bottom: 0;
}

#login-container #logo {
    position: absolute;
    top: -50px;
    left: 50%;
    z-index: 100;
    width: 100px;
    height: 100px;
    margin-left: -50px;
    background-color: #5BC0DE;
    border-top-right-radius: 100px;
    border-top-left-radius: 100px;
    border-bottom-right-radius: 100px;
    border-bottom-left-radius: 100px;
}

#login-container #logo:hover {
    background-color: #095574;
}

#login-container #signup-btn {
    padding-top: 15px;
    padding-bottom: 15px;
    color: #fff;
    background-color: #222222;
    border-color: #1d1d1d;
}

#login-container #signup-btn:hover {
    background-color: #1d1d1d;
    border-color: #181818;
}

#login {
    position: relative;
    padding: 65px 25px 50px 25px;
    margin-bottom: 1em;
    background-color: #FFF;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.65);
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.65);
}

#login #login-form {
    padding: 0;
    margin-top: 2em;
    margin-bottom: 2em;
    text-align: center;
}

#login #login-form label {
    display: none;
}

#login #login-form .form-control {
    height: 40px;
    padding-top: 8px;
    padding-bottom: 8px;
}

#login #login-btn {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 20px;
}

#register-btn {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 20px;
}

@media (min-width: 800px) {
    #login-container {
        width: 800px;
    }

    #login-container .row>div {
        margin-bottom: 0;
    }

    #login #login-form {
        padding: 0 25px;
        text-align: left;
    }
}

/* DEFAULTS ----------------------------------------------------------*/
a:link,
a:visited {
    color: #2b894e;
}

a:hover {
    color: #1d60ff;
    text-decoration: none;
}

a:active {
    color: #2b894e;
}

p {
    margin-bottom: 10px;
    line-height: 1.6em;
}

/* HEADINGS ----------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 1.5em;
    color: #666666;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1 {
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2 {
    font-size: 1.5em;
    font-weight: 600;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5,
h6 {
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the first child of the left and right table columns */
.rightColumn>h1,
.rightColumn>h2,
.leftColumn>h1,
.leftColumn>h2 {
    margin-top: 0px;
}

/* PRIMARY LAYOUT ELEMENTS ----------------------------------------------------------*/
.page {
    width: 1050px;
    background-color: #FFFFFF;
    margin: 0px auto 0px auto;
    border: 0px;
}

.BarraLateral {
    margin: 0px;
    width: 317px;
    height: 850px;
    vertical-align: top;
    padding-left: 5px;
    background-color: #FFFFFF;
    border-right: 0px solid #FFFFFF;
    border-right-color: #FFFFFF;
    padding-top: 20px;
    padding-right: 5px;
}

.header {
    position: relative;
    margin: 0px;
    padding: 0px;
    background: #4b6c9e;
    width: 100%;
}

.headerImagen {
    position: relative;
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 105px;
}

.headerMenu {
    position: relative;
    margin: 0px;
    padding: 0px;
    width: 100%;
    background-color: #2b894e;
    color: White;
    height: 17px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
}

.headerMenuEstatic {
    background-color: gray;
    height: 17px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: black;
    font-weight: bold;
    border: none;
    border-color: #2b894e;
}

.headerMenuEstaticHover {
    background-color: #FFF;
    height: 17px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #2b894e;
    font-weight: lighter;
    border: none;
    border-color: #2b894e;
}

.headerMenumagenCentral {
    background-color: #FFF;
    height: 517px;
    border: none;
    Width: 100%;
}

.headerMenumagenCentralLogueo {
    background-color: #FFF;
    height: 0px;
    border: none;
    Width: 100%;
}

.header h1 {
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #f9f9f9;
    border: none;
    line-height: 2em;
    font-size: 2em;
}

.main {
    padding: 0px 12px;
    margin: 12px 8px 8px 8px;
    min-height: 420px;
}

.leftCol {
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer {
    color: #4e5766;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
}

.InfoSubHeader {
    padding: 2px;
    margin: 2px;
    border: 1px solid #666666;
    background-color: #C0C0C0;
    text-transform: uppercase;
    color: #000000;
}

/* TAB MENU ----------------------------------------------------------*/
div.hideSkiplink {
    background-color: #3a4f63;
    width: 100%;
}

div.menu {
    padding: 4px 0px 4px 8px;
}

div.menu ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
}

div.menu ul li a,
div.menu ul li a:visited {
    background-color: #465c71;
    border: 1px #4e667d solid;
    color: #dde4ec;
    display: block;
    line-height: 1.35em;
    padding: 4px 20px;
    text-decoration: none;
    white-space: nowrap;
}

div.menu ul li a:hover {
    background-color: #bfcbd6;
    color: #465c71;
    text-decoration: none;
}

div.menu ul li a:active {
    background-color: #465c71;
    color: #cfdbe6;
    text-decoration: none;
}

/* FORM ELEMENTS ----------------------------------------------------------*/
fieldset {
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
    background-color: #FFFFFF;
    width: 293px;
}

fieldset1 {
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
    background-color: #FFFFFF;
    width: 90%;
    height: auto;
}

fieldset p {
    margin: 2px 12px 10px 10px;
}

fieldset.login label,
fieldset.register label,
fieldset.changePassword label,
fieldset1.Registro {
    display: block;
}

fieldset label.inline {
    display: inline;
}

legend {
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry {
    width: 320px;
    border: 1px solid #ccc;
    text-transform: uppercase;
}

input.txtLegend {
    border: 1px solid #666666;
    text-transform: uppercase;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #CCCCCC;
    color: #333333;
    font-weight: bold;
}

input.textMediumEntry {
    width: 250px;
    border: 1px solid #ccc;
    text-transform: uppercase;
}

input.textShortEntry {
    width: 130px;
    border: 1px solid #808080;
    background-color: #FFFFFF;
    text-transform: uppercase;
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    font-weight: bold;
    color: #333333;
}

input.textMaxShortEntry {
    width: 130px;
    border: 1px solid #808080;
    background-color: #FFFFFF;
    text-transform: uppercase;
    font-family: Arial, Helvetica, sans-serif;
    font-size: smaller;
    color: #333333;
}

input.textMinShortEntry {
    width: 130px;
    border: 1px solid #808080;
    background-color: #FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    color: #333333;
}

input.passwordEntry {
    border: 1px solid #333333;
    background-color: #FFFFFF;
    text-transform: uppercase;
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    font-weight: bold;
    color: #333333;
}

div.InfoSubHeader01 {
    padding: 2px;
    margin: 2px;
}

div.accountInfo {
    margin: 10px 100px 10px 100px;
    width: 60%;
}

div.accountInfoMedium {
    margin: 10px 100px 10px 100px;
    width: 80%;
}

div.accountInfoUpdate {
    width: 100%;
}

div.SolicitudEnProceso {
    border: thin solid #009900;
    margin: 10px;
    width: 90%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    font-weight: bold;
    font-style: normal;
    color: #003300;
    line-height: normal;
    background-color: #B6D7AA;
    display: block;
}

div.InfoUsuario {
    margin: 5px;
    /*paddin: 5px;*/
    border: 2px solid;
    border-color: #2b894e;
    text-align: center;
    background-color: white;
}

div.InfoTxt {
    margin: 3px;
    /*paddin: 0px;*/
    border: 2px solid;
    border-color: #2b894e;
    text-align: center;
    background-color: #ffffff;
}

/* MISC ----------------------------------------------------------*/
.clear {
    clear: both;
}

.title {
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

.titleMenus {
    padding: 5px;
    margin: 5px;
    border: thin solid #C0C0C0;
    display: block;
    float: left;
    text-align: center;
    width: auto;
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    font-weight: bold;
    font-style: normal;
    color: #FFFFFF;
    background-color: #000000;
    /*background-color: #2b894e;*/
    /*vertical-align: middle;*/
    position: inherit;
    line-height: normal;
}

.loginDisplay {
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
}

.loginDisplay a:link {
    color: white;
}

.loginDisplay a:visited {
    color: white;
}

.loginDisplay a:hover {
    color: white;
}

.failureNotification {
    font-size: 1.2em;
    color: Red;
}

.bold {
    font-weight: bold;
}

.boldInputLabels {
    font-size: 12px;
    font-weight: bolder;
    padding: 2px 4px 8px 4px;
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    color: #333333;
}

.EmailStyle {
    font-size: 12px;
    font-weight: normal;
    padding: 2px 4px 8px 4px;
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    color: #0000FF;
    text-decoration: underline;
}

.submitButton {
    text-align: right;
    padding-right: 10px;
}

/*Clases de las cajas del menu*/
.ListHead {
    width: 174px;
    height: 25px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 600;
    font-size: 10pt;
    color: black;
    text-align: left;
    background-color: #CECECE;
}

.ListHeadLeft {
    width: 24px;
    height: 25px;
    background-color: #CECECE;
}

.ListHeadRight {
    width: 5px;
    height: 25px;
    background-color: #CECECE;
}

.ListBody {
    border: 0px;
    border-bottom: gray 1px solid;
    background-color: #DFDFDF;
    text-align: left;
    width: 203px;
    table-layout: fixed;
}

.ListContent {
    border-left: gray 1px solid;
    border-right: gray 1px solid;
    background-color: #DCDCDC;
    text-align: left;
    width: 203px;
    border-right-width: 0px;
    border-left-width: 0px;
}

.Menubotones {
    border-left: white 1px solid;
    border-right: white 1px solid;
    background-color: white;
    text-align: left;
    width: 203px;
    border-right-width: 0px;
    border-left-width: 0px;
}

.ListSubMenu {
    width: 100%;
    padding-left: 15px;
}

.TextContent {
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    color: #323232;
    text-decoration: none;
}

.IndicadorSubmenu {
    text-align: right;
    font-family: Webdings;
    font-weight: bold;
    width: 3px
}

a.UnSelected {
    font-family: Verdana, Arial;
    font-size: 10px;
    font-style: normal;
    color: #323232;
    text-decoration: none;
    width: 100%;
    height: 17px;
    cursor: pointer;
}

a.UnSelected:hover {
    color: black;
    font-style: italic;
}

/*Estilos de botones utilizados*/
.GrayButton {
    height: 23px;
    padding: 0px 5px 0px 5px;
    background-color: silver;
    border: 1px inset gray;
    color: #000000;
    font-weight: bold;
}

.YellowButton {
    height: 23px;
    padding: 0px 10px 0px 10px;
    background-color: silver;
    border: 1px solid #CE9200;
    color: #333333;
    font-weight: bold;
}

.botonOculto {
    visibility: hidden;
    height: 0px;
    margin-top: 0px;
}

.botonVerde {
    background-color: #2b894e;
    border-radius: 5px 5px 5px 5px;
    border-style: none;
    color: White;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    padding: 4px 15px 3px 15px;
}

.botonVerde:inactive,
.botonVerde:active,
.botonVerde:disable {
    background-color: Gray;
    border-style: none;
    color: White;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}

.GridViewTitleStyle {
    width: 100%;
    background-color: #2b894e;
    margin: 0px 0 0px 0;
    border: 1px solid #C0C0C0;
    border-collapse: collapse;
    font-weight: normal;
    color: #FFFFFF;
    font-family: 'Arial Narrow';
    line-height: 5px;
    text-align: center;
    text-indent: 0px;
    height: 40px;
    caption-side: bottom;
    border-spacing: 20px;
    font-size: large;
}

.GridViewTitleStyle02 {
    width: 100%;
    background-color: #DADADA;
    margin: 0px 0 0px 0;
    border: 1px solid #999999;
    border-collapse: collapse;
    font-weight: bold;
    color: #2b894e;
    font-family: 'Arial Narrow';
    line-height: 3px;
    text-align: center;
    text-indent: 0px;
    height: 30px;
    caption-side: bottom;
    border-spacing: 30px;
    font-size: small;
    font-style: normal;
    font-variant: normal;
}

.GridViewSubHeaderStyle {
    width: 100%;
    background-color: #424242;
    margin: 0px 0 0px 0;
    border: 1px solid #C0C0C0;
    border-collapse: collapse;
    font-weight: normal;
    color: #FFFFFF;
    font-family: 'Arial Narrow';
    line-height: 5px;
    text-align: center;
    text-indent: 0px;
    height: 30px;
    caption-side: bottom;
    border-spacing: 20px;
    font-size: medium;
}

.mGrid {
    font-family: Arial, Sans-Serif;
    font-size: small;
    background-color: #fff;
    margin: 5px 0 10px 0;
    border: solid 1px #2b894e;
    border-collapse: collapse;
    color: #2b894e;
}

.mGrid td {
    border: solid .5px #2b894e;
    color: #2b894e;
}

.mGrid th {
    padding: 4px 2px;
    color: #fff;
    background: #2b894e;
    border-left: solid 1px #2b894e;
    font-size: 0.9em;
}

.mGrid .pgr {
    background: #2b894e;
}

.mGrid .pgr table {
    margin: 5px 0;
}

.mGrid .pgr td {
    border-width: 0;
    padding: 0 6px;
    border-left: solid .5px #2b894e;
    border-right: solid .5px #2b894e;
    font-weight: bold;
    color: #fff;
    line-height: 12px;
}

.mGrid .pgr a {
    color: #666;
    text-decoration: none;
}

.mGrid .pgr a:hover {
    color: #2b894e;
    text-decoration: none;
}

.GridViewStyleYahoo {
    font-family: Arial, Sans-Serif;
    font-size: smaller;
    border-collapse: collapse;
    border: #91a7b4 1px solid;
    text-align: center;
}

/*Header and Pager styles*/
.HeaderStyle,
.PagerStyle {
    background-position: top;
    background-repeat: repeat-x;
    background-color: #CCCCCC;
}

.HeaderStyle th {
    padding: 5px;
    color: #2b894e;
}

.HeaderStyle a {
    text-decoration: none;
    color: #2b894e;
    display: block;
    text-align: left;
    font-family: Arial, Sans-Serif;
    font-size: small;
    font-weight: bold;
}

.HeaderStyle td {
    text-decoration: none;
    color: #2b894e;
    display: block;
    text-align: left;
    font-family: Arial, Sans-Serif;
    font-size: smaller;
    font-weight: bold;
}

.PagerStyle table {
    text-align: center;
    margin: auto;
}

.PagerStyle table td {
    border: 0px;
    padding: 5px;
}

.PagerStyle td {
    border-top: #91a7b4 1px solid;
}

.PagerStyle a {
    color: #16387c;
    text-decoration: none;
    padding: 2px 10px 2px 10px;
    border-top: solid 1px #fff;
    border-right: solid 1px #91a7b4;
    border-bottom: solid 1px #91a7b4;
    border-left: solid 1px #fff;
    border-color: #fff #808080 #808080 #fff;
}

.PagerStyle span {
    font-weight: bold;
    color: #16387c;
    text-decoration: none;
    padding: 2px 10px 2px 10px;
}

/*RowStyles*/
.RowStyle td,
.AltRowStyle td,
.SelectedRowStyle td,
.EditRowStyle td {
    padding: 5px;
    border-right: solid 1px #91a7b4;
    border-right-color: #808080;
}

.RowStyle td {
    background-color: #E0E0E0;
}

.AltRowStyle td {
    background-color: #999999;
    background-position: 0 -80px;
    background-repeat: repeat-x;
}

.SelectedRowStyle td {
    background-color: #fcb814;
    background-position: center;
    background-repeat: repeat-x;
}

/*Style modal Popu Extender.... */
.ModalPopupBG {
    background-color: #2b894e;
    opacity: .2;
}

.popup_Container {
    background-color: #fff;
    border: 2px solid #2b894e;
    padding: 0px 0px 0px 0px;
}

.popupConfirmation {
    width: 300px;
    height: 200px;
}

.popup_Titlebar {
    background-color: #2b894e;
    height: 29px;
}

.popup_Body {
    padding: 15px 15px 15px 15px;
    font-family: Arial;
    font-weight: bold;
    font-size: 12px;
    color: #2b894e;
    line-height: 15pt;
    clear: both;
    padding: 20px;
}

.TitlebarLeft {
    float: left;
    padding-left: 5px;
    padding-top: 5px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 12px;
    color: #FFFFFF;
}

.TitlebarRight {
    background-position: right;
    background-repeat: no-repeat;
    height: 15px;
    width: 16px;
    float: right;
    cursor: pointer;
    margin-right: 5px;
    margin-top: 5px;
}

.popupWarning {
    width: 75%;
    height: 75%;
}

.popupWarning_Body {
    padding: 15px 15px 15px 15px;
    font-family: Arial;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    color: #2b894e;
    line-height: 15pt;
    clear: both;
    padding: 20px;
}

.popup_Buttons {
    margin: 10px;
}

/*Clases de las cajas del menu*/
.ListHead {
    width: 174px;
    height: 25px;
    background-repeat: repeat-x;
    font-family: Verdana, Arial;
    font-weight: bold;
    font-size: 10pt;
    color: black;
    text-align: left;
}

.ListHeadLeft {
    width: 24px;
    height: 25px;
    background-repeat: no-repeat;
}

.ListHeadRight {
    width: 5px;
    height: 25px;
    background-repeat: no-repeat;
    background-position: right;
}

.ListBody {
    border: 0px;
    border-bottom: gray 1px solid;
    background-color: #DFDFDF;
    text-align: left;
    width: 222px;
    table-layout: fixed;
}

.ListContent {
    border-left: gray 1px solid;
    border-right: gray 1px solid;
    background-color: #DFDFDF;
    text-align: left;
    width: 222px;
    border-style: solid;
    border-width: thin;
    border-color: gray;
}

.ListSubMenu {
    width: 100%;
    padding-left: 15px;
}

.TextContent {
    font-family: Verdana, Arial;
    font-size: 10px;
    color: #323232;
    text-decoration: none;
}

.IndicadorSubmenu {
    text-align: right;
    font-family: Webdings;
    font-weight: bold;
    width: 3px
}

a.UnSelected {
    font-family: Verdana, Arial;
    font-size: 10px;
    font-style: normal;
    color: #323232;
    text-decoration: none;
    width: 100%;
    height: 17px;
    cursor: pointer;
}

a.UnSelected:hover {
    color: black;
    font-style: italic;
}

.tablaGeneral {
    padding: 0;
    width: 100%;
    border: 0px;
    background-color: #FFFFFF;
}

.tablaGeneralCentrar {
    border-left: 0px solid white;
    border-right: 0px solid white;
    background-color: #FFFFFF;
    width: 220px;
    text-align: justify;
    table-layout: fixed;
}

/*Elementos Menu Logueo*/
.tablalogueo {
    padding: "0";
    border: "0";
    border-left: white 0px solid;
    border-right: white 0px solid;
    background-color: #FFFFFF;
    text-align: left;
    width: 230px;
    border-right-width: 0px;
    border-left-width: 0px;
}

.CeldasLogueo {
    text-align: justify;
    margin: 5px;
    padding: 5px;
    border: thin solid #FFFFFF;
    background-color: #FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    font-weight: bold;
    line-height: 25px;
}

.zoomIt {
    display: block !important;
    -webkit-transition: -webkit-transform 1s ease-out;
    -moz-transition: -moz-transform 1s ease-out;
    -o-transition: -o-transform 1s ease-out;
    -ms-transition: -ms-transform 1s ease-out;
    transition: transform 1s ease-out;
}

.zoomIt:hover {
    -moz-transform: scale(1.4);
    -webkit-transform: scale(1.4);
    -o-transform: scale(1.4);
    -ms-transform: scale(1.4);
    transform: scale(1.4)
}

.zoomImg {
    display: block !important;
    -webkit-transition: -webkit-transform 1s ease-out;
    -moz-transition: -moz-transform 1s ease-out;
    -o-transition: -o-transform 1s ease-out;
    -ms-transition: -ms-transform 1s ease-out;
    transition: transform 1s ease-out;
}

.zoomImg:hover {
    -moz-transform: scale(1.8);
    -webkit-transform: scale(1.8);
    -o-transform: scale(1.8);
    -ms-transform: scale(1.8);
    transform: scale(1.8)
}

.main_table {
    margin: auto;
    background-color: #FFF;
}

.menu,
.menu:link,
.menu:visited {
    background-color: #FFF;
    height: 17px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #FFF;
    font-weight: bold;
}

.menu:hover {
    background-color: white;
    height: 17px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: Red;
    font-weight: bold;
}

.texto_verde {
    color: #2b894e;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 14px;
}

.texto_verde_normal {
    color: #2b894e;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 14px;
    text-align: justify;
}

.texto_verde_medium {
    color: #2b894e;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 16px;
    text-align: justify;
}

.texto_verde_input {
    color: #2b894e;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 16px;
    text-align: justify;
}

.texto_verde_izq {
    color: #2b894e;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 14px;
    text-align: left;
}

.texto_verde_small {
    color: #2b894e;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 12px;
}

.texto_verde_smaller {
    color: #2b894e;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 10px;
}

.texto_verde_grande {
    color: #2b894e;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 18px;
}

.texto_gris {
    color: #8f8888;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 14px;
}

.texto_gris_small {
    color: #69676b;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 12px;
}

.texto_gris_small_izq {
    color: #69676b;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 12px;
    text-align: left;
}

.texto_rojo {
    color: #ff0000;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 14px;
}

.texto_rojo_Grande {
    color: #ff0000;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 18px;
}

/*estilo form_registro*/
.texto_gris_contrato {
    color: #8f8888;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 10px;
}

.titulo_verde {
    color: #2b894e;
    font-family: "Arial Black", Gadget, sans-serif;
    font-size: 18px;
    text-align: center;
}

/*estilos secciones*/
.titulo_seccion {
    color: #2b894e;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}

.contenido_seccion {
    color: #69676b;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-align: justify;
}

.titulo_faq {
    color: #2b894e;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: bold;
}

/*seccion registro comprobantes*/
.titulo_info {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #000;
    font-weight: bold;
}

.texto_datos {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #6d6868;
}

.texto_mail {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #2b894e;
}

.TituloInfoVerde {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #2b894e;
}

.textoDatosVerde {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #32dc5a;
}

.textoMailVerde {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #2b894e;
}

.boldInputLabelsVerde {
    font-size: 10px;
    font-weight: bold;
    padding: 2px 4px 8px 4px;
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    color: #2b894e;
}

.boldInputLabelsVerdeGrande {
    font-size: small;
    font-weight: bold;
    padding: 2px 4px 8px 4px;
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    color: #2b894e;
}

.boldInputLabelsVerdeGrandeB {
    font-size: medium;
    font-weight: bold;
    padding: 2px 4px 8px 4px;
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    color: #2b894e;
}

/*grid tickets*/
.style1 {
    width: 213px;
}

.textEntry {
    margin-left: 0px;
}

.style2 {
    height: 29px;
}

.style3 {
    height: 359px;
}

.style4 {
    height: 192px;
}

/*Modal*/
.modalBackground {
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.SaltolineaPeque {
    padding: 2px;
}

.ImagenIcono {
    width: 20px;
    height: 20px;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.EtiquetaVerde {
    color: #2b894e;
    text-shadow: gray 0.1em 0.1em 0.1em;
    border-radius: 5px 5px 0px 0px;
    vertical-align: middle;
    text-align: center;
    font-family: Helvetica, Comic Sans MS, MS, sans-serif;
    font-size: 40px;
    font-weight: bold;
    padding: 2px 5px 2px 15px;
}

.texto_rojo {
    color: #ff0000;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 14px;
}

.BotonVerde {
    background-color: #2b894e;
    border-radius: 5px 5px 5px 5px;
    color: White;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    padding: 4px 15px 3px 15px;
}

.BotonVerde:hover {
    background-color: White;
    border-radius: 5px 5px 5px 5px;
    color: #2b894e;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    padding: 4px 15px 3px 15px;
}

.BotonVerde[disabled] {
    border-radius: 5px 5px 5px 5px;
    background-color: #E6E6E6;
    color: #666666;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}

.BotonRojo {
    background-color: #ff0000;
    border-radius: 5px 5px 5px 5px;
    color: White;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    padding: 4px 15px 3px 15px;
}

.BotonRojo:hover {
    background-color: White;
    border-radius: 5px 5px 5px 5px;
    color: #ff0000;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    padding: 4px 15px 3px 15px;
}

.BotonRojo[disabled] {
    border-radius: 5px 5px 5px 5px;
    background-color: #E6E6E6;
    color: #666666;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}

/*Header*/
.Tab .ajax__tab_header {
    color: rgb(124, 205, 124);
    font-family: Calibri;
    font-size: 14px;
    font-weight: bold;
    background-color: #ffffff;
    margin-left: 0px;
    text-align: left;
}

/*Body*/
.Tab .ajax__tab_body {
    border: 1px solid #2b894e;
    padding-top: 0px;
}

/*Tab Active*/
.Tab .ajax__tab_active .ajax__tab_tab {
    color: #ffffff;
    background-color: #2b894e;
    padding: 4px 15px 3px 15px;
    border-radius: 5px 5px 0px 0px;
    height: 18px;
}

.Tab .ajax__tab_active .ajax__tab_inner {
    color: #ffffff;
    border-radius: 5px 5px 0px 0px;
}

.Tab .ajax__tab_active .ajax__tab_outer {
    color: #ffffff;
    border-radius: 5px 5px 0px 0px;
    padding-right: 1px;
}

/*Tab Hover*/
.Tab .ajax__tab_hover .ajax__tab_tab {
    color: #FF8000;
    border-radius: 5px 5px 0px 0px;
    padding: 4px 15px 3px 15px;
    height: 20px;
}

.Tab .ajax__tab_hover .ajax__tab_inner {
    color: #FF8000;
}

.Tab .ajax__tab_hover .ajax__tab_outer {
    color: #FF8000;
    margin-right: 1px;
}

/*Tab Inactive*/
.Tab .ajax__tab_tab {
    color: #666666;
    background-color: rgb(124, 205, 124);
    border-radius: 5px 5px 0px 0px;
    padding: 4px 15px 3px 15px;
    height: 16px;
}

.Tab .ajax__tab_inner {
    color: #666666;
}

.Tab .ajax__tab_outer {
    color: #666666;
    margin-right: 1px;
}

.Tab_Titlebar {
    font-size: medium;
    font-weight: bold;
    padding: 4px 0px 2px 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    font-variant: normal;
    color: white;
    background-color: #2b894e;
    text-align: center;
}

.Tab1 .ajax__tab_header {
    color: rgb(124, 205, 124);
    font-family: Calibri;
    font-size: 0px;
    height: 0px;
    font-weight: bold;
    background-color: #ffffff;
    margin-left: 0px;
    text-align: left;
    visibility: hidden;
}

/*Body*/
.Tab1 .ajax__tab_body {
    border: 1px solid #2b894e;
    padding-top: 0px;
}

/*Tab Active*/
.Tab1 .ajax__tab_active .ajax__tab_tab {
    color: #ffffff;
    background-color: #2b894e;
    padding: 4px 15px 3px 15px;
    border-radius: 5px 5px 0px 0px;
    height: 18px;
}

.Tab1 .ajax__tab_active .ajax__tab_inner {
    color: #ffffff;
    border-radius: 5px 5px 0px 0px;
}

.Tab1 .ajax__tab_active .ajax__tab_outer {
    color: #ffffff;
    border-radius: 5px 5px 0px 0px;
    padding-right: 1px;
}

/*Tab Hover*/
.Tab1 .ajax__tab_hover .ajax__tab_tab {
    visibility: hidden;
    color: #FF8000;
    border-radius: 5px 5px 0px 0px;
    padding: 4px 15px 3px 15px;
    height: 20px;
}

.Tab1 .ajax__tab_hover .ajax__tab_inner {
    color: #FF8000;
}

.Tab1 .ajax__tab_hover .ajax__tab_outer {
    color: #FF8000;
    margin-right: 1px;
}

/*Tab Inactive*/
.Tab1 .ajax__tab_tab {
    color: #666666;
    background-color: rgb(124, 205, 124);
    border-radius: 5px 5px 0px 0px;
    padding: 4px 15px 3px 15px;
    height: 16px;
}

.Tab1 .ajax__tab_inner {
    color: #666666;
}

.Tab1 .ajax__tab_outer {
    color: #666666;
    margin-right: 1px;
}

.Tab1_Titlebar {
    font-size: medium;
    font-weight: bold;
    padding: 4px 0px 2px 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    font-variant: normal;
    color: white;
    background-color: #2b894e;
    text-align: center;
}

.TablaGris {
    border: 1px;
    border-color: #CCCCCC;
    border-style: solid;
    padding: 0px 0px 0px 0px;
    border-radius: 5px 5px 5px 5px;
}

.TituloTablaGris {
    text-align: center;
    width: 100%;
    background-color: #CCCCCC;
    vertical-align: middle;
    border-radius: 5px 5px 5px 5px;
}

.TituloGris {
    text-align: center;
    font-size: 18px;
    background-color: #CCCCCC;
    vertical-align: middle;
    border-radius: 5px 5px 5px 5px;
}

.LetreroVerde {
    background-color: #2b894e;
    color: White;
    font-family: "Arial Black", Gadget, sans-serif;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

.LetreroRojo {
    background-color: white;
    color: red;
    font-family: "Arial Black", Gadget, sans-serif;
    font-size: 14px;
    font-weight: bold;
    overflow: hidden;
    overflow-x: -webkit-marquee;
    overflow-x: marquee-line;
    text-align: center;
}

.LetreroForma {
    color: #7F0102;
    font-family: "Arial Black", Gadget, sans-serif;
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    text-shadow: -5px -5px 5px #aaa;
}

.LetreroidCIF {
    color: #7F0102;
    font-family: "Arial Black", Gadget, sans-serif;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    text-shadow: -5px -5px 5px #aaa;
}

.LetreroRFC {
    color: #7F0102;
    font-family: "Arial Black", Gadget, sans-serif;
    font-size: 18px;
    font-weight: bold;
    text-align: right;
    text-shadow: -5px -5px 5px #aaa;
}

#register-btn {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 20px;
}

@media (min-width: 800px) {
    #login-container {
        width: 600px;
    }

    #login-container .row>div {
        margin-bottom: 0;
    }

    #login #login-form {
        padding: 0 25px;
        text-align: left;
    }
}