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

section article.franquicias {
	background-color: #FFF;
	border-radius: 0px 0px 15px 15px;
	border-style: solid;
	border-width: 1px;
	border-color: #ccc;
	display: inline-block;
	margin: 80px 0px 10px 12%;
	position: relative;
	width: 83%;
	vertical-align: top;
	box-shadow: 2px 2px 3px #666;
}
section article.franquicias figure {
	float: left;
	margin-left: -30px;
	margin-top: -50px;
}
section article.franquicias figure img {
	border-radius: 50%;
	border-style: solid;
	border-width: 5px;
	border-color: rgb(91, 91, 91);
	height: 140px;
	width: 180px;
	margin-right: 15px;
	margin-bottom: 10px;
}
section {
	margin-bottom: 50px;
	margin-top: 0px;
}
section h1{
	font-size: 36px;
	color: #666;
	font-weight: 300; 
	text-align: center;
	margin-bottom: 30px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

 section h2 {
	font-size: 18px;
	text-align:left;
	margin-bottom: 10px;
	margin-top: 20px;
	font-family: "open sans"	
}
 h2 a{
	color: #333;
	text-decoration: none;
	font-weight: 600;
}

 h2 a:hover{	
	text-decoration: none;
	font-weight: 600;
	color: rgb(129, 215, 66);
}
section article.franquicias.contacto a {
	font-size: 20px;
	color: red;
	font-weight: 600;
}
.contenedor {
	margin-bottom: 20px;
}
section article.intro p{
	width: 96%;
	margin-left: 2%;
	font-size: 18px;
	margin-top: 0px;
	color: #000;
	font-weight: 400;
}
section article.intro {
	border: solid 15px #e3dfd4;
	padding: 20px 0px 20px 10px;
}
section article.franquicias p {
	margin: 16px;
	font-size: 16px;
	line-height: 25px;
	color: #494949;
}
section article.franquicias span {
	border-radius: 15px 15px 0px 0px;
	border-color: #666;
	border-style: solid;
	border-width: 1px;
	background-color: rgb(91, 91, 91);
	color: #FFF;
	font-size: 14px;
	height: 30px;
	line-height: 30px;
	padding: 2px 10px;
	position: absolute;
	right: -2px;
	top: -38px;

}
section article.franquicias.contacto span{
	font-size: 20px;
	font-weight: bold;
	color:#fff;

}

section article.franquicias.contacto ul li{
	margin: 0px 0px 0px 0px;
	font-size: 24px;
	line-height: 50px;
	list-style: none;	
}
p.llamar{
	font-size: 18px;
	width: 50px;
	padding: 3px;
	border-radius: 5px;
	background: rgb(91, 91, 91);
	float: right;
	
}
 @media screen and (min-width: 480px) {


 }	

 @media screen and (min-width: 767px) {

 section article.franquicias p {
 	font-size: 14px;
 	line-height: 25px;
 }
section figure.cabecera img{
	display: none;
	
}

 section article.franquicias {
 width: 42%;
margin: 80px 0px 0px 6%;

}

 @media screen and (min-width: 950px) {
section article.franquicias {
 width: 42%;
margin: 80px 20px 0px 5%;
}

footer article.franquicias {
 width: 24%;
}

 footer article.parques {
 	width: 20;
 }
section article.intro {
	background: rgb(227, 223, 212);
	padding: 50px 0px 20px 10px;
	border-bottom: solid 1px #ccc; 
}
section article.intro p{
	width: 90%;
	max-width: 1230px;
	margin-left: auto;
	margin-right: auto;
	text-align: justify;
	line-height: 25px;
	font-size: 18px;
}
.contenedor {
	margin-bottom: 50px;
}


