body{
	background:grey;
}
.contenedorBordes {
	float: left; /*leave this value alone*/
	overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
	width: 923px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
	background:#ebebeb;
	border:4px solid #fff;
	border-radius:15px;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	color:#000;
	padding:8px 8px 0px 8px;
	margin:0px 0px 0px 5px;
}
.contenedorBordes p{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#6f6e6e;
	padding:0px 0px 8px 0px;
	margin:0px;
	text-align:justify;
	line-height:14px;
}
.contenedorBordes p span{
	color:#55524e;
}
