/* Error de minimización. Devolviendo el contenido no minimizado.
(1327,42): run-time error CSS1030: Expected identifier, found ','
(1327,57): run-time error CSS1031: Expected selector, found ')'
(1327,57): run-time error CSS1025: Expected comma or open brace, found ')'
 */
html
{
    background-color:  #00ABBE;  
    margin: 0;
    padding: 0;
}

body
{
    color: #333;
    font-size: .85em;
    font-family: "Segoe UI" , Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
}

a
{
    color: #333;
    outline: none;
    padding-left: 3px;
    padding-right: 3px;
    text-decoration: underline;
}

 /*a:link, a:visited, a:active, a:hover
{
    color: #333;
}

a:hover
{
   background-color: #c7d1d6;
}*/

header, footer, hgroup, nav, section
{
    display: block;
}

mark
{
    background-color: #a6dbed;   
    padding-left: 5px;
    padding-right: 5px;
}

.float-left
{
    float: left;
}

.float-right
{
    float: right;
}

.float-center
{
     margin: 0 auto;  
    }

.clear-fix:after
{
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

h1, h2, h3, h4, h5, h6
{
    color: #000;
    margin-bottom: 0;
    padding-bottom: 0;
}

h1
{
    font-size: 2em;
}

h2
{
    font-size: 1.75em;
    color: #666;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

h5 a:link, h5 a:visited, h5 a:active
{
    padding: 0;
    text-decoration: none;
}


/* main layout
----------------------------------------------------------*/
.content-wrapper
{
    margin: 0 auto;
    max-width: 1280px;
}


#body
{
    clear: both;
    padding-bottom: 35px;
     background-color: White; 
    
   /* background: #ffffff; /* Old browsers */ /* IE9 SVG, needs conditional override of 'filter' to 'none' */
   /* background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ2JSIgc3RvcC1jb2xvcj0iI2YyZjJmMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkZGRkZGQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #ffffff 0%, #f2f2f2 46%, #dddddd 100%); /* FF3.6+ */
   /* background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(46%,#f2f2f2), color-stop(100%,#dddddd)); /* Chrome,Safari4+ */
    /*background: -webkit-linear-gradient(top,  #ffffff 0%,#f2f2f2 46%,#dddddd 100%); /* Chrome10+,Safari5.1+ */
    /*background: -o-linear-gradient(top,  #ffffff 0%,#f2f2f2 46%,#dddddd 100%); /* Opera 11.10+ */
    /*background: -ms-linear-gradient(top,  #ffffff 0%,#f2f2f2 46%,#dddddd 100%); /* IE10+ */
    /*background: linear-gradient(to bottom,  #ffffff 0%,#f2f2f2 46%,#dddddd 100%); /* W3C */
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dddddd',GradientType=0 ); /* IE6-8 */
}

.featured + .main-content
{
    background: url("../Images/heroAccent.png") no-repeat;
}

header .content-wrapper
{
    padding-top: 20px;
}

footer
{
    clear: both;
    background-color: #e2e2e2;
    font-size: .8em;
    height: 100px;
}


/* site title
----------------------------------------------------------*/
.site-title
{
    color: #c8c8c8;
    font-family: Rockwell, Consolas, "Courier New" , Courier, monospace;
    font-size: 2.3em;
    margin: 0;
}

.site-title a, .site-title a:hover, .site-title a:active
{
    background: none;
    color: #c8c8c8;
    outline: none;
    text-decoration: none;
}


/* login
----------------------------------------------------------*/
#login
{
    display: block;
    font-size: .85em;
    margin: 0 0 10px;
    text-align: right;
}

#login a
{
    background-color: #d3dce0;
    margin-left: 10px;
    margin-right: 3px;
    padding: 2px 3px;
    text-decoration: none;
}

#login a.username
{
    background: none;
    margin: 0;
    padding: 0;
    text-decoration: underline;
}

#login ul
{
    margin: 0;
}

#login li
{
    display: inline;
    list-style: none;
}


/* menu
----------------------------------------------------------*/
ul#menu
{
    font-size: medium;
    font-weight: 600;
    text-align: center;
    margin: 0px;
    padding-top: 3px;
}

ul#menu li
{
    display: inline;
    padding: 9.5px; 
    /* list-style: none;
    width: auto;
   padding-left: 15px;*/
}

ul#menu li a
{
    background: none;
    color: White;
    text-decoration: none;
}

ul#menu li a:hover
{
    color: #333;
    text-decoration: none;
}




/* page elements
----------------------------------------------------------*/
/* featured */
.featured
{
    background-color: #fff;
}

.featured .content-wrapper
{
    background-color: #7ac0da;
    background-image: -ms-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
    background-image: -o-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #7ac0da), color-stop(1, #a4d4e6));
    background-image: -webkit-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
    background-image: linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
    color: #3e5667;
    padding: 20px 40px 30px 40px;
}

.featured hgroup.title h1, .featured hgroup.title h2
{
    color: #fff;
}

.featured p
{
    font-size: 1.1em;
}

/* page titles */
hgroup.title
{
    margin-bottom: 10px;
}

hgroup.title h1, hgroup.title h2
{
    display: inline;
}

hgroup.title h2
{
    font-weight: normal;
    margin-left: 3px;
}

/* features */
section.feature
{
    width: 300px;
    float: left;
    padding: 10px;
}

/* ordered list */
ol.round
{
    list-style-type: none;
    padding-left: 0;
}

ol.round li
{
    margin: 25px 0;
    padding-left: 45px;
}

ol.round li.zero
{
    background: url("../Images/orderedList0.png") no-repeat;
}

ol.round li.one
{
    background: url("../Images/orderedList1.png") no-repeat;
}

ol.round li.two
{
    background: url("../Images/orderedList2.png") no-repeat;
}

ol.round li.three
{
    background: url("../Images/orderedList3.png") no-repeat;
}

ol.round li.four
{
    background: url("../Images/orderedList4.png") no-repeat;
}

ol.round li.five
{
    background: url("../Images/orderedList5.png") no-repeat;
}

ol.round li.six
{
    background: url("../Images/orderedList6.png") no-repeat;
}

ol.round li.seven
{
    background: url("../Images/orderedList7.png") no-repeat;
}

ol.round li.eight
{
    background: url("../Images/orderedList8.png") no-repeat;
}

ol.round li.nine
{
    background: url("../Images/orderedList9.png") no-repeat;
}

/* content */
article
{
    float: left;
    width: 70%;
}

aside
{
    float: right;
    width: 25%;
}

aside ul
{
    list-style: none;
    padding: 0;
}

aside ul li
{
    background: url("../Images/bullet.png") no-repeat 0 50%;
    padding: 2px 0 2px 20px;
}

.label
{
    font-weight: 700;
}

/* login page */
#loginForm
{
    border-right: solid 2px #c8c8c8;
    float: left;
    width: 55%;
}

#loginForm .validation-error
{
    display: block;
    margin-left: 15px;
}

#loginForm .validation-summary-errors ul
{
    margin: 0;
    padding: 0;
}

#loginForm .validation-summary-errors li
{
    display: inline;
    list-style: none;
    margin: 0;
}

#loginForm input
{
    width: 250px;
}

#loginForm input[type="checkbox"], #loginForm input[type="submit"], #loginForm input[type="button"], #loginForm button
{
    width: auto;
}

#socialLoginForm
{
    margin-left: 40px;
    float: left;
    width: 40%;
}

#socialLoginForm h2
{
    margin-bottom: 5px;
}

#socialLoginList button
{
    margin-bottom: 12px;
}

#logoutForm
{
    display: inline;
}

/* contact */
.contact h3
{
    font-size: 1.2em;
}

.contact p
{
    margin: 5px 0 0 10px;
}

.contact iframe
{
    border: 1px solid #333;
    margin: 5px 0 0 10px;
}

/* forms */
fieldset
{
    border: none;
    margin: 0;
    padding: 0;
}

fieldset legend
{
    display: none;
}

fieldset ol
{
    padding: 0;
    list-style: none;
}

fieldset ol li
{
    padding-bottom: 5px;
}

label
{
    display: block;
    font-size: 1.2em;
    font-weight: 600;
}

label.checkbox
{
    display: inline;
}

/*input, textarea
{
    border: 1px solid #e2e2e2;
    background: #fff;
    color: #333;
    font-size: 1.2em;
    margin: 5px 0 6px 0;
    padding: 5px;
    width: 300px;
}

textarea
{
    font-family: inherit;
    width: 500px;
}*/

input:focus, textarea:focus
{
    border: 1px solid #fafafa;
}

input[type="checkbox"]
{
    background: transparent;
    border: inherit;
    width: auto;
}



/*td input[type="submit"], td input[type="button"], td button
{
    font-size: 1em;
    padding: 4px;
    margin-right: 4px;
}*/

/* info and errors */
.message-info
{
    border: 1px solid;
    clear: both;
    padding: 10px 20px;
}

.message-error
{
    clear: both;
    color: #e80c4d;
    font-size: 1.1em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.message-success
{
    color: #7ac0da;
    font-size: 1.3em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.error
{
    color: #e80c4d;
}

/* styles for validation helpers */
.field-validation-error
{
    color: #e80c4d;
    font-weight: bold;
    text-align: center;
 
}

.field-validation-valid
{
    display: none;
}

input.input-validation-error
{
    border: 1px solid #e80c4d;
     text-align: left;
   
}

input[type="checkbox"].input-validation-error
{
    border: 0 none;
}

.validation-summary-errors
{
    color: #e80c4d;
    font-weight: bold;
    font-size: 1.1em;
    text-decoration: none;
     text-align: center;
  
}

.validation-summary-errors li
{
    list-style: none;
}

.validation-summary-valid
{
    display: none;
}


/* tables
----------------------------------------------------------*/
table
{
    border-collapse: collapse;
    border-spacing: 0;
    /*margin-top: 0.75em;*/
    border: 0 none;
}

th
{
    font-size: 1.2em;
    text-align: left;
    border: none 0px;
    padding-left: 0;
}

th a
{
    display: block;
    position: relative;
}

th a:link, th a:visited, th a:active, th a:hover
{
    color: #333;
    font-weight: 600;
    text-decoration: none;
    padding: 0;
}

th a:hover
{
    color: #000;
}

th.asc a, th.desc a
{
    margin-right: .75em;
}

th.asc a:after, th.desc a:after
{
    display: block;
    position: absolute;
    right: 0em;
    top: 0;
    font-size: 0.75em;
}

th.asc a:after
{
    content: '▲';
}

th.desc a:after
{
    content: '▼';
}

td
{
    /*padding: 0.25em 2em 0.25em 0em;*/
    border: 0 none;
}

tr.pager td
{
    padding: 0 0.25em 0 0;
}


/********************
*   Mobile Styles   *
********************/
@media only screen and (max-width: 850px)
{

    /* header
                                            ----------------------------------------------------------*/
    header .float-left, header .float-right
    {
        float: none;
    }

    /* logo */
    header .site-title
    {
        margin: 10px;
        text-align: center;
    }

    /* login */
    #login
    {
        font-size: .85em;
        margin: 0 0 12px;
        text-align: center;
    }

    #login ul
    {
        margin: 5px 0;
        padding: 0;
    }

    #login li
    {
        display: inline;
        list-style: none;
        margin: 0;
        padding: 0;
    }

    #login a
    {
        background: none;
        color: #999;
        font-weight: 600;
        margin: 2px;
        padding: 0;
    }

    #login a:hover
    {
        color: #333;
    }

    /* menu */
    nav
    {
        margin-bottom: 5px;
    }

    ul#menu
    {
        margin: 0;
        padding: 0;
        text-align: center;
    }

    ul#menu li
    {
        margin: 0;
        padding: 0;
    }


    /* main layout
                                            ----------------------------------------------------------*/
    .main-content, .featured + .main-content
    {
        background-position: 10px 0;
    }

    .content-wrapper
    {
        padding-right: 10px;
        padding-left: 10px;
    }

    .featured .content-wrapper
    {
        padding: 10px;
    }

    /* page content */
    article, aside
    {
        float: none;
        width: 100%;
    }

    /* ordered list */
    ol.round
    {
        list-style-type: none;
        padding-left: 0;
    }

    ol.round li
    {
        padding-left: 10px;
        margin: 25px 0;
    }

    ol.round li.zero, ol.round li.one, ol.round li.two, ol.round li.three, ol.round li.four, ol.round li.five, ol.round li.six, ol.round li.seven, ol.round li.eight, ol.round li.nine
    {
        background: none;
    }

    /* features */
    section.feature
    {
        float: none;
        padding: 10px;
        width: auto;
    }

    section.feature img
    {
        color: #999;
        content: attr(alt);
        font-size: 1.5em;
        font-weight: 600;
    }

    /* forms */
    input
    {
        width: 90%;
    }

    /* login page */
    #loginForm
    {
        border-right: none;
        float: none;
        width: auto;
    }

    #loginForm .validation-error
    {
        display: block;
        margin-left: 15px;
    }

    #socialLoginForm
    {
        margin-left: 0;
        float: none;
        width: auto;
    }


    /* footer
                                            ----------------------------------------------------------*/
    footer .float-left, footer .float-right
    {
        float: none;
    }

    footer
    {
        text-align: center;
        height: auto;
        padding: 10px 0;
    }

    footer p
    {
        margin: 0;
    }
}

.DivCabecera
{
    background-image: url('../images/cabecera.png');
    width: 1289px;
    height: 135px;
}

.DivMenuSuperior
{
}

.DivContenido
{
    min-height: 600px;
}

.DivPie
{
    background-image: url('../images/pie.png');
    width: 1289px;
    height: 80px;
}

.DivFondoCabeceraPie
{
   background-color: #00ABBE;
    
}

.DivEntradaDatos
{
    padding-top: 100px;
}

.DivUbicacion
{
    height: 40px;
    background-color: rgba(1,173,209,0.6);
    
}

.DivContenidoUbicacion
{
    padding-top: 6px;
    font-family: "Segoe UI" , Verdana, Helvetica, Sans-Serif;
    color: white;
    font-size: large;
}


.DivContenidoUbicacion a
{
    color: white;
    background-color: inherit;
}

.display-label
{
    font-size:medium;    
    max-width: 150px;
    color: black;  
    
}

.display-field
{
    background: white;
    border: 1px solid #d3d3d3; 
      min-width: 90px;
   padding: 3px 3px 3px 3px;
     
}

.display-fieldPaginador
{
    background: white;
    border: 1px solid #d3d3d3;    
    min-width: 60px;
   padding: 3px 3px 3px 3px;
     
}

.DivCargando
{
    visibility: collapse;
    /*display: none;*/
}

.DivCarga
{
    min-height: 50px;
    color: white;
    font-size: large;
    font-family: calibri;
    background-color: #65CDE2;
    text-align: center;
    border-radius: 10px;
    padding: 10px;
    visibility: visible;
    /*display: block; */
}

a.Exportar
{
    color: Red;
}

.DivTexto input[type="text"]
{
    width: 60px;
}

.DivTablaDatos td
{
    vertical-align: top;
    min-width: 200px;
}

.DivTablaEspaciada th
{
    padding-right: 30px;
}

.DivPaginador input[type="text"]
{
    text-align: center;
    width: 50px;
}

.DivPaginador table
{
    margin: 0 auto;
 
}

.DivTablaEspaciadaAncha table
{
    width: 1280px;
    margin-left: 0px;
    padding: 8px 8px 8px 8px;
}

.DivTablaEspaciadaAncha th
{
    font-size: small; /*12px;*/
    text-align: center;
}


.DivTablaEspaciadaAncha td
{
   /*padding: 0.3em;*/
}


.TablaPintada th
{
    /*border: 1px solid gray;*/
    text-align: left; /*center;*/
}

.TablaPintada td
{
    /*border: 1px solid gray;*/
    border-bottom: 1px solid gray;
    font-size: 13px;
     height: 32px;
       min-height: 32px;
       max-height: 32px; 
}






.TablaPintada tr:first-child:hover {
    background-color: white;
}

.TablaPintada tr:hover
{
     background-color: #f2f2f2;
}


.DatoNumerico
{
    text-align: right;
}


/*CARMEN*/

/*.miTablaPpal

   border-collapse: separate;
   border-spacing: 8px; 
   background-color: rgb(242, 242, 242);
   border: 1px solid #8b8b8b;
    -moz-border-radius: 15px 15px 15px 15px;
 
     -webkit-border-radius: 15px 15px 15px 15px;
   
     border-radius: 15px 15px 15px 15px;
  vertical-align: middle;
      
}*/
.miTablaPpal {
 position:relative;
  width:100%;
  height:100%;
  margin:50px auto;
  text-align:center;
  background:#ecf0f1;
  padding:10px;
  -webkit-border-radius:20px 0 0 0;
     -moz-border-radius:20px 0 0 0;
          border-radius:20px 0 0 0;
  -webkit-box-shadow: 0px 1px 0px #ad392d, inset 0px 1px 0px white;
     -moz-box-shadow: 0px 1px 0px #ad392d, inset 0px 1px 0px white;
          box-shadow: 0px 1px 0px #ad392d, inset 0px 1px 0px white;
  box-shadow: 20px 20px 20px;
}

.miTablaPpalEsp
{  
   /*border: 1px solid #d3d3d3;   */
   border-collapse: separate;
   border-spacing: 8px; 
   background-color: rgb(242, 242, 242);
   border: 1px solid #8b8b8b;
    -moz-border-radius: 15px 15px 15px 15px;
    /*para Safari y Chrome*/
     -webkit-border-radius: 15px 15px 15px 15px;
    /* para Opera */
     border-radius: 15px 15px 15px 15px;
  vertical-align: middle;
  min-width: 60%;
      
}
/*.miTablaPpalLogin 
{  
   border-collapse: separate;
   border-spacing: 15px; 
  
   border: 1px solid #8b8b8b;
    -moz-border-radius: 15px 15px 15px 15px;
  
     -webkit-border-radius: 15px 15px 15px 15px;
  
     border-radius: 15px 15px 15px 15px;
  vertical-align: middle;
   margin: 0 auto;
  min-width: 30%;
  
      
}*/

.miTablaPpalLogin
{
 position:relative;
  width:360px;
  height:330px;
  margin:50px auto;
  text-align:center;
  background:#ecf0f1;
  padding:40px;
  -webkit-border-radius:20px 0 0 0;
     -moz-border-radius:20px 0 0 0;
          border-radius:20px 0 0 0;
  -webkit-box-shadow: 0px 1px 0px #ad392d, inset 0px 1px 0px white;
     -moz-box-shadow: 0px 1px 0px #ad392d, inset 0px 1px 0px white;
          box-shadow: 0px 1px 0px #ad392d, inset 0px 1px 0px white;
  box-shadow: 20px 20px 20px;

    }
    
    
    
      
    .name  {
  display:block;
  width:335px;
  padding:14px;
  -webkit-border-radius:6px;
     -moz-border-radius:6px;
          border-radius:6px;
  border:0;
  margin-bottom:12px;
  color:#7f8c8d;
  font-weight:600;
  font-size:16px;
}





    .nameMin  {
  display:block;
  width:335px;
  padding:10px;
  -webkit-border-radius:6px;
     -moz-border-radius:6px;
          border-radius:6px;
  border:0;
  margin-bottom:12px;
  color:#7f8c8d;
  font-weight:600;
  font-size:16px;
}

 .nameMin:read-only:focus {
  
border: 2px solid rgb(162,196,251);
   
}

/*.nameMin:focus, .input[readonly="readonly"]:focus {
 

border: 1px solid black;
}*/





       .buttonLogin {
position: relative !important;
    float: left !important;
    width: 145px !important;
    margin-top: 10px !important;
    background: rgba(1,173,209,0.6) !important;
    color: #fff !important;
    font-weight: 400 !important;
    /*text-shadow: 1px 1px 0px #2d7baf !important;
    box-shadow: 0px 3px 0px #2d7baf !important;
    -webkit-transition: all .3s ease-in-out !important;
    -moz-transition: all .3s ease-in-out !important;
    transition: all .3s ease-in-out !important;*/
    display:block;
  width:335px;
  padding:14px;
  -webkit-border-radius:6px;
     -moz-border-radius:6px;
          border-radius:6px;
  border:0;
  margin-bottom:12px;
  color:#7f8c8d;
  font-weight:600;
  font-size:16px;
    
}





  
    
.buttonLogin:hover{
  /*background-image: none !important;*/
  outline: none  !important;
  -webkit-box-shadow: none  !important;
  box-shadow: none  !important;
  background: rgb(0,171, 190) !important;
  cursor: pointer; 
}


 






.miTablaPpalLogin input.input-validation-error {
    border: 1px solid #e80c4d;
    
}

.miTablaPpalLogin input.input-validation-error:focus {
    border: 1px solid #fafafa;
    
}



/*.miTablaPpalEsp td
{  
    border: 1px solid black;
}*/

.miTablaPpalEsp input, textarea, select
{
    border: 1px solid #d3d3d3;
    background:  white;
    /*color: #333;
    font-size: 1.2em;
    margin: 5px 0 6px 0;*/
     padding: 3px 3px 3px 3px;
    width: 97%;
    text-align: left;
}


/*.miTablaPpalLogin input
{
    border: 1px solid #d3d3d3;
    background:  white;
  
     padding: 3px 3px 3px 3px;
 
    text-align: left;
}*/

h4.PpalLoginTitle {
  font-family: 'Source Sans Pro', sans-serif;
  font-size:2em;
  font-weight:300;
  margin-bottom:25px;
  color:#7f8c8d;
  text-shadow:1px 1px 0px white;
}

.PpalLoginLi {
  position:absolute;
  right:40px;
  bottom:48px;
  list-style:none;
}

.PpalLoginLi a, a:visited {
  text-decoration:none;
  color:#7f8c8d;
  font-weight:400;
  text-shadow:1px 1px 0px white;
  -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
          transition: all .3s ease-in-out;
}

.miTablaPpalLogin input:not([type=button], [type=submit]) 

{
    border: 1px solid #d3d3d3;
    background:  white;
    /*color: #333;
    font-size: 1.2em;
    margin: 5px 0 6px 0;*/
     padding: 3px 3px 3px 3px;
     width:150px;
    text-align: left;

}

.miTablaPpalEsp input[type="checkbox"]
{
   /*  transform: scale(1.5);*/
  

  /* Webkit browsers*/
  /*-webkit-transform: scale(1.5);*/
 height: 17px;
    width: 17px;
	
    }

.miTablaPpalEsp  textarea
{
    font-family: inherit;
    width: 97%;
       text-align: left;
}


.miTablaPpalEsp input.input-validation-error, textarea.input-validation-error {
    border: 1px solid #e80c4d;
    
}


.miTablaInside
{  
    
   /* border-collapse: separate;   
  padding-left: 5px;
   padding-right: 5px;
   border-spacing: 8px 0px; 
    /*border: 1px solid #d3d3d3;  
     margin:  0 -8px 0 -8px;*/ 
/*padding: 0px 8px 0px 0px;*/
     width: 98%;

 
}

.miMiniTitle
{
    font-size:medium; /*large;*/
    /*margin-top: 15px;*/
    max-width: 150px;
    color: black;
    border-bottom: 1px solid #8b8b8b;
     /*text-align: center;*/
           
}

.miTablaPpalBlue
{ 
    border-left: 5px Solid  rgba(1,173,209,0.6);    
      border-collapse: separate;
    border-spacing: 20px;
      color: #8b8b8b;
       font-size:large;
       margin-right: auto;
    margin-left: 0px;
    
    }
    
    



input[type="submit"]:not(.buttonLogin):not(.buttonMin), input[type="button"]:not(.buttonLogin):not(.buttonMin), button:not(.buttonLogin):not(.buttonMin), td input[type="submit"]:not(.buttonLogin):not(.buttonMin), td input[type="button"]:not(.buttonLogin):not(.buttonMin), td button:not(.buttonLogin):not(.buttonMin)
{
    background-color: rgba(1,173,209,0.6);
    border: 0px solid #787878;    
    text-decoration: none;
    /*text-transform: uppercase;*/
    cursor: pointer;
    font-size: 1.2em;
    /*font-weight: 600;*/
      padding: 5px 5px 5px 5px;
    /*margin-right: 8px;*/
    /* margin: 8px;*/
        width: auto;
        color: White; 
      vertical-align: middle; 
     -webkit-transition: color 0.2s linear;
    -moz-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    transition: color 0.2s linear;
    -webkit-transition: background-color 0.2s linear;
    -moz-transition: background-color 0.2s linear;
    -o-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
}

.blue
{

    background-color: rgba(1,173,209,0.6);
    border: 0px solid #787878;    
    text-decoration: none;
    /*text-transform: uppercase;*/
    cursor: pointer;
    font-size: 1.2em;
    /*font-weight: 600;*/
      padding: 3px 3px 3px 3px;
    /*margin-right: 8px;*/
    /* margin: 8px;*/
        width: auto;
        color: White; 
      vertical-align: middle; 
     -webkit-transition: color 0.2s linear;
    -moz-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    transition: color 0.2s linear;
    -webkit-transition: background-color 0.2s linear;
    -moz-transition: background-color 0.2s linear;
    -o-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
}

.gray
{
    background-color: rgb(242, 242, 242);
    border: 1px solid #8b8b8b;
     vertical-align: middle; 
    
    text-decoration: none;
    /*text-transform: uppercase;*/
    cursor: pointer;
    font-size: 1.2em;
    /*font-weight: 600;*/
      padding: 3px 3px 3px 3px;
    /*margin-right: 8px;*/
    /* margin: 8px;*/
        width: auto;
        color: Black; 
      vertical-align: middle; 
     -webkit-transition: color 0.2s linear;
    -moz-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    transition: color 0.2s linear;
    -webkit-transition: background-color 0.2s linear;
    -moz-transition: background-color 0.2s linear;
    -o-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
}


.gray a:link:not(.PpalLoginLi), a:visited:not(.PpalLoginLi), a:active:not(.PpalLoginLi)
{
    color: Black;
}

.gray a:hover:not(.PpalLoginLi)
{
    color: White; 
    border: none;
    }

.gray:hover
{
     background-color:rgba(1,173,209,0.6);
     color: Black;
      border: none;
    }
    
    .grayEsp
{
    background-color: rgb(242, 242, 242);
    border: 1px solid #8b8b8b;    
    text-decoration: none;
    /*text-transform: uppercase;*/
    cursor: pointer;
  
    /*font-weight: 600;*/
      padding: 3px 3px 3px 3px;
    /*margin-right: 8px;*/
    /* margin: 8px;*/
        
        color: Black; 
      vertical-align: middle; 
     -webkit-transition: color 0.2s linear;
    -moz-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    transition: color 0.2s linear;
    -webkit-transition: background-color 0.2s linear;
    -moz-transition: background-color 0.2s linear;
    -o-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
}


.grayEsp a:link:not(.PpalLoginLi), a:visited:not(.PpalLoginLi), a:active:not(.PpalLoginLi)
{
    color: Black;
        text-decoration: none;
}

.grayEsp a:hover
{
    color: White; 
    border: none;
    }

.grayEsp:hover
{
     background-color:rgba(1,173,209,0.6);
     color: Black;
      border: none;
    }
    

 
input[type="submit"]:hover:not(.buttonLogin):not(.buttonMin), input[type="button"]:hover:not(.buttonLogin):not(.buttonMin), button:hover:not(.buttonLogin):not(.buttonMin), td input[type="submit"]:hover:not(.buttonLogin):not(.buttonMin), td input[type="button"]:hover:not(.buttonLogin):not(.buttonMin), td button:hover:not(.buttonLogin):not(.buttonMin), .blue:hover:not(.buttonLogin):not(.buttonMin) {
  /*background-color: #8b8b8b;*/
  color: Black; 
}




.flex-container {
  padding: 0;
 /* margin: 0px;*/
  list-style: none;
  width: 98%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  
  -webkit-flex-flow: row wrap;
  justify-content: space-around;
}

.flex-item {
  background: transaparent; 
  
    /*padding: 5px;
width: 200px;
  height: 150px;
  margin-top: 10px;
  
  line-height: 150px;
  color: white;
  font-weight: bold;
  font-size: 3em;
  text-align: center;*/
}


.buttonMin {
position: relative !important;
    float: left !important;
    width: 145px !important;
    /*margin-top: 10px !important;*/
    background: rgba(1,173,209,0.6) !important;
    color: #fff !important;
    font-weight: 400 !important;
    /*text-shadow: 1px 1px 0px #2d7baf !important;
    box-shadow: 0px 3px 0px #2d7baf !important;
    -webkit-transition: all .3s ease-in-out !important;
    -moz-transition: all .3s ease-in-out !important;
    transition: all .3s ease-in-out !important;*/
    display:block;
  width:335px;
  padding:10px;
  -webkit-border-radius:6px;
     -moz-border-radius:6px;
          border-radius:6px;
  border:0;
  margin-bottom:12px;
  color:#7f8c8d;
  font-weight:600;
  font-size:16px;
    
}





  
    
.buttonMin:hover{
  /*background-image: none !important;*/
  outline: none  !important;
  -webkit-box-shadow: none  !important;
  box-shadow: none  !important;
  background: rgb(0,171, 190) !important;
  cursor: pointer; 
}


select#CodigoPais,
select#CodigoPais-color {
  /*-webkit-appearance: button;
  -webkit-border-radius: 2px;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-padding-end: 20px;
  -webkit-padding-start: 2px;
  -webkit-user-select: none;
  background-image: url(http://i62.tinypic.com/15xvbd5.png), -webkit-linear-gradient(#FAFAFA, #F4F4F4 40%, #E5E5E5);
  background-position: 97% center;
  background-repeat: no-repeat;*/
  border: 1px solid #AAA;
  /*color: #555;*/
  color:#7f8c8d ;
  font-size: inherit;
  /*margin: 20px;*/
  overflow: hidden;
  padding: 5px 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
width: 108%;
  
  display: block;
    /*width: 335px;*/
    padding: 10px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    border: 0;
    margin-bottom: 12px;

    font-weight: 600;
    font-size: 16px;
}
select#CodigoPais-color {
  color: #7f8c8d;
  /*background-image: url(http://i62.tinypic.com/15xvbd5.png), -webkit-linear-gradient(#779126, #779126 40%, #779126);*/
  /*background-color: #779126;*/
  background-color: White;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  padding-left: 15px;

}

