@charset "utf-8";
/* CSS Document */
#contAbout {
	width: 100%;
	margin: 0 auto;
	padding: 100px 0 50px 0;
	background-color: #F1F1F1;
}

#contAbout .aboutBanner {
	width: 90%;
	margin: 0 auto 20px auto;
	padding: 60px 0;
	background-image: url(../img/bg-aboutbanner.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

#contAbout .aboutBanner h1 {
	width: 45%;
	margin: 0 auto;
	padding: 30px 0;
	text-align: center;
	text-transform: uppercase;
	font-size: 1.8em;
	font-weight: 700;
	color: #FFF;
	border: 1px solid #FFF;
}




/**/

#contAbout .about {
	width: 90%;
	margin: 0 auto;
	
	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;
}

#contAbout .about .aboutLeft {
	width: 63%;
	padding: 80px 0;
	background-color: #FFF;
}
#contAbout .about .aboutLeft h5 {
	width: 60%;
	margin: 0 auto 10px auto;
	padding-bottom: 15px;
	text-align: center;
	text-transform: uppercase;
	font-size: 1.5em;
	font-weight: 700;
	color: #333;
	border-bottom: 3px solid #D1D1D1;
}
#contAbout .about .aboutLeft p {
	width:70%;
	margin: 0 auto;
	font-size: 1.2em;
	line-height: 1.9em;
	color: #444;
}



/**/

#contAbout .about .aboutRight {
	width:35%;
}

#contAbout .about .aboutRight div {
	width:100%;
	min-height: 29%;
	margin-bottom: 4%;
	padding: 10% 0;
	background-image: url(../img/aboutRight-001.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
#contAbout .about .aboutRight div a {
	width: 50%;
	margin: 0 auto;
	padding: 30px 20px;
	display: block;
	background-color: #FFF;
	
	transition: background-color 300ms linear;
	-webkit-transition: background-color 300ms linear;
}
#contAbout .about .aboutRight div a:hover {
	background-color: rgba(255,255,255,.8);
}
#contAbout .about .aboutRight .last {
	margin-bottom: 0;
	background-image: url(../img/aboutRight-002.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
#contAbout .about .aboutRight div h5 {
	width: 100%;
	margin: 0 auto;
	padding-bottom: 15px;
	text-align: center;
	text-transform: uppercase;
	font-size: 1.2em;
	font-weight: 700;
	color: #555;
	border-bottom: 3px solid #555;
}








/*****/

@media only screen and (max-width:600px) {
	
	#contAbout .aboutBanner h1 {
		width: 90%;
		margin: 0 auto;
		padding: 30px 0;
		font-size: 1.2em;
	}
	
	#contAbout .about .aboutLeft {
		width: 100%;
		margin: 0 auto;
		padding: 80px 0;
	}
	
	
	#contAbout .about .aboutRight {
		width: 100%;
		margin: 0 auto;
	}
	
	
	#contAbout .about .aboutLeft h5 {
		width: 80%;
		font-size: 1.2em;
	}
	#contAbout .about .aboutLeft p {
		width: 80%;
		font-size: 1em;
	}

	
	
/*	#contContacto #datos ul li {
		width:100%;
		margin:10px auto 20px auto;
	}
*/	
	
	
	
	
}
