section figure.cabecera1 img {
	width: 100%;
	display: none;			
}
section figure.cabecera img {
	width: 100%;	
}

section article.empresa  p{
	font-size: 16px;
	width: 90%;
	margin-left: 5%;
	text-align: justify;
}
section article.empresa span{
	font-size: 16px;
	font-weight: bolder;
}
section article.empresa h1{
	font-size: 36px;
	font-weight: 300;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}
 @media screen and (min-width: 767px){
 	section article.empresa  p{
	font-size: 14px;
	margin-left: 15%;
	width: 70%;
	text-align: justify;
}
section article.empresa span{
	font-size: 14px;
	font-weight: 600;
}
section article.empresa h1{
	font-size: 36px;
	font-weight: 300;
	margin-top: 30px;
	margin-bottom: 30px;
	margin-left: 10%;
	width: 80%;
	padding: 0px;

}


 @media screen and (min-width: 950px){
 	section article.empresa  p{
	width: 60%;
	margin-left: 20%;

}
section figure.cabecera1 img {
	width: 100%;
	display: inline;			
}
section figure.cabecera img {
	width: 100%;
	display: none;
			
}

