@charset "utf-8";
/* CSS Document */

#info-vert-burb{
	padding:50px 0 20px 0;
	text-align:center;
	background:#373A36;
	}
	
#info-vert-burb .contenedor{
	display:flex;
	justify-content:center;
	flex-wrap:wrap;
	/*background:yellow;*/
	}
	
#info-vert-burb .inner-cont{
	margin:0 50px 30px 50px;
	/*background:purple;*/
	}
	
#info-vert-burb .inner-cont img{
	width:180px; height:180px;
	border-radius:50%;
	padding:3px;
	background:white;
	/*border:3px solid #fff;*/
	margin:0 0 10px 0;
	}
	
/*#info-vert-burb .inner-cont h2{
	margin:0 0 5px 0;
	}*/

#info-vert-burb .inner-cont p{
	width:210px;
	}