﻿/* DEFAULTS
----------------------------------------------------------*/

body   
{
    background: #b6b7bc;
    font-size: 10pt;
    font-family:"Century Gothic", "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #696969;
}

a:link {color: black;}
a:visited {color: red /* #00ABE5;*/}
a:hover  {color: red;text-decoration: none;}
a:active {color:red; /*#00ABE5;*/}

p {margin-bottom: 5px;line-height: 10px;}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 14pt;
    color: #600;
    font-family: "Century Gothic","Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    text-transform: none;
    font-weight: normal;
    margin-bottom: 0px;
}

h1
{
    font-size: 13pt;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2
{
    font-size: 12pt;
    font-weight: 600;
}

h3
{
    font-size: 11pt;
}

h4
{
    font-size: 10pt;
}

h5, h6
{
    font-weight: 100;
    font-size: 9pt;
}

/* 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
{     
     background-color: #fff
    ;margin: 10px auto 0px auto
    ;border: 1px solid #fff 5px solid #000
    ;border-radius:  10px 
    ;-ms-border-radius:  10px 
    ;-moz-border-radius:  10px 
    ;-webkit-border-radius:  10px 
    ;-khtml-border-radius:  10px
    
}

.tabla_titulos
{
     padding:1px
    ;margin: 1px
    ;vertical-align: middle
    ;border-collapse:separate
    ;width: 100%
    ;border-radius:  10px
    ;-ms-border-radius:  10px
    ;-moz-border-radius:  10px
    ;-webkit-border-radius: 10px
    ;-khtml-border-radius: 10px
    
    
}

.tabla_titulos td 
{
     font-family:Century Gothic,Verdana,Lucida Grande,Segoe UI,Arial,Helvetica,sans-serif
    ;color:#fff 
    ;font-size:12pt
    ;padding: 3px
    ;margin: 3px
    ;border: 0px solid #aaa
    ;vertical-align: middle
    ;text-align:center
    
    ;border-radius: 30px 
    ;-ms-border-radius: 30px
    ;-moz-border-radius: 30px
    ;-webkit-border-radius: 30px
    ;-khtml-border-radius: 30px
    
    ;box-shadow:         2px 2px 2px 0px rgba(0,0,0,0.2) /* CSS3 */                   
    ;-webkit-box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.2) /* Safari and Chrome */
    ;-moz-box-shadow:    2px 2px 2px 0px rgba(0,0,0,0.2) /* Firefox */
    ;-ms-box-shadow:     2px 2px 2px 0px rgba(0,0,0,0.2) /* Internet Explorer */
    ;-o-box-shadow:      2px 2px 2px 0px rgba(0,0,0,0.2) /* Opera */
    
    ;-moz-box-shadow:    inset 5px 0 25px 0 #eee
    ;-webkit-box-shadow: inset 5px 0 25px 0 #eee
	;box-shadow:         inset 5px 0 25px 0 #eee
}

.header
{
    position: relative
    ;margin: 0px
    ;padding: 0px
    ;background: #fff /* #4b6c9e */
    ;width: 100%
    ;border-radius:  10px
    ;-ms-border-radius:  10px
    ;-moz-border-radius:  10px
    ;-webkit-border-radius:  10px
    ;-khtml-border-radius:  10px
    
}

.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #f9f9f9;
    border: none;
    line-height: 22px;
    font-size: 2px;
}

.main
{
    padding: 0px ;
    margin: 3px 3px 3px 3px;
    /*min-height: 420px;*/
    width:100%;
}

.leftCol
{
    padding: 6px 0px;
    margin: 10px 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;
}


/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink
{
    width:100%;
}

div.menu
{
    color: #fff;
    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: #000;
    border: 1px #000 solid;
    color: #dde4ec;
    display: block;
    line-height: 16px;
    padding: 4px 20px;
    text-decoration: none;
    white-space: nowrap;
}

div.menu ul li a:hover
{
    background-color: #000000;
    color: #465c71;
    text-decoration: none;
}

div.menu ul li a:active
{
    background-color: #000000;
    color: #cfdbe6;
    text-decoration: none;
}

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 10px 0px;
    padding: 10px;
    border: 1px solid #ccc;
}

fieldset p 
{
    margin: 2px 10px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 13px;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo
{
    width: 42%;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

.loginDisplay
{
    font-size: 13px;
    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: 14px;
    color: Red;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}

.button {
  outline: 0;
  padding: 5px 5px;
  display: block;
  color: white;
  font-weight: normal;
  text-shadow: 1px 1px #1f272b;
  border: 1px solid #1c252b;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background: #232B30;
  background: -moz-linear-gradient(top, #3D4850 3%, #313d45 4%, #232B30 100%); /* firefox */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(3%,#3D4850), color-stop(4%,#313d45), color-stop(100%,#232B30)); /* webkit */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3D4850', endColorstr='#232B30',GradientType=0 ); /* ie */
  box-shadow: 3px 3px 3px rgba(0,0,0,0.2); /* CSS3 */
  -moz-box-shadow: 3px 3px 3px rgba(0,0,0,0.2); /* Firefox */
  -webkit-box-shadow: 3px 3px 3px rgba(0,0,0,0.2); /* Safari, Chrome */
 }
 
 .button_seleccionado {
  outline: 0;
  padding: 5px 5px;
  display: block;
  color: #00ABE5;
  font-weight: normal;
  text-shadow: 1px 1px #1f272b;
  border: 1px solid #1c252b;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background: #232B30; /* old browsers */
  background: -moz-linear-gradient(top, #3D4850 3%, #313d45 4%, #232B30 100%); /* firefox */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(3%,#3D4850), color-stop(4%,#313d45), color-stop(100%,#232B30)); /* webkit */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3D4850', endColorstr='#232B30',GradientType=0 ); /* ie */
  box-shadow: 3px 3px 3px rgba(0,0,0,0.2); /* CSS3 */
  -moz-box-shadow: 3px 3px 3px rgba(0,0,0,0.2); /* Firefox */
  -webkit-box-shadow: 3px 3px 3px rgba(0,0,0,0.2); /* Safari, Chrome */
 }
 
 .button:hover {
  color: red; /* #ff0;*/
  background: #4C5A64; /* old browsers */
  background: -moz-linear-gradient(top, #4C5A64 3%, #404F5A 4%, #2E3940 100%); /* firefox */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(3%,#4C5A64), color-stop(4%,#404F5A), color-stop(100%,#2E3940)); /* webkit */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4C5A64', endColorstr='#2E3940',GradientType=0 ); /* ie */
 }
 
 .button:active {
  background-position: 0 top;
  position: relative;
  top: 1px;
  color: #00ABE5 !important;
  padding: 6px 12px 4px;
  background: #20282D;
  background: -moz-linear-gradient(top, #20282D 3%, #252E34 51%, #222A30 100%); /* firefox */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(3%,#20282D), color-stop(51%,#252E34), color-stop(100%,#222A30)); /* webkit */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#20282D', endColorstr='#222A30',GradientType=0 ); /* ie */
  -moz-box-shadow: 1px 1px 1px rgba(255,255,255,0.1); /* Firefox */
  -webkit-box-shadow: 1px 1px 1px rgba(255,255,255,0.1); /* Safari, Chrome */
  box-shadow: 1px 1px 1px rgba(255,255,255,0.1); /* CSS3 */
 }
 
 .button-list { list-style: none; padding: 0; margin: 0; width: 100%; float: left; display: block; margin: 0 0 30px; }
 .button-list li { float: left; margin: 0 7px 0 0; }
 .button-list li.search { border-left: 1px solid #273137; padding-left: 18px; margin-left: 10px; position: relative; }
 
 /* Vertical List: */
 
 .vertical-list {
  list-style: none;
  width:100%;
  vertical-align:bottom;
  padding: 0px;
  /* width: 110px; */
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background: #20282D; /* old browsers */
  background: -moz-linear-gradient(top, #20282D 3%, #252E34 51%, #222A30 100%); /* firefox */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(3%,#20282D), color-stop(51%,#252E34), color-stop(100%,#222A30)); /* webkit */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#20282D', endColorstr='#222A30',GradientType=0 ); /* ie */
  -moz-box-shadow: 3px 3px 3px rgba(255,255,255,0.1); /* Firefox */
  -webkit-box-shadow: 3px 3px 3px rgba(255,255,255,0.1); /* Safari, Chrome */
  box-shadow: 3px 3px 3px rgba(255,255,255,0.1); /* CSS3 */
 }
 
 .vertical-list .button {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background: #515B62; /* old browsers */
  background: -moz-linear-gradient(top, #515B62 3%, #444E55 5%, #394147 100%); /* firefox */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(3%,#515B62), color-stop(5%,#444E55), color-stop(100%,#394147)); /* webkit */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#515B62', endColorstr='#394147',GradientType=0 ); /* ie */
 }
 
 .vertical-list .button:hover {
  background: #5F6B72; /* old browsers */
  background: -moz-linear-gradient(top, #5F6B72 3%, #56646C 4%, #4D5A62 50%, #434D54 100%); /* firefox */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(3%,#5F6B72), color-stop(4%,#56646C), color-stop(50%,#4D5A62), color-stop(100%,#434D54)); /* webkit */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5F6B72', endColorstr='#434D54',GradientType=0 ); /* ie */
 }
 
 .vertical-list .button:active {
  padding: 5px 12px;
  top: 0;
  background: #515B62; /* old browsers */
  background: -moz-linear-gradient(top, #515B62 3%, #444E55 5%, #394147 100%); /* firefox */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(3%,#515B62), color-stop(5%,#444E55), color-stop(100%,#394147)); /* webkit */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#515B62', endColorstr='#394147',GradientType=0 ); /* ie */  -moz-box-shadow: 1px 1px 1px rgba(255,255,255,0.1); /* Firefox */
  -moz-box-shadow: 1px 1px 1px rgba(0,0,0,0.2); /* Firefox */
  -webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.2); /* Safari, Chrome */
  box-shadow: 1px 1px 1px rgba(0,0,0,0.2); /* CSS3 */
color: #00ABE5;
}

 .vertical-list li { margin: 0 0 5px; }
 .vertical-list li:last-child { margin: 0; }
 
         
ul.mtabs  {outline: 0;
            font-family:Century Gothic;
            padding: 5px 5px 5px 5px;
            display: inline;
            color: #9fa8b0;
            font-size: 9pt;
            font-weight: normal;
            text-shadow: 1px 1px #1f272b;
            border: 0px solid #fc252b;
            border-radius: 6px;
            -moz-border-radius: 6px;
            -webkit-border-radius: 6px;
            background: #515B62; /* old browsers */
            box-shadow: 3px 3px 3px rgba(0,0,0,0.2); /* CSS3 */
            -moz-box-shadow: 3px 3px 3px rgba(0,0,0,0.2); /* Firefox */
            -webkit-box-shadow: 3px 3px 3px rgba(0,0,0,0.2); /* Safari, Chrome */
}
        
ul.mtabs li             {display:inline;padding:5px 5px 5px 5px; border-top-width:0px;border-bottom-width:0px;border-left-width:3px;border-right-width:0px; border-style:solid; border-color:#777}
ul.mtabs li:first-child {border-left-width:0px}
ul.mtabs li a           {cursor:pointer; color: #fff}        
ul.mtabs li a:hover     {color: red /* #ff0*/;}
ul.mtabs li a.active    {color: #00ABE5;}
         
        
ul.mtabs_old           { border:0px solid #fab
                        ;cursor:pointer
                        ;margin:5px 0px 10px 10px
                        ;padding:0px
                              
                        ;color:#000
                        ;font-family:Century Gothic
                        ;font-size:10pt
                        ;font-weight:normal;
                        }
                              
ul.mtabs_old li        { display:inline
                        ;padding:1px
                        ;margin:2px
                        ;border:0px solid #dddddd
                              
                        ;color:#000
                        ;font-family:Century Gothic
                        ;font-size:10pt
                        ;font-weight:normal;

                        }
                              
ul.mtabs_old li a      { 
                        padding:4px
                        ;border-width:0px 1px 1px 0px
                        ;border-style:solid
                        ;border-color:#999
                        ;border-radius:          10px 4px 10px 10px
                        ;-ms-border-radius:      10px 4px 10px 10px
                        ;-moz-border-radius:     10px 4px 10px 10px
                        ;-webkit-border-radius:  10px 4px 10px 10px
                        ;-khtml-border-radius:   10px 4px 10px 10px
                        ;box-shadow:         3px 3px 3px 0px rgba(0,0,0,0.3) /* CSS3 */                    
                        ;-webkit-box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.3) /* Safari and Chrome */
                        ;-moz-box-shadow:    3px 3px 3px 0px rgba(0,0,0,0.3) /* Firefox */
                        ;-ms-box-shadow:     3px 3px 3px 0px rgba(0,0,0,0.3) /* Internet Explorer */
                        ;-o-box-shadow:      3px 3px 3px 0px rgba(0,0,0,0.3) /* Opera */
                              
                        ;color:#000
                        ;font-family:Century Gothic,Lucida Grande,Verdana,Arial,Helvetica,sans-serif
                        ;font-size:10pt
                        ;background-color: #fff
                        ;font-weight:normal;

                    }
                            
ul.mtabs_old li a:hover  {
                        border-width:0px 1px 1px 0px
                        ;border-style:solid
                        ;border-color:#999
                        ;border-radius:         10px 10px 10px 10px
                        ;-ms-border-radius:     10px 10px 10px 10px
                        ;-moz-border-radius:    10px 10px 10px 10px
                        ;-webkit-border-radius: 10px 10px 10px 10px
                        ;-khtml-border-radius:  10px 10px 10px 10px
                        ;box-shadow:         3px 3px 3px 0px rgba(0,0,0,0.3) /* CSS3 */                    
                        ;-webkit-box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.3) /* Safari and Chrome */
                        ;-moz-box-shadow:    3px 3px 3px 0px rgba(0,0,0,0.3) /* Firefox */
                        ;-ms-box-shadow:     3px 3px 3px 0px rgba(0,0,0,0.3) /* Internet Explorer */
                        ;-o-box-shadow:      3px 3px 3px 0px rgba(0,0,0,0.3) /* Opera */
                              
                        ;color:#000
                        ;font-family:Century Gothic
                        ;font-size:10pt
                        ;background-color: #fff
                        ;font-weight:normal;
                              
                        }
                              
ul.mtabs_old li a.active { border-width:0px 1px 1px 0px
                        ;border-style:solid
                        ;border-color:#f99
                        ;border-radius:         10px 10px 10px 4px
                        ;-ms-border-radius:     10px 10px 10px 4px
                        ;-moz-border-radius:    10px 10px 10px 4px
                        ;-webkit-border-radius: 10px 10px 10px 4px
                        ;-khtml-border-radius:  10px 10px 10px 4px
                        ;box-shadow:         3px 3px 3px 0px rgba(0,0,0,0.3) /* CSS3 */                    
                        ;-webkit-box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.3) /* Safari and Chrome */
                        ;-moz-box-shadow:    3px 3px 3px 0px rgba(0,0,0,0.3) /* Firefox */
                        ;-ms-box-shadow:     3px 3px 3px 0px rgba(0,0,0,0.3) /* Internet Explorer */
                        ;-o-box-shadow:      3px 3px 3px 0px rgba(0,0,0,0.3) /* Opera */
                              
                        ;color:#fff
                        ;font-family:Century Gothic
                        ;font-size:10pt
                        ;background-color: #000
                        ;font-weight:normal
                              
                        }