﻿body {
    margin: 0px auto;
    /*background-color: #3A306B;*/
    background-color: #E1E2DC;
}

table {
    margin-left: auto;
    margin-right: auto;
}

    table#tHeader {
        width: 70%;
    }

th {
    background-color: #363C3D;
    color: white;
    text-align: center;
    margin: 10px;
    padding: 2px 2px 5px 9px;
    
}



#principal {
    width: 75%;
    margin: auto;
    /*left: 15%;*/
    background-color: #FFFFFF; /* #FFAF66;*/
    /*border-radius: 5px;*/
    padding-left: 25px;
    padding-right: 25px;
    border: 1px solid #777;
    box-shadow: 5px 10px 10px #888;
}


#backHeader {
    width: 100%;
    background-color: #E1E2DC;
}

#divHeader {
    width: 70%;
    max-width: 800px;
    margin: auto;
    font-family: 'Lucida Console';
    color: #040145;
    font-size: 10pt;
    font-weight: bold;
}

#LoginStatus1 {
    float: right;
    color:white;
}

#loginBar {
    float: right;
    position: absolute;
    top: 0;
    right: 30%;
}

.newsletter {
    float: right;
}

#menuButton {
    display: none;
    background-color: #363C3D;
    color: white;
    line-height: 40px;
    float:left;
    width:100%;
}

    #menuButton a {
        color: white;
        margin: 10px;
        padding: 12px;
        vertical-align: middle;
    }

#mobileMenu {
    margin-left: 30px;
    background-color: #363C3D;
    padding: 15px;
    display: none;
}

    #mobileMenu ul {
        /*padding: 5px;*/
    }

    #mobileMenu li {
        background-color: #363C3D;
        color: white;
    }

        #mobileMenu li a {
            background-color: #363C3D;
            color: white;
        }

#miniLogo {
    display: block;
    float:left;
}
        

@media only screen and (max-width: 600px) {
    #menuButton {
        display: block;
    }

    #cssmenu {
        display: none;
    }

    #miniLogo {
        display:none;
    }
}

@media only screen and (max-width: 1250px) {
    #principal {
        width: 90%;
        /*left: -10px;*/
    }

    #divHeader {
        width: 97%;
        
        text-align: center;
    }

        #divHeader span {
            display: none;
        }

    #loginBar {
        /*float:right; */
        position: static;
        width: 100%;
        top: 0;
        right: 0;
        left: 0px;
        background-color: gray;
    }
}


img {
    border-radius: 25px;
}






.TextContent {
    font-family: Georgia, serif;
    font-size: 1.1em;
    line-height: 150%;
}

    .TextContent h2 {
        font-family: Georgia, serif;
        font-weight: bolder;
        font-size: 1.1em;
        line-height: 150%;
    }


.LogoTitle img {
    max-width: 800px;
    width: 100%;
}

.BlueBox h2 {
    background-color: #004861; /* #FFAF66;*/
    color: #FFFFFF;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
    padding: 3px;
    font-size: medium;
    text-align: center;
}

.BannerSide {
    position: relative;
    /* width: 400px; */
}


.BannerHome {
    position: relative;
    width: 400px; /* for IE 6 */
}

.BannerText {
    position: absolute;
    top: 10px;
    left: 0;
    padding: 10px 10px 20px 30px;
    width: 85%;
}

.BannerTextx span {
    color: white;
    font: bold 24px/45px Helvetica, Sans-Serif;
    letter-spacing: -1px;
    background: rgb(0, 0, 0); /* fallback color */
    background: rgba(0, 0, 0, 0.7);
    padding: 10px;
    padding: 0 5px;
}

.Boton {
    background-color: #040145;
    color: rgb(255, 255, 255);
    border-radius: 6px;
    padding: 4px 10px 4px 10px;
    font-size: 15px;
    text-align: center;
    margin-left: 14px;
    margin-top: 5px;
    text-decoration: none;
}

input[type="text"], input[type="email"], input[type="password"], textarea {
    border: 1px solid rgb(188, 188, 184);
    padding: 4px 6px;
}

.PageTitle {
    background-color: #363C3D; /* #FFAF66;*/
    color: #FFFFFF;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
    padding: 3px;
    font-size: 17pt;
    text-align: center;
    margin-top: 0.5em;
}

.TopRight {
    font-size: small;
    float: right;
}

.info {
    background-color: #e83311; /* #FFAF66;*/
    color: #FFFFFF;
    padding: 3px;
    font-size: medium;
    text-align: center;
    margin: 10px;
}

th {
    text-align: left;
}

h2 {
    color: #004861;
}

h1 {
    /*   color:#e83311;   */
    color: #004861;
}

.CampoError {
    background-color: #FFE0E0;
}

#idPie {
}


.whiteBox {
    background-color: #FFFFFF; /* #FFAF66;*/
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    border-radius: 20px;
    padding: 5px;
    -moz-box-shadow: 12px 12px 12px black;
    -webkit-box-shadow: 12px 12px 12px black;
    box-shadow: 12px 12px 12px black;
    margin: 5px 15px 5px 5px;
}

.lightBox {
    background-color: #f1f1f1; /* #ffddbc;*/
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
    padding: 1px 10px 5px 20px;
    /*-moz-box-shadow: 12px 12px 12px black;
    -webkit-box-shadow: 12px 12px 12px black;
    box-shadow: 12px 12px 12px #c4f1ff;*/
    margin: 5px 5px 25px 5px;
    width: 95%;
}

    .lightBox a {
        text-decoration: none;
        font-weight: bold;
        /*color: #004861;*/
    }

#tdLogo {
    /*background-color: #BBD9E3;   */
}

#tdContent {
    /* background-color: White;
	  border: solid 1px black;*/
    vertical-align: top;
    padding: 0px;
    vertical-align: top;
    padding: 7px 17px 17px 17px;
}


.BlueBox {
    background-color: #afe8e7;
    /*background-color: #e83311;*/
    padding: 10px;
    margin: 10px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -moz-box-shadow: 6px 6px 6px black;
    -webkit-box-shadow: 6px 6px 6px black;
    box-shadow: 5px 5px 5px #667;
}

img {
    border: 0;
    max-width: 100%;
}

.galleryImageMini {
    float: left;
    position: relative;
    text-align: center;
    padding: 5px;
    border: solid 2px #778;
    margin: 5px;
    cursor: pointer;
}


.updateProgress {
    position: fixed;
    top: 0px;
    right: 0px;
    color: White;
    font-weight: bold;
    width: 100px;
    height: 20px;
    display: block;
    z-index: 10001;
    font-size: 12px;
    color: White;
    background-color: Red;
    text-align: center;
    opacity: 0.8;
    filter: alpha(opacity=80);
    -moz-opacity: .80;
    padding: 5px;
    border: 2px solid White
}



#tdPie {
    height: 50px;
    text-align: center;
    background-color: #363C3D;
    color: white;
    height: 90px;
    font-weight: 900;
    border-top: solid 2px #363C3D;
    /*background-color: #BBD9E3;*/
}


/*AutoComplete flyout */

.autocomplete_completionListElement {
    margin: 0px !important;
    background-color: white;
    color: #363C3D;
    border: buttonshadow;
    border-width: 1px;
    border-style: solid;
    cursor: pointer;
    overflow: auto;
    height: auto !important;
    text-align: left;
    list-style-type: none;
}

/* AutoComplete highlighted item */

.autocomplete_highlightedListItem {
    background-color: #ffddbc;
    color: #90200a;
    padding: 1px;
    margin-left: 1px;
    font-weight: 600;
    margin: 1px;
}

/* AutoComplete item */

.autocomplete_listItem {
    background-color: #fcfcff;
    color: #004861;
    padding: 1px;
    margin-left: 1px;
    font-weight: 600;
    margin: 1px;
}

/*Cascading DropDown*/

/*CollapsiblePanel*/
.collapsePanel {
    background-color: white;
    overflow: hidden;
}


/*****Mensajes*******/

.info, .success, .warning, .error, .validation {
    border: 1px solid;
    margin: 5px 0px;
    padding: 10px 10px 15px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
    line-height: 60px;
}

.info {
    color: #00529B;
    background-color: #BDE5F8;
    background-image: url('Info.png');
}

.success {
    color: #4F8A10;
    background-color: #DFF2BF;
    font-size: large;
    font-weight: bold;
    background-image: url('Valid Green.png');
}

.warning {
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url('Attention.png');
}


.error {
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url('Error.png');
}

/* TABLA DE DATOS */

.number {
    text-align: right;
    font-family: 'Courier New'
}

.dataTable th {
    border-bottom: 1px solid #ddd;
    color: white;
}

.dataTable td {
    padding: 5px;
}

.dataTable th {
    color: white;
    
}

.rightAling {

    text-align: right;
}

.dataTable .header {
    background-color: #363C3D 
}

.dataTable .highlight td {
    background-color: #feff71
}

a:link {
    text-decoration: none;
    color: #363C3D;
    font-weight: bold;
}



.dataTable table {
    /*background-color: black*/
}

.dataTable tr:nth-child(even) {
    background-color: #d4d4d4;
    border: none;
    text-align: left;
    color: black;
}

.dataTable tr:nth-child(odd) {
    background-color: white;
    border: none;
    text-align: left;
    color: black;
}

.dataTable tr:hover, .dataTable tr:hover a {
    background-color: #333;
    color: white;
}

.dataTable .loss {
    color: #880000;
}

.dataTable .win {
    color: #008800;
}

.dataTable .important {
    /* background-color: #b7bb80;  */

    color: #973300;
    font-weight: bold;
}

/* mobile menu */
.mobileMenuContainer {
    display: inline-block;
    cursor: pointer;
}

.bar1, .bar2, .bar3 {
    width: 35px;
    height: 5px;
    background-color: #EEE;
    margin: 6px 0;
    transition: 0.4s;
}

.change .bar1 {
    transform: translate(0, 11px) rotate(-45deg);
}

.change .bar2 {
    opacity: 0;
}

.change .bar3 {
    transform: translate(0, -11px) rotate(45deg);


