/* CSS Document */
h1 {
	font-family: "Trebuchet MS", Verdana;
	font-size: 20px;
	font-weight: bold;
	color: #B70D15;
	text-align: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 20px;
}

p {
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#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;
}
.cliente {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	text-transform: uppercase;
	color: #333333;
	text-align: left;
	font-weight: bold;
	margin-bottom: 5px;
}
.bloque_cliente {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 12px;
	color: #666666;
	text-align: justify;
	float: left;
	width: 250px;
	background-color: #FCFCFC;
	min-height: 220px;
	padding: 10px;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
	border: 1px dotted #E6E6E6;
}
.titulo_bloque_cliente {
	font-size: 12px;
	color: #990000;
	text-align: justify;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.enlace_cliente {
	color: #818181;
}
.enlace_cliente a{
	color: #333333;
	text-decoration: none;
	width: 100%;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 11px;
}
.enlace_cliente a:hover {
	color: #CC0000;
	text-align: left;
	margin: 0px;
	text-decoration: none;
}
.ver_mas{
	font-size: 11px;
	color: #666666;
	text-align: right;
	float: right;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100px;
}
.ver_mas a{
	color: #CC0000;
	text-decoration: none;
	font-size: 10px;
}
.ver_mas a:hover {
	color: #000000;
	text-align: left;
	margin: 0px;
	text-decoration: none;
}
