html{
    width:100%;
    height: 100%;
    
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
body{
    margin: 0;
    padding: 0;
    height: 100%;
}
a{ 
color:#3A7EC2; 
} 


.upperhead{
    width: 100%;
    display: block;
    overflow: hidden;
}
.upperhead img{
    width: 20%;
    margin-top: 20px;
    margin-left: 50px;
    float: left;
}
.upperhead img:hover{
    cursor: pointer;
}
.upperhead p{
    font-family: 'Arial', sans-serif;
    color: #464646;
    font-size: 30px;
    display: inline-block;
    text-align: center;
	margin: 0;
    margin-top: 50px;
    margin-left: 200px;
    font-weight: bold;
}
.menu{
    width: 100%;
}
.menubar{
    margin: 1% auto;
    padding: 0;
    background-color: #E4E4E4;
    list-style: none;
    list-style-type: none;
    text-align: center;
    font-family: 'Arial', sans-serif;
    color: rgb(1,130,1);
}
.menubar > li{
    display: inline-block;
    padding-left: 2.5%;
    padding-right: 2.5%;
    padding-top: 1%;
    padding-bottom: 1%;
    font-size: 15px;
    border-right: 1px solid rgb(255,255,255);
    margin: 0;
    list-style-type: none;
}
.menubar > li > ul {
    display:none;
    position:absolute;
    top:100%;
    left:0;
    padding:0;
    font-family: 'Arial', sans-serif;
    list-style-type: none;
}
.menubar > li > ul > li{
    background-color: #E4E4E4;
    color: rgb(1,130,1);
    margin-top: 0px;
	 text-align: left;
    padding: 8px;
}
.menubar > li > ul > li:hover{
    background-color: rgb(1,130,1);
    cursor: pointer;
    color: rgb(247,247,247);
}
.menubar > li:last-child{
    border-right: none;
}
.menubar > li:hover{
    background-color: rgb(1,130,1);
    cursor: pointer;
    color: rgb(247,247,247);
}
.active{
    background-color: rgb(1,130,1);
    color: rgb(247,247,247);
}
footer{
    background-color: rgb(33,33,33);
    //height: 100px;
    color: white;
    font-family: 'helvetica', sans-serif;
    font-size: 12px;
    text-align: center;
    padding: 30px;
}
footer p{
    color: rgb(47,135,41);
    text-align: center;
    display: block;
    margin: 0;
    padding: 0;
    line-height: 200%;
}
footer p:hover{
    cursor: pointer;
    text-decoration: underline;
}
footer .izq{
    color: rgb(100,100,100);
    display: inline;
}
footer .cr, footer .pr{
    text-align: center;
    color: rgb(47,135,41);
    display: inline;
}
footer .tel, footer .inf{
    text-align: center;
    color: rgb(47,135,41);
    display: inline;
line-height: 200%;
}
.nav-btn img{
    display: none;
}

@media(max-width: 813px){
    .menubar{
        text-align: left;
        padding: 0;
        margin:0;
    }
	.menubar > li > ul {
        display:none;
        position:relative;
        top:0;
        left:0;
        padding:0;
        font-family: 'Arial', sans-serif;
        list-style-type: none;
    }
	
    .menubar li{
        display: block;
        margin-left: auto;
        margin-right: auto;
        border-style: solid;
        border-color: rgb(180,180,180);
        border-width: 1px;
        z-index: 1000;
        font-size: 10px;
    }
    .menu{
        display: block;
    }
    .nav-btn{
        display: block;
        height: 30px;
        border-color: rgb(1,130,1);
        border-width: 1px;
        text-align: right;
        font-size: 15px;
        background-color: rgb(220,220,220);
        margin-top: 3%;
        font-family: 'Arial', sans-serif;
        color: rgb(1,130,1);
        padding-right: 3%;
    }
    .nav-btn:hover{
        //background-color: rgb(1,130,1);
        cursor: pointer;
        //color: rgb(247,247,247);
    }
    .nav-btn:before{
        //content: "MENÚ";
    }
    .nav-btn img{
        height: 25px;
        width: auto;
        position: relative;
        float: right;
        display: inline-block;
    }
	
	footer .izq{
    color: rgb(100,100,100);
    display: inline;
	font-size: 12.6px;
}


footer .tel, footer .inf{
    text-align: center;
    color: rgb(47,135,41);
    display: inline;
line-height: 200%;
	font-size: 13.3px;
}
	
	
	footer .cr, footer .pr{
    text-align: center;
    color: rgb(47,135,41);
    display: inline;
		font-size: 12.5px;
}
	
	
}
@media(max-width: 1291px){
    .menubar li{
        padding-left: 2%;
        padding-right: 2%;
    }
    
}
@media(max-width: 1191px){
    .menubar li{
        padding-left: 1.5%;
        padding-right: 1.5%;
    }
    
}
@media(max-width: 1103px){
    .menubar li{
        padding-left: 1%;
        padding-right: 1%;
    }
    
}
@media(max-width: 650px){
    .menubar > li > ul {
        display:none;
        position:relative;
        top:0;
        left:0;
        padding:0;
        font-family: 'Arial', sans-serif;
        list-style-type: none;
    }

    footer{
        font-size: 15px;
    }
	
	
}
@media(max-width: 344px){
    footer{
        padding: 5px;
    }
}