@charset "UTF-8";
/****************************************************************
MAINCONTENT
****************************************************************/
.maincontent {
	padding: 20px 30px 0px 30px;
}
.maincontent h2.nuestrosClientes {
	background-image: url(../img/h2_nuestrosclientes.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 25px;
	border-bottom: 1px solid #e77200;
	margin-bottom: 20px;
}
.maincontent h2.nuestrosClientes span {
	display: none;
}
h3.right {
	font-size: 1.6em;
	text-align: left;
	color: #054E84;
	margin-bottom: 15px;
	background-image: url(/img/h3right_fondo.png);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 10px;
}
h3.left {
	font-size: 1.4em;
	text-align: left;
	color: #e77200;
	margin-bottom: 15px;
	background-image: url(/img/h3left_fondo.png);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 10px;
}
/****************************************************************
MENUCLIENTES
****************************************************************/
.menuClientes {
	float: left;
	width: 220px;
	text-align: left;
	background-image: url(/img/hr_vertical.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 35px;
	padding-left: 0px;
	min-height: 280px;
}
* html .menuClientes {
	height: 280px;
}
.menuClientes img {
	margin-right: 5px;
	margin-bottom: 10px;
} 
/****************************************************************
DESCCLIENTE
****************************************************************/
.descCliente {
	float: right;
	width: 550px;
	text-align: center;
}
.descCliente p {
	font-size: 1.2em;
	line-height: 1.6em;
	text-align: left;
	padding: 0px 20px 10px 20px;
	color: #000;
}
.descCliente p strong {
	font-size: 1.1em;
	color: #1685D8;
}
