/* 
    Created on : 8/10/2016, 05:37:29 PM
    Author     : Tecno Anca
*/
@media only screen and (max-width: 1024px) {
    #encabezado p {
        border-left-color: #636ECB;
    }
    
    #menu div{
        border-left-color: #02084F;
        width: 100%;
        border: dotted .1em #A4A4A4;
    }
    .pie div {
        padding: 7px;
    }
}

#encabezado {
    background-image: url("../../img/fondo-encabezado.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 15px;
    color: white;
}

#encabezado p {
    border-left-style: solid;
    padding-left: 20px;
}

.btn-bitbucket{color:#fff;background-color:#205081;border-color:rgba(0,0,0,0.2)}
.btn-bitbucket:hover,.btn-bitbucket:focus,.btn-bitbucket:active,.btn-bitbucket.active,.open>.dropdown-toggle.btn-bitbucket{color:#fff;background-color:#163758;border-color:rgba(0,0,0,0.2)}


#menu {
    text-align: center;
    background-color: #02084F;
    color: white;
}

#menu div:hover{
    background: #0015A3;
    font-weight: bold;
}

.divMenuInicio {
    
    width: 20%;
    cursor: pointer;
}

.divMenu {
    border-left-style: solid;
    
    width: 20%;
    text-align: center;
    cursor: pointer;
}

.pie {
    background-color: #02084F;
    color: white;
    padding: 25px;
    text-align: center;
    font-size: 16px;
}

.pie a {
    text-decoration: none;
    color: white; 
}

.divMenu a {
    text-decoration: none;
    color: white; 
    display: block;
    padding: 7px;
}

.divMenuInicio a {
    text-decoration: none;
    color: white; 
    display: block;
    padding: 7px;
}

#map {
    height: 100%;
}

#section2 {
    background-image: url("../../img/fondo.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}