body{
    margin: 0px;
}

.main-section{
    position: relative;
    width: 100%;
    min-height: 90vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(../images/fondo.jpg);
    background-size: cover;
}

#top{
    margin: 0 auto;
   
    position: relative;
    top:0px;
    z-index: 2;
}
#header{
    background: #fff;
    z-index: 999;
    min-height: 93px;
    overflow: hidden;
    position: relative;
    top:0px;
    width: 100%;
}
#header img{
    /*width: 438px;
    height:65px;*/
	width:195px;
	height:auto;
}
#header a{
    display: block;
    margin: 0px auto;
    max-width: 280px;
    width: 100%;
}
#closePanel{
    background: #eee;
    bottom: 0px;
    color: #333;
    cursor: pointer;
    font-family: helvetica;
    font-weight: bold;
    padding: 2px 0px;
    position: absolute;
    text-align: center;
    z-index: 99;
    width: 100%;
}
#openPanel:hover,#closePanel:hover{
    /*background: #dbdbdb;*/
	background: #dbdbdb;
    color: #434343;
}
#openPanel{
    /*background: #feca0e;*/
	 background: #0067a0;
    color: #FFF;
    cursor: pointer;
    display: none;
    font-family: helvetica;
    font-weight: bold;
    height: 56px;
    padding: 25px 5px 0px;
    position: relative;
    text-align: center;
    top: -20px;
    width: 80px;
    margin: 0px auto;
    z-index: 99;
    -webkit-border-bottom-right-radius: 100%;
    -webkit-border-bottom-left-radius: 100%;
    -moz-border-radius-bottomright: 100%;
    -moz-border-radius-bottomleft: 100%;
    border-bottom-right-radius: 100%;
    border-bottom-left-radius: 100%;
    -moz-box-shadow: 0px 0px 6px #000000;
    -webkit-box-shadow: 0px 0px 6px #000000;
    box-shadow: 0px 0px 6px #000000;

}
@media screen and (max-width:800px){
        #header{
            background: #fff;
            z-index: 999;
            min-height: 93px;
            overflow: hidden;
            position: relative;
            top:0px;
           width: 100%;
        }
        #openPanel{
            background: #feca0e;
            color: #222;
            cursor: pointer;
            display: none;
            font-family: helvetica;
            font-weight: bold;
            font-size: 0.9em;
            height: 36px;
            padding: 20px 5px 5px;
            position: relative;
            text-align: center;
            top: -20px;
            width: 60px;
            margin: 0px auto;
            z-index: 99;
            -webkit-border-bottom-right-radius: 100%;
            -webkit-border-bottom-left-radius: 100%;
            -moz-border-radius-bottomright: 100%;
            -moz-border-radius-bottomleft: 100%;
            border-bottom-right-radius: 100%;
            border-bottom-left-radius: 100%;
            -moz-box-shadow: 0px 0px 6px #000000;
            -webkit-box-shadow: 0px 0px 6px #000000;
            box-shadow: 0px 0px 6px #000000;     

        }


}