﻿/* CSS Document */
body, html
{
    font-size: 12px;
    font-family: Arial;
    padding: 0;
    margin: 0;
}
body
{
    background: url(../imagenes/bg.png) center repeat-y;
}

/*El div global es el marco que contiene todo el sitio */
#global
{
}
#wrap
{
    background-color: White;
}
/*El header contiene el menu y el logo*/
#header
{
    width: 878px;
    height: 100px;
    vertical-align: middle;
    display: block;
}
#info
{
    margin-top: 25px;
    margin-right: 20px;
    float: right;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    color: #77787B; /*#b22222;*/
    text-decoration: none;
    font-weight: normal;
}
#info table
{
    font-size: 10px;
}

#contenido
{
    min-height: 250px;
    margin: 10px;
}

#logo
{
    margin-top: 15px;
    float: left;
}
#footer_bg
{
    border: 0;
    height: 67px;
    width: 100%;
    position: fixed;
    bottom: 0px;
    left: 0px;
    text-align: center;
    background: white url(../imagenes/blue_footerLeft.png)  center   bottom fixed repeat-x;
                   
}
#footer_Switch
{
    border: 0;
    height: 67px;
    width: 84px;
    position: fixed;
    bottom: 0px;
    right: 10%;
    text-align: center;
    background: url(../imagenes/SwitchAxa.png) center bottom repeat-x;
}

#footer_bgRg
{
    border: 0;
    height: 67px;
    width: 15%;
    position: fixed;
    bottom: 0px;
    right: 0px;
    text-align: center;
    background: white url(../imagenes/blue_footerRigth.png) center bottom fixed repeat-x;
}

#footer_bgl, #footer_bgr
{
    border: solid 1px White;
    height: 67px;
    width: 437px;
    position: fixed;
    bottom: 0px;
    background-color: White;
}
#footer_bgl
{
    left: 50%;
}
#footer_bgr
{
    right: 50%;
}
#footer
{
    border: none 0px white;
    height: 67px;
    width: 100%;
    position: fixed;
    bottom: 0px;
    left: 0px;
    text-align: center;
}
#footer table
{
    border: none 0px white;
    padding-top: 27px;
    padding-bottom: 20px;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #E32320;
    background-color: White;
}
#footer table a
{
    color: #77787B; /*#E32320;*/
    font-size: 12px;
    text-decoration: none;
}


.borde_izq
{
    background: url(../imagenes/border_left.png) left repeat-y;
    width: 9px;
}
.borde_der
{
    background: url(../imagenes/border_right.png) right repeat-y;
    width: 9px;
}




.titulo div
{
    position: relative;
    top: 12px;
    text-align: center;
}




/*A PARTIR DE AQUI; SON LOS ESTILOS DEL MENU PRINCIPAL*/

/*** ESSENTIAL STYLES ***/
.menu-ppl, .menu-ppl *
{
    margin: 0;
    padding: 0;
    list-style: none;
    z-index: 1000;
}
.menu-ppl
{
    line-height: 1.0;
}
.menu-ppl ul
{
    position: absolute;
    top: -999em;
    width: 10em; /* left offset of submenus need to match (see below) */
}
.menu-ppl ul li
{
    width: 100%;
}
.menu-ppl li:hover
{
    visibility: inherit; /* fixes IE7 'sticky bug' */
}
.menu-ppl li
{
    float: left;
    position: relative;
}
.menu-ppl a
{
    display: block;
    position: relative;
    background: url(../imagenes/middle.png) right top no-repeat;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}
.menu-ppl li:hover ul, .menu-ppl li.sfHover ul
{
    left: 0;
    top: 26px; /* match top ul list item height */
    z-index: 99;
}
ul.menu-ppl li:hover li ul, ul.menu-ppl li.sfHover li ul
{
    top: -999em;
}
ul.menu-ppl li li:hover ul, ul.menu-ppl li li.sfHover ul
{
    left: 10em; /* match ul width */
    top: 0;
}
ul.menu-ppl li li:hover li ul, ul.menu-ppl li li.sfHover li ul
{
    top: -999em;
}
ul.menu-ppl li li li:hover ul, ul.menu-ppl li li li.sfHover ul
{
    left: 10em; /* match ul width */
    top: 0;
}

/*** DEMO SKIN ***/
.menu-ppl
{
    float: right;
    margin-bottom: 1em;
}
.menu-ppl .left
{
    background: url(../imagenes/left.png) center;
    width: 13px;
}
.menu-ppl .right
{
    background: url(../imagenes/right.png) center;
    width: 11px;
}
.menu-ppl a
{
    /*border-left:	1px solid #fff;  /*los bordes del menu 	border-top:		1px solid #CFDEFF;*/ /*padding: 		15px;*/
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 25px;
    text-decoration: none;
}
.menu-ppl a, .menu-ppl a:visited
{
    /* visited pseudo selector so IE6 applies text colour*/
    color: #FFF;
}
.menu-ppl li
{
    background: url(../imagenes/back.png) center center;
    height: 30px;
}
.menu-ppl li li, .menu-ppl li li
{
    background: url(../imagenes/back_sub.png) center center;
    background: #4B91CD; /*#CC191F;*/
    height: 21px;
    text-align: left;
    border-left: 1px solid #fff;
    border-top: 1px solid #FFF;
}
.menu-ppl li li a, .menu-ppl li li a
{
    background-image: none;
    padding-top: 5px;
    padding-left: 10px;
    padding-right: 15px;
}
.menu-ppl li li:hover, .menu-ppl li li:hover
{
    background: #CC6569;
    background: url(../imagenes/back_sub.png) center center;
}
.menu-ppl li:hover, .menu-ppl li.sfHover, .menu-ppl a:focus, .menu-ppl a:hover, .menu-ppl a:active
{
    outline: 0;
}
/*** arrows **/
.menu-ppl a.sf-with-ul
{
    padding-right: 2.25em;
    min-width: 1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator
{
    position: absolute;
    display: block;
    right: .75em;
    top: 1.05em; /* IE6 only */
    width: 10px;
    height: 10px;
    text-indent: -999em;
    overflow: hidden;
    background: url('../imagenes/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator
{
    /* give all except IE6 the correct values */
    top: .8em;
    background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator, a:hover > .sf-sub-indicator, a:active > .sf-sub-indicator, li:hover > a > .sf-sub-indicator, li.sfHover > a > .sf-sub-indicator
{
    background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.menu-ppl ul .sf-sub-indicator
{
    background-position: -10px 0;
}
.menu-ppl ul a > .sf-sub-indicator
{
    top: .5em;
    background-position: 0 0;
}
/* apply hovers to modern browsers */
.menu-ppl ul a:focus > .sf-sub-indicator, .menu-ppl ul a:hover > .sf-sub-indicator, .menu-ppl ul a:active > .sf-sub-indicator, .menu-ppl ul li:hover > a > .sf-sub-indicator, .menu-ppl ul li.sfHover > a > .sf-sub-indicator
{
    background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul
{
    background: url('../imagenes/shadow.png') no-repeat bottom right;
    padding: 0 8px 9px 0; /*-moz-border-radius-bottomleft: 17px; 	-moz-border-radius-topright: 17px; 	-webkit-border-top-right-radius: 17px; 	-webkit-border-bottom-left-radius: 17px;*/
}
.sf-shadow ul.sf-shadow-off
{
    background: transparent;
}


/*******************************************************************/
/*************************OLD***************************************/

table
{
    font-size: 12px;
}

.titulos03 td
{
    font-size: 9px;
    font-weight: bold;
}

.Master
{
    background-color: #F1F0EC;
}
.Contenido
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #333333;
    text-decoration: none;
    vertical-align: top;
}
.RowSpace
{
}

.Factura-Logo
{
        
    width: 143px; 
    height: 90px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 5px;
}
.TituloFAC1
{
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 11px;
    color: #333333;
    background-color: #E4E4E4;
    text-align: center;
    font-style: italic;
    font-variant: normal;
}

.TituloFAC2
{
    font-family: Arial Black, Verdana, Helvetica, sans-serif;
    font-size: 11px;
    color: #333333;
    background-color: #E4E4E4;
    text-align: center;
}


.TituloFAC3
{
    font-family: Arial Black, Verdana, Helvetica, sans-serif;
    font-size: 12px;
    color: #333333;
    background-color: #E4E4E4;
    text-align: center;
    font-style: normal;
    font-variant: normal;
}

.ContenidoFAC
{
    font-family: Arial,Verdana, Helvetica, sans-serif;
    font-size: 12px;
    color: #333333;
    text-decoration: none;
    font-weight: bold;
}

.ContenidoFAC2
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9px;
    color: #333333;
    text-decoration: none;
}

.NoticiasFAC
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #333333;
    text-decoration: none;
}
.No_OlvideFAC
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #333333;
    text-decoration: none;
}

.Contenido01
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #333333;
    text-decoration: none;
    font-weight: bold;
    vertical-align: top;
}
.contenido02
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9px;
    color: #000000;
    background-color: #dcdcdc;
    vertical-align: top;
}
.Opciones
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #b22222;
    text-decoration: none;
    font-weight: bold;
}
.Bienvenido
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #b22222;
    text-decoration: none;
    font-weight: bold;
}
.Opcion01
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #6B5E3F;
    text-decoration: none;
    font-weight: bold;
}
.ControlesEditDelete
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #6B5E3F;
    text-decoration: none;
    font-weight: bold;
    background-color: Menu;
}
.Titulo
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
    background-image: url(  "../imagenes/background_titulos.jpg" );
}
.TituloTabla
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #ffffff;
    font-weight: bold;
    font-size: 12px;
    background-color: #b22222;
    padding-top: 3px;
    padding-bottom: 3px;
    background-image: url(  "../imagenes/background_titulos.jpg" );
}
.titulos
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #6B5E3F;
    text-decoration: none;
    padding-top: 8px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
}
.titulos01
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #DE0028;
    text-decoration: none;
}
.menu2
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #333333;
    text-decoration: none;
    text-align: left;
}
.titulos02
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
    text-decoration: none;
    background-image: url(  "../Imagenes/ti_fondo.jpg" ); /*width: 700px;*/
    background-repeat: no-repeat;
    text-align: left;
    background-color: #1762A5;
}
.bordetitulos02
{
    border-right: #b22222 1px solid;
    border-top: #b22222 1px solid;
    border-left: #b22222 1px solid;
    border-bottom: #b22222 1px solid;
}
.titulos03
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9px;
    font-weight: bold;
    color: #000000;
    background-color: #a9a9a9;
}
.menu_legales
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #333333;
    text-decoration: none;
}
.menu_legales:hover
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #CCCCCC;
    text-decoration: none;
}
.marco_sup
{
    background-image: url(  "../imagenes/im_brd_sup_g.gif" );
    background-repeat: repeat-x;
}
.marco_inf
{
    background-image: url(  "../imagenes/im_brd_inf_g.gif" );
    background-repeat: repeat-x;
}
.marco_der
{
    background-image: url(  "../imagenes/im_brd_de_g.gif" );
    background-repeat: repeat-y;
}
.marco_izq
{
    background-image: url(  "../imagenes/im_brd_iz_g.gif" );
    background-repeat: repeat-y;
}
.marco_esqIzqsup
{
    background-image: url(  "../imagenes/im_esq_sup_iz_g.gif" );
    background-repeat: repeat-y;
}
.marco_esqIzqInf
{
    background-image: url(  "../imagenes/im_esquina1.gif" );
    background-repeat: repeat-y;
}
.marco_esqDersup
{
    background-image: url(  "../imagenes/im_esquina3.gif" );
    background-repeat: repeat-y;
}
.marco_esqDerInf
{
    background-image: url(  "../imagenes/im_brd_iz_g.gif" );
    background-repeat: repeat-y;
}
.derechos
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #999999;
    text-decoration: none;
    padding-top: 5px;
    padding-bottom: 5px;
}
.titulos_2
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #cc0000;
    text-decoration: none;
    background-color: #ece9d8;
    text-align: left;
}
.Item_Tabla
{
    font-family: Arial, Helvetica, sans-serif;
    background-color: #f1f0ec;
    text-align: left;
}
.Item_egresos
{
    font-family: Arial, Helvetica, sans-serif;
    background-color: #f1f0ec;
    text-align: left;
    font-size: 10px;
}
.Item_Tabla2
{
    font-family: Arial, Helvetica, sans-serif;
    background-color: #f1f0ec;
    text-align: left;
    font-size: 12px;
}
.titulos_2
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #cc0000;
    text-decoration: none;
    background-color: #ece9d8;
    text-align: left;
}
.accordionHearder
{
    border: 1px solid #2f4f4f;
    background-color: #ffffff;
    font-family: Arial, Sans-Serif;
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
    text-align: left;
}
.accordionContent
{
    border: 1px dashed #2F4F4F;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
    text-align: left;
}
.accordionLink
{
    font-weight: bold;
    color: #DE0028;
}
.buuton
{
    border-right: #b22222 1px double;
    border-top: #b22222 1px double;
    border-left: #b22222 1px double;
    border-bottom: #b22222 1px double;
}

.modalBackground
{
    background-color: #f5f5f5; /*filter: alpha(opacity=80); 	opacity: 0.7;*/
}

.Watermark
{
    background-color: #FFCCCC;
}

#UpdatePanel1, #UpdatePanel2, #UpdateProgress1
{
    border-right: gray 1px solid;
    border-top: gray 1px solid;
    border-left: gray 1px solid;
    border-bottom: gray 1px solid;
}

#UpdatePanel1, #UpdatePanel2
{
    width: 200px;
    height: 200px;
    position: relative;
    float: left;
    margin-left: 10px;
    margin-top: 10px;
}

#UpdateProgress1
{
    width: 400px;
    background-color: #FFFFFF;
    bottom: 0%;
    left: 0px;
    position: absolute;
}

/*Capitación*/
td.listButton
{
    height: 40px;
    text-align: center;
}
td.listButton div
{
    width: 350px;
    margin: auto;
}
td.listButton div span
{
    width: 160px;
    height: 20px;
    font-size: 10pt;
    text-align: left;
    float: left;
    padding-top: 4px;
    padding-left: 20px;
    background-color: #EEE;
    background-image: url( "../Imagenes/Background_Titulos.jpg" );
    background-position: left;
    background-repeat: no-repeat;
}
/*Fin Capitación*/


/*Sub Menu*/
.smenu, .smenuHeader
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #333333;
    height: 28px;
}
.smenu
{
    background-image: url('../Imagenes/bt_menu.gif');
    text-align: left;
    padding-left: 20px;
    width: 170px;
}
.smenuHeader
{
    background-image: url('../Imagenes/bt_menu2.gif');
    font-weight: bold;
    text-align: center;
    width: 190px;
}
.smenu a, .smenuHeader a
{
    color: #333333;
    text-decoration: none;
}
/*Fin Sub Menu*/
.tbFRL_td_radio
{
    border: none;
    border-collapse: collapse;
    text-align: left;
    width: 10%;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
}

/*Registo Personas*/
.tbInfo
{
    border: none;
    border-collapse: collapse;
    text-align: center;
    width: 100%;
}
.tbInfo tr
{
    background-image: url('../Imagenes/red2whiteline.jpg');
    background-position: bottom left;
    background-repeat: no-repeat;
}
.tbInfo tr td
{
    vertical-align: middle;
}
.tbInfo tr td span
{
    color: #ff0000;
}
.tbInfo table tr
{
    background-image: none;
}
/*Fin Registo Personas*/
.grdSeleccionado
{
    background-color: silver;
}

/* From Arp styles (Included to CVS9987) */

/* título de la página */

div[class=page-title]
{
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 0px;
    margin-left: 20px;
    margin-bottom: 20px;
    text-align: left;
    color: #77787B; /*#d22222;*/
    font-size: 1.4em;
    font-weight: bold;
    text-transform: uppercase;
    font-family: Sans-Serif;
}


/* contenido de la página (forms) */

div[class=page-content-top]
{
    height: auto;
    margin-left: 30px;
    margin-right: 30px;
    padding: 15px;
    width: 750px;
}

div[class=page-content-top] ul
{
    /*border: 1px solid #e0e0e0;*/
    padding: 10px;
    margin: 5px;
    width: 100%;
}

div[class=page-content-top] h3
{
    margin: 0;
    padding: 0px 10px 0px 0px;
    color: #77787B; /*#d22222;*/
    text-align: center;
    text-transform: uppercase;
}

div[class=page-content-top] h4
{
    margin: 0;
    padding: 0px 10px 0px 0px;
    color: #d22222;
    text-align: center;
    text-transform: capitalize;
}

div[class=page-content-top] table, table[class=filtertable]
{
    padding: 5px;
    width: 100%;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #e0e0e0;
}

div[class=page-content-top] tr, table[class=filtertable] tr
{
    padding: 5px;
    text-align: right;
}

div[class=page-content-top] table tr td
{
    text-align: right;
    padding-right: 20px;
    width: 30%;
    font-family: sans-serif;
    font-size: 1em;
    color: #000000;
    font-weight: bold;
}

div[class=page-content-top] table tr td label, table[class=filtertable] tr td label
{
    padding-right: 5px;
    color: #000000;
}

table[class=filtertable] tr td[class=labelrow]
{
    text-align: right;
    padding: 5px;
    width: 50%;
    font-family: sans-serif, Calibri;
    font-size: 1em;
    color: #000000;
    font-weight: bold;
    padding-right: 5%;
}

div[class=page-content-top] table tr td[class=contentrow]
{
    text-align: right;
    padding: 5px;
    width: 70%;
    font-family: sans-serif, Calibri;
    font-size: 0.9em;
    color: #000000;
    font-weight: normal; /*background-color: #f0f0f0;*/
}

div[class=page-content-top] table tr td[class=labelrow]
{
    text-align: right;
    padding-right: 20px;
    width: 30%;
    font-family: sans-serif;
    font-size: 1em;
    color: #000000;
    font-weight: bold;
    background-color: #f0f0f0;
}

table[class=filtertable] tr td
{
    text-align: right;
    padding: 5px;
    width: 50%;
    font-family: sans-serif, Calibri;
    font-size: 0.9em;
    color: #000000;
}

div[class=page-content-top] table tr td input[type="text"], table[class=filtertable] tr td input[type="text"]
{
    border: 1px solid #dadada;
    padding: 2px;
    width: 95%;
    color: #000000;
}

div[class=page-content-top] table tr td input[type="file"], table[class=filtertable] tr td input[type="file"]
{
    border: 1px solid #dadada;
    padding: 2px;
    width: 95%;
    color: #000000;
}

div[class=page-content-top] table tr td input[type="radio"], table[class=filtertable] tr td input[type="radio"]
{
    padding: 1em;
    text-align: left;
    color: #b22222;
}

div[class=page-content-top] table tr td select, table[class=filtertable] tr td select
{
    border: 1px solid #dadada;
    padding: 2px;
    width: 96.5%;
    color: #000000;
}

div[class=page-content-top] table tr td textarea, table[class=filtertable] tr td textarea
{
    border: 1px solid #dadada;
    padding: 2px;
    width: 95%;
    color: #000000;
}

div[class=page-content-top] table tr td input[type="text"]:focus, table[class=filtertable] tr td input[type="text"]:focus
{
    outline: none;
    border-color: #b22222;
    box-shadow: 0 0 2px #dadada;
}

div[class=page-content-top] table tr td input[type="file"]:focus, table[class=filtertable] tr td input[type="file"]:focus
{
    outline: none;
    border-color: #b22222;
    box-shadow: 0 0 2px #dadada;
}

div[class=page-content-top] table tr td textarea:focus, table[class=filtertable] tr td textarea:focus
{
    outline: none;
    border-color: #b22222;
    box-shadow: 0 0 2px #dadada;
}

div[class=page-content-top] table tr td select:focus, table[class=filtertable] tr td select:focus
{
    outline: none;
    border-color: #b22222;
    box-shadow: 0 0 2px #dadada;
}

div[class=page-content-top] table th
{
    text-align: right;
    width: 30%;
    padding-right: 20px;
    text-transform: uppercase;
}

/* acciones */

div[class=page-action-bar]
{
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 20px;
    margin-right: 20px;
    padding: 5px 5px 5px 5px;
    text-align: left; /*border: 1px solid #d22222;*/
    background-color: #e0e0e0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

div[class=page-action-bar] button
{
    padding: 0px;
    height: 30px;
    vertical-align: text-top;
}

/* grid */

div[class=page-grid-red]
{
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px;
    background-color: #b22222;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

div[class=page-grid-gray]
{
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px;
    background-color: #e0e0e0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

div[class=page-grid-white]
{
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 10px;
    margin-bottom: 20px;
    text-align: center;
    overflow: auto;
    max-width: 800px;
}

div[class=page-grid-gray-border]
{
    max-width: 800px;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    border: 1px solid #e0e0e0;
    padding: 10px;
    background-color: #ffffff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

/* mensajes informativos */

div[class=page-info-red]
{
    background-color: #b22222;
    margin-top: 5px;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 5px;
    padding: 10px;
    color: #ffffff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

div[class=page-info-red] ul
{
    text-align: left;
}

div[class=page-info-gray]
{
    background-color: #e0e0e0;
    margin-top: 5px;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 5px;
    padding: 10px;
    color: #000000;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

div[class=page-info-gray] ul
{
    text-align: left;
}

div[class=page-info-white]
{
    background-color: #ffffff;
    margin-top: 5px;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 5px;
    padding: 10px;
    color: #000000;
    border: 1px solid #e0e0e0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

div[class=page-info-white] ul
{
    text-align: left;
}

div[class=page-subtitle-noborder]
{
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin-top: 5px;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 5px;
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: #ffffff;
    text-align: center;
    color: #b22222;
}

div[class=page-subtitle-noborder] h3
{
    padding: 3px 5px 3px 5px;
    margin: 0px;
    text-align: center;
}

div[class=page-subtitle-noborder] h4
{
    padding: 3px 5px 3px 5px;
    margin: 0px;
    font-weight: bold;
}

div[class=page-subtitle-white]
{
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background-color: #ffffff;
    padding-top: 5px;
    padding-bottom: 5px;
    margin: 5px;
    text-align: left;
    color: #000000;
}

div[class=page-subtitle-white] h3
{
    padding: 3px;
    margin: 0px;
    text-align: center;
}

div[class=page-subtitle-white] h4
{
    padding: 3px 3px 3px 10px;
    margin: 0px;
    text-align: left;
}

div[class=page-subtitle-red]
{
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background: #4B91CD; /* #b22222;*/
    padding-top: 3px;
    padding-bottom: 0px;
    margin: 5px;
    text-align: left;
    color: #ffffff;
}

div[class=page-subtitle-red] h3
{
    padding: 3px;
    margin: 0px;
    text-align: center;
}

div[class=page-subtitle-red] h4
{
    padding: 3px 3px 3px 10px;
    margin: 0px;
    text-align: left;
}


/************************************************/
/*Se agregan estilos para requerimiento Ecartera*/
/************************************************/
#contenedorEcartera
{
    text-align: left;
    width: 800px;
    margin: 10px;
}

#contenedorEcartera2
{
    text-align: left;
    width: 800px;
    margin: 10px;
}

#contenedorEcartera3
{
    text-align: left;
    width: 600px;
    margin: 10px;
}

#SubContenedor
{
    width: 350px; /*Este será el ancho que tendrá tu columna*/ /*background-color: #CCCCCC;  /*Aquí pon el color del fondo que quieras para este lateral*/
    float: left; /*Aqui determinas de lado quieres quede esta "columna" */
}

#SubContenedor2
{
    width: 430px;
    margin-left: 350px; /*Este margen hace que no se encime el contenido en tu menúlateral, es importante que pongas un pocos pixeles más que el ancho  de tu columna lateral*/ /*background-color: #CCCCCC;*/ /*border:#000000 1px solid; /*ponemos un borde*/
}

#SubContenedor3
{
    width: 430px;
    margin-left: 370px; /*Este margen hace que no se encime el contenido en tu menúlateral, es importante que pongas un pocos pixeles más que el ancho  de tu columna lateral*/ /*background-color: #CCCCCC;*/ /*border:#000000 1px solid; /*ponemos un borde*/
}

#SubContenedor4
{
    width: 350px; /*Este será el ancho que tendrá tu columna*/ /*background-color: #CCCCCC;  /*Aquí pon el color del fondo que quieras para este lateral*/
    float: left; /*Aqui determinas de lado quieres quede esta "columna" */
}

#SubContenedor5
{
    width: 450px; /*Este será el ancho que tendrá tu columna*/
    float: left; /*Aqui determinas de lado quieres quede esta "columna" */
}




.divTable
{
    display: table;
    width: auto; /*background-color:#eee;*/
    background-color: White; /*border:1px solid  #666666;     border-spacing:1px;/*cellspacing:poor IE support for  this*/ /* border-collapse:separate;*/
}

.divRow
{
    display: table-row;
    width: auto;
}

.divCell
{
    float: left; /*fix for  buggy browsers*/
    display: table-column;
    width: 110px;
    background-color: #ccc;
}
.divCell2
{
    float: left; /*fix for  buggy browsers*/
    display: table-column;
    width: 220px; /*background-color:#b22222;*/
    border: 1px solid #b22222;
}

.divCell3
{
    float: left; /*fix for  buggy browsers*/
    display: table-column;
    width: 300px;
    background-color: #b22222;
    color: White; /*border: 1px solid #E32320;*/
}

.divCellTitulo
{
    float: left;
    display: table-column;
    width: 428px;
    border: 1px solid #E30F0F;
}

.divCellTituloCenter
{
    display: table-column;
    width: 428px;
    border: 1px solid #E30F0F;
}

.divCell4
{
    float: left; /*fix for  buggy browsers*/
    display: table-column;
    width: 80px;
    background-color: #ccc;
}
.divCell5
{
    float: left; /*fix for  buggy browsers*/
    display: table-column;
    width: 100px; /*background-color:#E30F0F;*/
    border: 1px solid #E32320;
}

.divCell6
{
    float: left; /*fix for  buggy browsers*/
    display: table-column;
    width: 800px;
    background-color: #ccc;
}

.divCell7
{
    float: left; /*fix for  buggy browsers*/
    display: table-column;
    width: 150px;
    background-color: #ccc;
}
.divCell8
{
    float: left; /*fix for  buggy browsers*/
    display: table-column;
    width: 300px; /*background-color:#b22222;*/
    border: 1px solid #b22222;
}

.divCell9
{
    float: left; /*fix for  buggy browsers*/
    display: table-column;
    width: 200px; /*background-color:#E30F0F;*/
    border: 1px solid #E32320;
}

.divCell10
{
    float: left; /*fix for  buggy browsers*/
    display: table-column;
    width: 180px;
    background-color: #ccc;
}
.divCell10_1
{
    float: left; /*fix for  buggy browsers*/
    display: table-column;
    width: 400px;
    background-color: #ccc;
}
.divCell11
{
    float: left; /*fix for  buggy browsers*/
    display: table-column;
    width: 100px; /*background-color:#b22222;*/
    border: 1px solid #b22222;
}

.divCell12
{
    float: left; /*fix for  buggy browsers*/
    display: table-column;
    width: 130px;
    background-color: #ccc;
}


.divCell13
{
    float: left; /*fix for  buggy browsers*/
    display: table-column;
    width: 130px;
    background-color: #ccc;
    height: 20px;
}

.divCell14
{
    float: left; /*fix for  buggy browsers*/
    display: table-column;
    width: 150px;
    height: 20px;
}

/************************************************/
/*Se agregan estilos para requerimiento Ecartera*/
/************************************************/