@charset "utf-8";
/* CSS Document */


#areas {
	padding-top: 120px;
}






#contAreas {
	width: 100%;
	margin: 0 auto;
	padding: 50px 0;
}


#contAreas .areas {
	width: 80%;
	margin: 0 auto;
	padding: 30px 5% 60px 5%;
	
	background-color: #F6F6F6;
	
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap:wrap;
	
	display: -webkit-flex;
	-webkit-flex-direction: row;
	-webkit-justify-content: space-between;
	-webkit-flex-wrap: wrap;
}


#contAreas .areas .navAreas {
	width: 100%;
	margin: 0 auto;
	padding: 0 0 30px 0;
	
	
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap:wrap;
	
	display: -webkit-flex;
	-webkit-flex-direction: row;
	-webkit-justify-content: space-between;
	-webkit-flex-wrap: wrap;
}

#contAreas .areas .navAreas li a {
	font-size: .8em;
	color: #666;
	
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
}

#contAreas .areas .navAreas li a:hover {
	color: #000;
}

#contAreas .areas .navAreas li .aFirst {
	margin-right: 20px;
}




/**/


#contAreas .areas .left {
	width: 45%;
	margin: 0;
}

#contAreas .areas .left .head {
	width: 100%;
	margin: 0 0 40px 0;
	padding: 10px 0;
	
	border-left: 20px solid #262C41;
}

#contAreas .areas .left .head h2 {
	width: 95%;
	margin: 0 0 5px 0;
	padding-left: 5%;
	text-transform: uppercase;
	font-family: 'PT Serif', serif;
	font-size: .9em;
	letter-spacing: 1px;
	color: #262C41;
}

#contAreas .areas .left .head h1 {
	width: 95%;
	margin: 0 0 5px 0;
	padding-left: 5%;
	text-transform: uppercase;
	font-size: 1.7em;
	font-weight: 500;
	color: #262C41;
}



#contAreas .areas .left .cuerpo h3 {
	width: 100%;
	margin: 0 0 25px 0;
	font-size: 1em;
	font-weight: 700;
	color: #000;
}

#contAreas .areas .left .cuerpo ul {
	width: 100%;
}

#contAreas .areas .left .cuerpo ul li {
	width: 100%;
	margin-bottom: 10px;
	font-size: .9em;
	color: #000;
}

#contAreas .areas .left .cuerpo ul li i {
	margin-right: 5px;
	color: #A18A5D;
}




/*****/




#contAreas .areas .right {
	width: 45%;
	margin: 0;
}

#contAreas .areas .right figure {
	width: 100%;
	padding-top: 130px;
}

#contAreas .areas .right figure img {
	width: 100%;
}







/**/

@media only screen and (max-width:800px) {
	
	#areas {
		padding-top: 30px;
	}

	
	#contAreas .areas {
		width: 75%;
		margin: 0 auto;
		padding: 0 0 60px 0;

		background-color: #FFF;
	}

	
	#contAreas .areas .left {
		width: 100%;
		margin: 0 auto 30px auto;
	}


	#contAreas .areas .left .head h2 {
		font-size: .9em;
	}

	#contAreas .areas .left .head h1 {
		font-size: 1.1em;
	}


	#contAreas .areas .right {
		width: 100%;
		margin: 0 auto;
	}
	
	#contAreas .areas .right figure {
		width: 100%;
		padding-top: 0;
	}

	
	
}









/**/

@media only screen and (max-width:600px) {
	
	#contAreas .areas {
		width: 90%;
		margin: 0 auto;
		padding: 0 0 60px 0;

		background-color: #FFF;
	}

	
}




/**/

@media only screen and (min-width:1400px) {
	
	#contAreas .areas {
			width: 60%;
			padding: 30px 5% 60px 5%;
	}
	

	footer {
		position: fixed;
		bottom: 0;
	}

	
	
	
}


































