/*
Desarrollo de AUELAR
Todos los derechos reservados.
*/
/* 
    Created on : Apr 20, 2016, 3:05:08 PM
    Author     : admin
*/

body{

    color: #333;
    font-family: 'Roboto', Helvetica, Arial, sans-serif;
    line-height: 1.5em;
    font-weight:normal;
    font-size: 15px;
    background-color: white;
}

#body-l {
    margin: 0px;
    /*    background-color: #2969B0;*/
    width: 100%;
}

h1 {
    font-family: 'Arvo', Georgia, Times, serif;
    font-size: 59px;
    line-height: 70px;
}
p {

}

#top-l{
    width: 100%;
    /*     background-color: white;
        background-image: url('../_img/ic-bkg.png');*/
    background-size: cover;
    background-position: center;
}

#bottom-l{
    width: 100%;  
    background-color: #2969B0;
}

#top-l-icons{
    background-color: #ecf0f1;
    color:#fff;    
    font-weight: 800;
    padding: 10px;
}

#img-gtf-t{
    display: inline-block;
    vertical-align: top;
}

#center-l{
    position:relative;
    top:5px;
    margin:0 auto;
    width: 100%;    
    /*    background-color: whitesmoke;*/
    /*    border-radius: 10px;*/
    /*    border: 1px solid silver;*/
    text-align: center;

}

#tit-l{
    margin-left: 20px;
    font-size: 2.5em;
    padding: 0px;
    margin:0px;
    color: #333;
    display: inline-block;
    vertical-align: top;
}

#tit-l-desc{
    font-size: 20px;
}
div.logot{
    width:70px;
    height: 40px;
    background-repeat: no-repeat;
    display: inline-block;
}
div.legend{
    display: none;
}



div.desklet-container{
    margin-bottom: 5px;
    background-color: whitesmoke;
    display: flex;
    flex-direction:row;
    flex-grow:1;
    flex-shrink:1;
    flex-basis:100%;
    flex-flow: wrap;
    justify-content: space-around; 
    width: 100%;
}

div.ret-lbl{
    background-color: #2969B0;
    margin-top: 10px;
    padding: 5px;
    font-size: 14px;
    font-weight: 800;
}
div.desklet-env-o{
    margin:0px;
    padding:0px;
    display: inline-block;
    margin-top:10px;
    border-radius: 10px;
    width: 100%;

}
div.desklet{
    background-color: #3498db;
    color:white;
}

div.desklet-title{
    font-size: 16px;
    font-weight: 800;
    padding: 3px;
}

div.desklet-content{
    text-align: left;
    padding: 5px;
    min-height: 50px;
}
td.tbl-date{
    width: 65px;
    font-weight: bold;
}

td.tbl-issue{
    width: 150px;
    font-weight: bold;
}

td.tbl-content{
    font-weight: 200;
}
/*******/
div.i-container{
    max-width: 1300px;
    width: 70%;
    display: flex;
    flex-direction:row;
    flex-grow:1;
    flex-shrink:1;
    flex-basis:100%;
    flex-flow: wrap;
    justify-content: space-around;
    padding: 0px;  
    background-image: url("../_img/schem-bkg.png");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 4px;
    float:right;
    margin-bottom: 5px;
}
div.biglogo{
    width:30%;
    margin-top: 5px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-color: transparent;
    height: 280px;
    float: left;
    background-image: url("../_img/site_logo.svg");
}

div.i-cont{
    text-align: center;
    width: 329px;
    background-color: #2c3e50;
    padding:0px;
    margin-bottom: 5px;
}
div.i-i{
    width: 130px;
    height:130px;
    display: inline-block;    
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    margin-left: 5px;
}
div.i-title{
    width: 190px;  
    display: inline-block; 
    vertical-align: middle;
    font-size: 20px;
    font-weight: 800;
    background-color: #3498db;
    color:white;
}
div.desklet-env{
    width: 50%;
    min-width: 400px;
    margin:0px;
    padding:0px;
    margin-top:10px;
}
@media all and (max-width: 950px) {
    div.biglogo{
        width: 100%;
        float: none;
        margin-top: 20px;
        margin-bottom: 5px;
    }


    div.i-container{
        width: 100%;
        float: none;
        display: flex;
        flex-direction:column;
        flex-grow:1;
        flex-shrink:1;
        flex-basis:100%;
        flex-flow: wrap;
        justify-content: center;
        padding: 0px;
    }

    div.i-cont{
        text-align: center;
        min-width: 330px;
        width: 80%;
        background-color: #2c3e50;
        margin-bottom: 5px;
    }

    div.i-i{
        width: 30%px;
        height:130px;
        display: inline-block;    
        vertical-align: middle;
    }

    div.i-title{
        width: 70%px;  
        display: inline-block; 
        vertical-align: middle;
        font-size: 20px;
        font-weight: 800;
        background-color: #3498db;
        color:white;
        float: right;
    }

    div.desklet-env{
        width: 100%;
        min-width: 300px;
        margin:0px;
        padding:0px;
        margin-top:10px;
    }
}

@media all and (max-width: 850px){
    div.desklet-env{
        width: 100%;
    }
} 

div.i-text{   
    text-align: left;
    font-size: 14px;
    height: 107px;
    padding: 5px;
    font-weight: normal;
    background-color: #2c3e50;
}

a:link {
    color:whitesmoke;
    text-decoration: none;
}
a:default{
    text-decoration: none;
    color:whitesmoke;
}
a:active{
    color:whitesmoke;
}
a:visited{
    color:whitesmoke;
}

a:hover{
    color:whitesmoke;
    -webkit-filter: brightness(120%);
    -moz-filter: brightness(120%); 
    filter: brightness(120%); 
}
img{
    border:none;
}
div.footer{
    background-color: #2c3e50;
    color: white;
    font-weight: bold;
    min-height: 200px;
    padding: 10px;
    margin-top: 10px;
}

div.footer-links{
    display: flex;
    flex-direction:row;
    flex-grow:1;
    flex-shrink:1;
    flex-basis:100%;
    flex-flow: wrap;
    justify-content: space-around; 
    width: 100%;
    font-size: 1.3em;
    text-align: center;
}
div.flink{
    min-width: 150px;
    font-size: 1.2em;
    text-align: left;


}
.flinkm{
    font-size:0.6em;
}

div.disclaimer{
    font-size: .7em;
    margin-top: 10px;
    text-align: justify;
}
