﻿body
{
    background-image: url('../Imagenes/Fondo02.jpg');
    background-repeat: repeat-x;
    background-color: White;
}
.btStyleAgregar
{
    background: #008bb2; /* Old browsers */ /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwOGJiMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMGI3ZWEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(left,  #008bb2 0%, #00b7ea 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#008bb2), color-stop(100%,#00b7ea)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  #008bb2 0%,#00b7ea 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  #008bb2 0%,#00b7ea 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  #008bb2 0%,#00b7ea 100%); /* IE10+ */
    background: linear-gradient(to right,  #008bb2 0%,#00b7ea 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008bb2', endColorstr='#00b7ea',GradientType=1 ); /* IE6-8 */
    border: none;
    border-radius: 2px;
    color: White;
    width: 120px;
    height: 27px;
    font-size: 18px;
    font-weight: bold;
    box-shadow: 1px 1px 1px 0px rgb(0,0,0);
    cursor: pointer;
}

.btnAccion
{
    -moz-box-shadow: 0px 1px 0px 0px #9acc85;
    -webkit-box-shadow: 0px 1px 0px 0px #9acc85;
    box-shadow: 0px 1px 0px 0px #9acc85;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #408222), color-stop(1, #309827));
    background: -moz-linear-gradient(top, #408222 5%, #309827 100%);
    background: -webkit-linear-gradient(top, #408222 5%, #309827 100%);
    background: -o-linear-gradient(top, #408222 5%, #309827 100%);
    background: -ms-linear-gradient(top, #408222 5%, #309827 100%);
    background: linear-gradient(to bottom, #408222 5%, #309827 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#408222', endColorstr='#309827',GradientType=0);
    background-color: #408222;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #3b6e22;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: Arial, FontAwesome;
    font-size: 13.5px;
    font-weight: bold;
    padding: 4px; /* 10px;*/
    text-decoration: none;
    text-shadow: 0px 1px 0px #92b879;
}
.btnAccion:hover
{
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #309827), color-stop(1, #408222));
    background: -moz-linear-gradient(top, #309827 5%, #408222 100%);
    background: -webkit-linear-gradient(top, #309827 5%, #408222 100%);
    background: -o-linear-gradient(top, #309827 5%, #408222 100%);
    background: -ms-linear-gradient(top, #309827 5%, #408222 100%);
    background: linear-gradient(to bottom, #309827 5%, #408222 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#309827', endColorstr='#408222',GradientType=0);
    background-color: #309827;
}
.btnAccion:active
{
    position: relative;
    top: 1px;
}

/*position:relative;
	top:1px;
}*/

.ui-autocomplete
{
    max-height: 200px;
    overflow-y: auto; /* prevent horizontal scrollbar */
    overflow-x: hidden;
}
/* IE 6 doesn't support max-height
   * we use height instead, but this forces the menu to always be this tall
   */
* html .ui-autocomplete
{
    height: 200px;
}

.FondoPlantilla
{
    background-image: url('../Imagenes/SupWebSPSM21A.jpg');
}

.FondoMenu
{
    background-image: url('../Imagenes/PuertoVirtual/Imagenes/SupMenuCrm.png');
}

.MigajaDePan
{
    font-family: Candara;
    font-size: 10pt;
    font-style: italic;
    font-weight: bold;
    background-image: url('../Imagenes/SupMenu01.jpg');
    vertical-align: middle;
}
.contenedor
{
    width: 100%;
}
.menucrm
{
    width: 50%;
    float: left;
}
.compromisossac
{
    width: 49%;
    float: right;
    height: 242px;
    margin-top: -3px;
}
/* Accordion */
.accordionHeader
{
    border: 1px solid #83C783;
    color: white;
    background-color: #26902B;
    font-family: Arial, Sans-Serif;
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

#master_content .accordionHeader a
{
    color: #FFFFFF;
    background: none;
    text-decoration: none;
}

#master_content .accordionHeader a:hover
{
    background: none;
    text-decoration: underline;
}

.accordionHeaderSelected
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #26902B;
    font-family: Arial, Sans-Serif;
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

.accordionHeaderSelectedAzul
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #3384C6;
    font-family: Arial, Sans-Serif;
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

#master_content .accordionHeaderSelected a
{
    color: #FFFFFF;
    background: none;
    text-decoration: none;
}

#master_content .accordionHeaderSelected a:hover
{
    background: none;
    text-decoration: underline;
}

.accordionContent
{
    background-color: Transparent;
    border: 1px dashed #2F4F4F;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
    color: Black;
}

/*AutoComplete flyout */

.autocomplete_completionListElement
{
    margin: 0px !important;
    background-color: inherit;
    color: windowtext;
    border: buttonshadow;
    border-width: 1px;
    border-style: solid;
    cursor: 'default';
    overflow: auto;
    height: 200px;
    text-align: left;
    list-style-type: none;
}
/*FIN ESTILO ACORDION */
.spacio
{
    width: 100%;
    float: left;
}
.citasporaceptar
{
    width: 50%;
    float: left;
}
.movimientosrecientes
{
    width: 50%;
    float: left;
}

.otros
{
    width: 49%;
    float: right;
}
.actividadesdelgrupo
{
    width: 49%;
    float: right;
}
.Citasporsemana
{
    width: 100%;
    float: left;
}
#contenedor
{
    width: 100%;
}
.Modulo
{
    width: 60%;
    float: left;
    background-color: #EBEBEB;
}
.MenuOpciones
{
    width: 40%;
    float: left;
    background-color: #EBEBEB;
}
.grillagestorcitas
{
    width: 100%;
    float: left;
}
.propuestas
{
    width: 100%;
    float: left;
}
.informaciondeinteres
{
    width: 49%;
    float: right;
}
.textboxMultiline
{
    max-width: 300px;
    max-height: 100px;
    min-width: 300px;
    min-height: 100px;
    font-family: Arial;
    font-size: 10;
}
.textboxMultiline2
{
    max-width: 500px;
    max-height: 100px;
    min-width: 500px;
    min-height: 100px;
    font-family: Arial;
    font-size: 10;
}
.textboxMultiline3
{
    max-width: 350px;
    max-height: 100px;
    min-width: 350px;
    min-height: 100px;
    font-family: Arial;
    font-size: 10;
}
.textboxMultiline4
{
    max-width: 735px;
    max-height: 400px;
    min-width: 600px;
    min-height: 10px;
    font-family: Arial;
    font-size: 10;
}
.textboxMultiline5
{
    max-width: 371px;
    max-height: 130px;
    min-width: 371px;
    min-height: 130px;
    font-family: Arial;
    font-size: 10;
}
.textboxMultiline6
{
    max-width: 815px;
    max-height: 120px;
    min-width: 815px;
    min-height: 120px;
    font-family: Arial;
    font-size: 10;
}
.textboxMultiline7
{
    max-width: 350px;
    max-height: 80px;
    min-width: 350px;
    min-height: 80px;
    font-family: Arial;
    font-size: 10;
}
.textboxMultiline8
{
    max-width: 100%;
    max-height: 100px;
    min-width: 100%;
    min-height: 100px;
    font-family: Arial;
    font-size: 10;
}
.textboxMultiline9
{
    max-width: 600px;
    max-height: 150px;
    min-width: 600px;
    min-height: 150px;
    font-family: Arial;
    font-size: 10;
}

.textboxMultiline10
{
    max-width: 800px;
    max-height: 60px;
    min-width: 800px;
    min-height: 60px;
    font-family: Arial;
    font-size: 10;
}

/*Tittulo estilos de tabla de Site.css*/
.Titulo1
{
    text-align: center;
    background-color: #3384C6;
    height: 20px;
    font-family: Arial;
    color: White;
    font-weight: bold;
    font-size: 10pt;
}

.Titulo2
{
    text-align: center;
    background-color: #DDFFEB;
    height: 26px;
    font-family: Arial;
    color: Black;
    font-weight: bold;
    font-size: 10pt;
}

.Titulo2A
{
    text-align: left;
    background-color: #D2FFE4;
    height: 26px;
    font-family: Arial;
    color: Black;
    font-weight: bold;
    font-size: 10pt;
}


.Titulo3
{
    text-align: center;
    background-color: White;
    height: 25px;
    font-family: Arial;
    color: #104077;
    font-weight: bold;
    font-size: 9pt;
}

.Titulo4
{
    text-align: center;
    background-color: White;
    height: 25px;
    font-family: Arial;
    color: Black;
    font-weight: bold;
    font-size: 8pt;
}

.Titulo5
{
    text-align: left;
    background-color: White;
    font-family: Arial;
    color: #00923A;
    font-weight: bold;
    font-size: 16pt;
    border-bottom: 2px;
    border-bottom-color: #00923A;
    border-bottom-style: solid;
}

.Titulo6
{
    text-align: left;
    background-color: White;
    font-family: Arial;
    color: #00923A;
    font-weight: bold;
    font-size: 16pt;
}


.Celda1
{
    text-align: left;
    background-color: #D8E8F5;
    height: 20px;
    font-family: Arial;
    color: Black;
    font-weight: normal;
    font-size: 8pt;
    width: 85%;
}

.Celda1A
{
    text-align: right;
    background-color: #D8E8F5;
    height: 20px;
    font-family: Arial;
    color: Black;
    font-weight: bold;
    font-size: 9pt;
    width: 25%;
}

.Celda2
{
    text-align: left;
    background-color: White;
    height: 20px;
    font-family: Arial;
    color: Black;
    font-weight: normal;
    font-size: 8pt;
    width: 85%;
}

.Celda2A
{
    text-align: right;
    background-color: White;
    height: 20px;
    font-family: Arial;
    color: Black;
    font-weight: bold;
    font-size: 9pt;
    width: 25%;
}

.Celda3
{
    text-align: center;
    background-color: #D8E8F5;
    height: 20px;
    font-family: Arial;
    color: Black;
    font-weight: bold;
    font-size: 9pt;
}

.Celda4
{
    text-align: center;
    background-color: White;
    height: 20px;
    font-family: Arial;
    color: Black;
    font-weight: bold;
    font-size: 9pt;
}

.Celda4A
{
    text-align: LEFT;
    background-color: White;
    height: 20px;
    font-family: Arial;
    color: Black;
    font-weight: bold;
    font-size: 9pt;
}


.Celda4B
{
    text-align: LEFT;
    background-color: White;
    height: 20px;
    font-family: Arial;
    color: Black;
    font-weight: normal;
    font-size: 9pt;
    border-bottom: 1px solid #D8E8F5;
}

.Celda4C
{
    text-align: center;
    background-color: White;
    height: 20px;
    font-family: Arial;
    color: Black;
    font-weight: bold;
    font-size: 9pt;
    border-bottom: 1px solid #D8E8F5;
}


.Celda5
{
    text-align: left;
    background-color: #D8E8F5;
    height: 20px;
    font-family: Arial;
    color: #003366;
    font-weight: bold;
    font-size: 9pt;
}

.Celda5A
{
    text-align: left;
    background-color: #D8E8F5;
    height: 25px;
    font-family: Arial;
    color: #003366;
    font-weight: bold;
    font-size: 10pt;
}

.Celda5B
{
    text-align: left;
    background-color: #D8E8F5;
    height: 25px;
    font-family: Arial;
    color: #003366;
    font-weight: bold;
    font-size: 11pt;
}

.Celda6
{
    text-align: center;
    background-color: #D8E8F5;
    height: 30px;
    font-family: Arial;
    color: #003366;
    font-weight: bold;
    font-size: 9pt;
}

.Celda7
{
    text-align: left;
    background-color: #D8E8F5;
    height: 25px;
    font-family: Arial;
    color: #003366;
    font-weight: bold;
    font-size: 9pt;
}

.Celda8
{
    text-align: left;
    background-color: #DBDBDB;
    height: 25px;
    font-family: Arial;
    color: #000000;
    font-weight: bold;
    font-size: 10pt;
}

.Celda8A
{
    text-align: left;
    background-color: White;
    height: 25px;
    font-family: Arial;
    color: #000000;
    font-weight: bold;
    font-size: 9pt;
    border-bottom: 2px;
    border-bottom-color: #00923A;
    border-bottom-style: solid;
}

.Tablas
{
    border-style: solid;
    border-width: 2px;
    border-color: #D7E7F7;
    font-size: 9pt;
    font-family: Arial;
    width: 95%;
    text-align: center;
}

/*FIN*/
/*FIN*/
/*Tab Active*/
.Tab .ajax__tab_active .ajax__tab_tab
{
    color: #ffffff;
    background: url("../Imagenes/tab_active.gif") repeat-x;
    height: 20px;
}
.Tab .ajax__tab_active .ajax__tab_inner
{
    color: #ffffff;
    background: url("../Imagenes/tab_left_active.gif") no-repeat left;
    padding-left: 10px;
    height: 20px;
}
.Tab .ajax__tab_active .ajax__tab_outer
{
    color: #ffffff;
    background: url("../Imagenes/tab_right_active.gif") no-repeat right;
    padding-right: 10px;
    height: 20px;
}
/*Tab Hover*/
.Tab .ajax__tab_hover .ajax__tab_tab
{
    color: #000000;
    background: url("../Imagenes/tab_hover.gif") repeat-x;
    height: 20px;
}
.Tab .ajax__tab_hover .ajax__tab_inner
{
    color: #000000;
    background: url("../Imagenes/tab_left_hover.gif") no-repeat left;
    padding-left: 10px;
    height: 20px;
}
.Tab .ajax__tab_hover .ajax__tab_outer
{
    color: #000000;
    background: url("../Imagenes/tab_right_hover.gif") no-repeat right;
    padding-right: 10px;
    height: 20px;
}
/*Tab Inactive*/
.Tab .ajax__tab_tab
{
    color: #666666;
    background: url("../Imagenes/tab_Inactive.gif") repeat-x;
    height: 20px;
}
.Tab .ajax__tab_inner
{
    color: #666666;
    background: url("../Imagenes/tab_left_inactive.gif") no-repeat left;
    padding-left: 10px;
    height: 20px;
}
.Tab .ajax__tab_outer
{
    color: #666666;
    background: url("../Imagenes/tab_right_inactive.gif") no-repeat right;
    padding-right: 10px;
    margin-right: 3px;
    height: 20px;
}
#PanelModulos
{
    width: 100%;
}
.modulos
{
    width: 80%;
    height: 400Px;
    background-color: #E2E6E3;
    margin: 10px auto;
    border: 0px solid #000000;
    background: #e4efc0; /* Old browsers */
    background: -moz-linear-gradient(top,  #e4efc0 0%, #abbd73 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e4efc0), color-stop(100%,#abbd73)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #e4efc0 0%,#abbd73 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #e4efc0 0%,#abbd73 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #e4efc0 0%,#abbd73 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #e4efc0 0%,#abbd73 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4efc0', endColorstr='#abbd73',GradientType=0 ); /* IE6-9 */
}
.TituloModulos
{
    width: 70%;
    height: 390Px;
    background-color: #E2E6E3;
    margin: 10px auto;
    background: #e4efc0; /* Old browsers */
    background: -moz-linear-gradient(top,  #e4efc0 0%, #abbd73 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e4efc0), color-stop(100%,#abbd73)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #e4efc0 0%,#abbd73 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #e4efc0 0%,#abbd73 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #e4efc0 0%,#abbd73 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #e4efc0 0%,#abbd73 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4efc0', endColorstr='#abbd73',GradientType=0 ); /* IE6-9 */
}

/*Estilo Mantener Cabecera Top*/
.CabeceraGridViewRow
{
}

/* Estilo Color Cabecera GridView*/
.GridViewRow td
{
    border: 1px solid #9CC8F4;
}

/* Estilo para los Link*/
a
{
    color: #FFFFFF;
    text-decoration: none;
}

a:link, a:visited
{
    color: #3389C5;
}

a:hover
{
    color: #3389C5;
    text-decoration: underline;
}

a:active
{
    color: #3389C5;
}
.ButtonFilter
{
    background-color: rgb(211,234,253);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: 1px Solid rgb(159,161,167);
    color: Black;
    height: 22.5px;
}
.ButtonFilter:hover:enabled
{
    cursor: pointer;
    background-color: rgb(159,209,251);
}
.ButtonFilter:disabled
{
    opacity: 0.5;
}
div.Modulo table.contenedor td:first-child
{
    width: 102px;
}
/* FIN */
.DegradadoDiasSemana
{
    background: #19b1f7; /* Old browsers */
    background: -moz-linear-gradient(top, #19b1f7 0%, #07506a 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#19b1f7), color-stop(100%,#07506a)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #19b1f7 0%,#07506a 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #19b1f7 0%,#07506a 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #19b1f7 0%,#07506a 100%); /* IE10+ */
    background: linear-gradient(to bottom, #19b1f7 0%,#07506a 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#19b1f7', endColorstr='#07506a',GradientType=0 ); /* IE6-9 */
}
.DegradadoDomingos
{
    background: #d8d8d8; /* Old browsers */
    background: -moz-linear-gradient(top, #d8d8d8 0%, #7f7f7f 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d8d8d8), color-stop(100%,#7f7f7f)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #d8d8d8 0%,#7f7f7f 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #d8d8d8 0%,#7f7f7f 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #d8d8d8 0%,#7f7f7f 100%); /* IE10+ */
    background: linear-gradient(to bottom, #d8d8d8 0%,#7f7f7f 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d8d8d8', endColorstr='#7f7f7f',GradientType=0 ); /* IE6-9 */
}



/*INCIO CSS MODULO IMPORTACIONES*/
#PanelModuloImportaciones
{
    width: 100%;
    height: 600px;
    background-image: url('../Imagenes/PuertoVirtual/Imagenes/Fondo2.png');
    background-repeat: no-repeat;

}
.MenuImportaciones
{
    width: 80%;
    height: 30px;
    margin: 0px auto;
    padding: 0px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 15px;
    background-color: #4DB4E6;
}

.textoN
{
    width: 584px;
    height: 200px;
    margin: 0px auto;
    /*padding: 50px 0px;*/
    background-image: url('../Imagenes/PuertoVirtual/Imagenes/textoPanelModulo.png');
    background-repeat: no-repeat;
    background-position:center center
}
.box
{
    width: 90%;
    margin: 0px 55px;
    height: 300px;
}

.box1_1
{
    width: 91%;
    height: 295px;
    margin: 33px 0px 0px 30px;
    background-color: rgba(198, 219, 143, 0.89);/*#E0E0E0; /*     -webkit-border-radius: 2px;     -moz-border-radius: 2px;     border-radius: 15px;     */
    float: left; /*background-image: url('../Imagenes/PuertoVirtual/Imagenes/boxverde.png');*/
    background-repeat: no-repeat;
    background-position: bottom;
    -webkit-box-shadow: 3px 3px 3px #888888;
    -moz-box-shadow: 3px 3px 3px #888888;
}

.Franja
{
    width: 383px;
    height: 31px;
    margin: 10px 0px 0px -17px;
    background-image: url('../Imagenes/PuertoVirtual/Imagenes/Franja.png');
}

p.TituloFranja
{
    width: 11em;
    padding: 7px 0px 0px 30px;
    color: White;
    font-family: Arial;
    font-weight: bold;
}
.box1_2
{
    width: 370px;
    height: 200px;
    margin: 33px 0px 0px 50px;
    background-color: #E0E0E0; /*     -webkit-border-radius: 2px;     -moz-border-radius: 2px;     border-radius: 15px;     */
    float: left; /*background-image: url('../Imagenes/PuertoVirtual/Imagenes/boxamarillo.png');*/
    background-repeat: no-repeat;
    background-position: bottom;
    -webkit-box-shadow: 3px 3px 3px #888888;
    -moz-box-shadow: 3px 3px 3px #888888;
}
/*FIN CSS MODULO IMPORTACIONES*/

.modal
{
    position: fixed;
    top: 0;
    left: 0;
    background-color: black;
    z-index: 99;
    opacity: 0.8;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    min-height: 100%;
    width: 100%;
}
.loading
{
    font-family: Arial;
    font-size: 10pt;
    width: 200px;
    height: 100px;
    display: none;
    position: fixed;
    z-index: 999;
}
@font-face
{
    font-family: 'FontArialBlack';
    src: url('../Styles/fonts/ArialBlack/arial-black.eot');
   /* src: url('../Styles/fonts/ArialBlack/arial-black.eot') format('embedded-opentype'),url('../Styles/fonts/ArialBlack/arial-black.woff') format('woff'),url('../Styles/fonts/ArialBlack/arial-black.ttf') format('truetype'),url('../Styles/fonts/ArialBlack/arial-black.svg') format('svg');*/
    font-weight: normal;
    font-style: normal;
}


#exampleSlider {max-height: 250px; overflow: hidden; list-style: none; padding: 0; margin: 0;}

/**** CSS Notification Boxes *****/

.alert-box {
		color:#555;
		border-radius:10px;
		font-family:Tahoma,Geneva,Arial,sans-serif;font-size:1.3em;
		padding:10px 36px;
		margin:10px;
	}
	
.alert-box span {
	font-weight:bold;
	text-transform:uppercase;
}

span#lblMensaje 
{
    font-weight:normal;
	text-transform:none;
 }
.error {
	background:#ffecec url('../Imagenes/PuertoVirtual/Imagenes/error.png') no-repeat 10px 50%;
	border:1px solid #f5aca6;
}
.success {
	background:#e9ffd9 url('../Imagenes/PuertoVirtual/Imagenes/success.png') no-repeat 10px 50%;
	border:1px solid #a6ca8a;
}
.warning {
	background:#fff8c4 url('../Imagenes/PuertoVirtual/Imagenes/warning.png') no-repeat 10px 50%;
	border:1px solid #f2c779;
}
.notice {
	background:#e3f7fc url('../Imagenes/PuertoVirtual/Imagenes/info.png') no-repeat 10px 50%;
	border:1px solid #8ed9f6;
}
	
/**************/

.container {
  margin-right: auto;
  margin-left: auto;
}

.container:before,
.container:after {
  display: table;
  content: " ";
}

.container:after {
  clear: both;
}

.container:before,
.container:after {
  display: table;
  content: " ";
}

.container:after {
  clear: both;
}

.row:before,
.row:after {
  display: table;
  content: " ";
}

.row:after {
  clear: both;
}

.row:before,
.row:after {
  display: table;
  content: " ";
}

.row:after {
  clear: both;
}

@media (min-width: 768px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}

.row .row {
  margin-right: -15px;
  margin-left: -15px;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
    top: 0px;
    left: 0px;
	-webkit-box-sizing: border-box; 
  -moz-box-sizing: border-box;
   box-sizing: border-box
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
  float: left;
}

.col-1 {
  width: 8.333333333333332%;
}

.col-2 {
  width: 16.666666666666664%;
}

.col-3 {
  width: 25%;
}

.col-4 {
  width: 33.33333333333333%;
}

.col-5 {
  width: 41.66666666666667%;
}

.col-6 {
  width: 50%;
}

.col-7 {
  width: 58.333333333333336%;
}

.col-8 {
  width: 66.66666666666666%;
}

.col-9 {
  width: 75%;
}

.col-10 {
  width: 83.33333333333334%;
}

.col-11 {
  width: 91.66666666666666%;
}

.col-12 {
  width: 100%;
}

@media (min-width: 768px) {
  .container {
    max-width: 728px;
  }
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-1 {
    width: 8.333333333333332%;
  }
  .col-sm-2 {
    width: 16.666666666666664%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.33333333333333%;
  }
  .col-sm-5 {
    width: 41.66666666666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.333333333333336%;
  }
  .col-sm-8 {
    width: 66.66666666666666%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.33333333333334%;
  }
  .col-sm-11 {
    width: 91.66666666666666%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-push-1 {
    left: 8.333333333333332%;
  }
  .col-push-2 {
    left: 16.666666666666664%;
  }
  .col-push-3 {
    left: 25%;
  }
  .col-push-4 {
    left: 33.33333333333333%;
  }
  .col-push-5 {
    left: 41.66666666666667%;
  }
  .col-push-6 {
    left: 50%;
  }
  .col-push-7 {
    left: 58.333333333333336%;
  }
  .col-push-8 {
    left: 66.66666666666666%;
  }
  .col-push-9 {
    left: 75%;
  }
  .col-push-10 {
    left: 83.33333333333334%;
  }
  .col-push-11 {
    left: 91.66666666666666%;
  }
  .col-pull-1 {
    right: 8.333333333333332%;
  }
  .col-pull-2 {
    right: 16.666666666666664%;
  }
  .col-pull-3 {
    right: 25%;
  }
  .col-pull-4 {
    right: 33.33333333333333%;
  }
  .col-pull-5 {
    right: 41.66666666666667%;
  }
  .col-pull-6 {
    right: 50%;
  }
  .col-pull-7 {
    right: 58.333333333333336%;
  }
  .col-pull-8 {
    right: 66.66666666666666%;
  }
  .col-pull-9 {
    right: 75%;
  }
  .col-pull-10 {
    right: 83.33333333333334%;
  }
  .col-pull-11 {
    right: 91.66666666666666%;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 940px;
  }
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-1 {
    width: 8.333333333333332%;
  }
  .col-lg-2 {
    width: 16.666666666666664%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.33333333333333%;
  }
  .col-lg-5 {
    width: 41.66666666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.333333333333336%;
  }
  .col-lg-8 {
    width: 66.66666666666666%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.33333333333334%;
  }
  .col-lg-11 {
    width: 91.66666666666666%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-offset-3 {
    margin-left: 25%;
  }
  .col-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-offset-6 {
    margin-left: 50%;
  }
  .col-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-offset-9 {
    margin-left: 75%;
  }
  .col-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-offset-11 {
    margin-left: 91.66666666666666%;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}




