@charset "UTF-8";
/* CSS Document */
body{
	background:#272626;
	margin: 20px;
	font-family: ingra, serif;;
	color: #292727;
}
#wrapper{
	margin: auto;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	background: #FFFFFF;
}
#header{
	height: 60px;
}
nav{
	float: left;
	height: 60px;
}
nav ul{
	height: 60px;
	margin: 0px;
	padding: 25px 0 0 25px;
}
nav li{
	display: inline-block;
	list-style-type: none;
	padding-right: 25px;
}
nav a{
	text-decoration: none;
	font-weight: 500;
	color: inherit;
}
nav a:hover{
	color: #0071bc;
}
#cover-photo{
	height: 450px;
	background: url(../images/derecho-ambiental.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
#contenido h3{
	font-weight: 500;
	padding-left: 20px;
	padding-right: 20px
}
#contenido p{
	font-weight: 100;
	text-align: justify;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
}
.footer{
	padding: 10px;
	background: #F1F1F1;
	font-size: 14px;
	font-weight: 100;
	text-align: center;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
#logo img{
	height: 60px;
	border-top-right-radius: 10px;
	float: right;
}
#facebook img{
	height: 60px;
	border-top-left-radius: 10px;
	float: left;
}
.direcciones{
	text-align: center;
	display: flex;
	align-content: center;
	align-items: center;
	margin: 50px 30px 50px 30px;
}
#footer-logo img{
	align-items: center;
	height: 60px;
}

/*nosotros*/

#cover-photo-nosotros{
	height: 450px;
	background: url(../images/nosotros-cover.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}