@import url(https://fonts.googleapis.com/css?family=Lato:400,700,400italic);
@import url(https://fonts.googleapis.com/css?family=Crete+Round);



//* MENU *//

header {
margin-bottom: 2em;
padding: 0;
}

ul {
	list-style-type:none;
	margin:0;
	padding:0;
    position: absolute;
    display: inline;
}

li {
	display:inline-block;
	float: left;
	margin-right: 1px;
}


li a {
	display:block;
	min-width:140px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	font-family: 'lato', sans-serif;
	color: white;
	background: #454545;
	text-decoration: none;
    
}

.active {
background: #33B297;
}

li:hover a {
	background: #33B297;
    
}

li:hover ul a {
	background: #454545;
	color: white;
	height: 40px;
	line-height: 40px;
    
    
}

li:hover ul a:hover {
	background: #84D8C0;
	color: #fff;

     
}

li ul {
	display: none;
}

li ul li {
	display: block;
	float: none;

}

li ul li a {
	width: auto;
	min-width: 100px;
	padding: 0 20px;


}

ul li a:hover + .hidden, .hidden:hover {
	display: block;
    visibility: visible;
    z-index: 100;

}



@media screen and (max-width : 760px){

	ul {
		position: static;
	}

	li {
		margin-bottom: 1px;
	}
    
	ul li, li a {
		width: 100%;
	}
    
    #link {
    visibility: visible;
    }
    
}




//* FOOTER *//


#footer {}
#pfooter {
margin: 0;
height: 10%;
background-color: #454545;
color:#182945;
color: white;
padding: 1em;
text-align: center;
font-family: 'lato', sans-serif;
}

span {
font-weight: normal;
}


#logodestinofadu {
width: 100%;
padding: 2em 2em 0 1em;
clear: both;
box-sizing: border-box;
margin-top: 5em;
}

#logodgpc {
width: 150px;
text-align: left;
margin-bottom: 1em;
float: left;
display: block;
}


.fadu {
font-family: 'crete round', serif;
margin: 0em 0.2em;
font-weight: bold;
color: #33B297;
}


#parrafodestino {
font-family: 'lato';
padding: 0.1em 2em 0 1em;
box-sizing: border-box;
height: 450px;
}


#section {
background-color: #E5E5E5;
padding-bottom: 2em;
margin-top: 0;
clear: both;
height: 600px;
opacity:0.9;
}


.titulosprincipales {
color: #33B297;
}

p {
font-size: 0.9em;
}
