﻿html, body {
    margin: 0px auto;
    /*background-color: #3A306B;*/
    background-color: white;
    height: 100%;
    margin: 0px;
}

table {
    /*margin-left: auto;
    margin-right: auto;*/
}


    table#tHeader {
        width: 70%;
    }

th {
    background-color: var(--mainColor);
    color: white;
    text-align: center;
    margin: 10px;
    padding: 2px 2px 5px 9px;
}


a {
    text-decoration: none;
    color: var(--mainColor);
}

#principal {
    width: 75%;
    margin: auto;
    min-height: 600px;
    /*left: 15%;*/
    background-color: #FFFFFF; /* #FFAF66;*/
    /*border-radius: 5px;*/
    padding-left: 4rem;
    padding-right: 4rem;
    border: 1px solid #777;
    box-shadow: 5px 10px 10px #888;
}


#backHeader {
    width: 100%;
    background-color: #E1E2DC;
}

#divHeader {
    display: inline-block;
    width: 70%;
    /*max-width: 800px;*/
    margin: auto;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    color: #040145;
    font-size: 12pt;
    /*font-weight: bold;*/
    background-image: url('/Media/Aire/Background.webp');
    width: 100%;
    height: 150px;
    position: relative;
}

#LoginStatus1 {
    float: right;
    color: white;
}

#loginBar {
    float: right;
    position: relative;
    top: 0;
    right: 30%;
}

.newsletter {
    float: right;
}


#miniLogo {
    display: block;
    float: left;
}

#spanLogo {
    position: relative;
    color: white;
    top: 0.5rem;
    /*left: 10%;*/
    font-size: 3.4rem;
    font-style: italic;
    /*font-family: Calibri;*/
    font-family: 'Trebuchet MS', sans-serif;
    font-weight: bolder;
    text-align: center;
    vertical-align: middle;
}

    #spanLogo a {
        color: white;
    }


@media only screen and (max-width: 1600px) {

    #spanLogo {
        top: 0.2em;
        font-size: 3.4em;
    }
}


@media only screen and (max-width: 1250px) {
    #principal {
        width: 100%;
        padding: 1rem;
        /*left: -10px;*/
    }   
    #loginBar {
        /*float:right; */
        position: static;
        width: 100%;
        top: 0;
        right: 0;
        left: 0px;
        background-color: gray;
    }

    #spanLogo {
        top: 0.2em;
        /*left: 1%;*/
        font-size: 2em;
    }
}


@media only screen and (max-width: 600px) {
    #principal {
        padding: 1rem;
    }
    #divHeader span {
        display: none;
    }
    #miniLogo {
        display: none;
    }
    #spanLogo {
        top: 0.4em;
        left: 0%;
        font-size: 2em;
    }
}

img {
    border-radius: 15px;
}






.TextContent {
    font-size: 1.1em;
    line-height: 150%;
}

    .TextContent img {
        float: right;
        max-width: 30%;
        margin: 2rem;
    }


h2 {
    font-weight: bold;
    font-size: 1.5em;
    line-height: 150%;
    text-indent: 0em;
}

h3, a h3 {
    font-weight: bold;
    font-size: 1.2em;
    line-height: 150%;
    text-indent: 0em;
    color: var(--mainColor);
}





.LogoTitle img {
    max-width: 800px;
    width: 100%;
}


.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 #888;
    padding: 4px 6px;
}

.PageTitle {
    /*background-color: #363C3D;  #FFAF66;*/

    background-color: var(--mainColor);
    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;
    min-height: 1.7em;
    font-weight: bold;
}

.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: var(--mainColor);
}

h1 {
    /*   color:#e83311;   */
    /*color: #004861;*/
    color: var(--menuFront);
}

.CampoError {
    background-color: #FFE0E0;
}








#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;
}



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 {
    text-align: center;
    background-color: #363C3D;
    color: white;
    /* height: 100vh;*/
    font-weight: 400;
    border-top: solid 2px #363C3D;
    /*background-color: #BBD9E3;*/
}

    #tdPie a {
        color: white
    }


/*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;
}


/* 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
}

.dataTable img {
    max-height: 150px;
}

.tableImage {
    min-width: 150px;
}




.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 tr {
    border-bottom: solid var(--mainColor) 1px;
}



.dataTable .important {
    /* background-color: #b7bb80;  */

    color: #973300;
    font-weight: bold;
}



.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);
}

.cluster {
    display: flex;
    justify-content: space-around;
    flex-direction: row;
    flex-wrap: wrap;
}

.clusterItem {
    text-align: center;
    width: 30%;
    max-width: 40%;
    margin: 0.5em;
    display: inline-block;
    position: relative;
    /*height: 100%;*/
    min-height: 10em;
    vertical-align: middle;
    min-width: 200px
}

.clusterItemNoImage {
    text-align: center;
    width: 30%;
    max-width: 40%;
    margin: 0.5em;
    display: inline-block;
    position: relative;
    /*height: 100%;*/
    /*min-height: 10em;*/
    vertical-align: middle;
    min-width: 200px
}



    .clusterItem:hover, .clusterItemNoImage:hover {
        background-color: #b1e7ff;
    }

.clusterText {
    position: absolute;
    height: 100%;
    text-align: center;
    width: 100%;
    padding: 0.5em;
    /*background-image: linear-gradient( var(--mainColor), #00000000 );*/
    background-image: linear-gradient( #00000000,#00000000, var(--mainColor) );
}

    .clusterText h3 {
        /* color: white;*/
    }

.imgMiddle {
    display: inline-block;
    /*position:relative;*/
    height: 100%;
    vertical-align: middle;
}



.clusterItem img {
    /*position:relative;
    z-index:-1;*/
    top: 50%;
    padding-top: 20%;
    vertical-align: middle;
    /*min-height:10em;*/
    /*transform: translateY(50%);*/
}


#goToTopButton {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: var(--mainColor);
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 8px;
}

    #goToTopButton:hover {
        background-color: #555;
    }



.fillBlue {
    filter: invert(19%) sepia(68%) saturate(3092%) hue-rotate(188deg) brightness(97%) contrast(99%);
}
