/* Section */

@media (min-width: 1080px) { .personSection { width:70%; } }
@media (min-width: 992px) and (max-width: 1079px) { .personSection { width:75%; } }
@media (min-width: 768px) and (max-width: 991px) { .personSection { width:80%; } }
@media (min-width: 500px) and (max-width: 767px) { .personSection { width:90%; } }
@media (max-width: 499px) { .personSection { width:100%; } }
.personSection {
	margin:0px auto;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
.margin {
	padding-left:3%;
	padding-right:3%;
}

/* Encabezado */
h3 {
	font-size:1.2em;
	font-weight:bold;
}

/* Equipo */
#dvEquipo article {
	text-align:center;
}
#dvEquipo article img {
	width:80%;
}
#dvEquipo article span{
	font-weight: bold;
}
#dvEquipo article p {
	font-size:0.8em;
}
