/* CSS Document */
#contenido_clientes {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}
#contenido_desarrollo_cliente {
	width: 900px;
	height:auto;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	font-size: 13px;
	color: #666666;
	font-family: "Trebuchet MS";
	text-align: justify;
}
.texto_ficha {
	font-size: 13px;
	color: #333333;
	margin: 0px;
	padding: 0px;
}
.ver_mas a {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 11px;
	color: #B70D15;
	text-align: right;
	text-decoration: none;
}
.titulo_ficha {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 15px;
	text-transform: uppercase;
	color: #B70D15;
	font-weight: bold;
}
.ver_mas {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 11px;
	color: #B70D15;
	text-align: right;
	text-decoration: none;
}

