.particulares {
	width: 305px;
	height: 200px;
	background-color: #EDEDED;
	margin-top: 15px;
	-moz-border-top-right-radius: 10px;
	border-top-right-radius: 10px;
	-moz-border-bottom-right-radius: 10px;
	border-bottom-right-radius: 10px;
	background-image: url(../imagenes/particulares.png);
	background-repeat: no-repeat;
	background-position: center 85px;
	float: left;
	clear: both;
	position: relative;
}

.texto_ppal2 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: lighter;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	float: right;
	width: 400px;
	color: #CCC;
	padding: 35px 10px 0 5px;
	height: 275px;
	line-height: 22px;
}