body {
	margin: 0;
	padding: 0;
	background-color:#ECEAE8;
}
#container {
	margin: auto;
	width: 780px;
	height: auto;
	text-align: left;
	background-color: #F1EEEC;
}
#header {
	height: 75px;
	background-color:#FFFFFF;
}
#separador {
	height: 25px;
	background-image: url(../img/fondo_rayitascolores.gif);
	clear: both;
}

#contenido {
	height: 250px;
	background-color: #F1EEEC;
	display: none;
}
#LyIntro {
	height: 200px;
	background-color: #F1EEEC;
	display: block;
}
#masInfo{
	float: right;
	width: 180px;
	margin-top: 10px;
	margin-right: 15px;
	display: none;
}
#toolbar {
	height: 30px;
	background-color:#FE752B;
	clear: both;
}
#botoneraNav {
	float: right;
	height: 25px;
	margin-top: 50px;
	margin-left: 0;
	margin-right: 10px;
}
#logoER {
	width: 236px;
	height: 75px;
	background: transparent url(../img/logo_er2.gif) no-repeat scroll 0%;
}
#botones {
	padding: 0;
	margin: 0;
	list-style: none;
}
#botones li {
	display: inline;
	line-height: 24px;
}
#botones li a {
	text-decoration: none;
	padding: 4px 12px 4px 10px;
	color: #bdb6b0;
	text-transform: uppercase;
	font-family: "trebuchet MS";
	font-size:12px;
	font-weight: bold;
}
#botones li a:hover {
	background-color:#bae4f1;
	color: #695d54;
}
#descripcion {
	text-align: left;
	height: 150px;
	overflow: hidden;
}
#infoCliente {
	height: 70px;
	margin-bottom: 0px;
}
#infoCliente strong {
	font-size:11px;
}
#infoCliente a {
	color: #000000;
}
#tools {
	padding: 0;
	margin: 0;
	list-style: none;
}
#tools li {
	display: inline;
	line-height: 30px;
}
#nombreCliente {
	margin-left: 30px;
}
#nombreProyecto {
	margin-left: 15px;
}
#searchWorks {
	float: right;
	margin-right: 10px;
}
#botonesBckAndFwd {
	width: 16px;
	height: 16px;
	border:none;
	cursor: pointer;
	margin-right: 15px;
}
#botonesBckAndFwd input {
	width: 16px;
	height: 16px;
	border:none;
	cursor: pointer;
	margin-left: 5px;
}
#botBack {
	background: transparent url(../img/flechi_retroceder.gif) no-repeat scroll 0%;
	visibility: hidden;
}
#botFwd {
	background: transparent url(../img/flechi_avanzar.gif) no-repeat scroll 0%;
	visibility:hidden;
}
#pie {
	height: 20px;
	width: 780px;
	background: transparent url(../img/footer2.gif) no-repeat scroll 0%;
	clear:both;
}
#listaclientes {
	height: auto;
	background-color:#FFFFFF;
	height: 380px;
	margin: 0;
	padding: 0;
	clear: both;
}
#listaclientes div {
	margin: 0;
	float:left;
	margin-top: 0;
	margin-right: 2%;
	margin-bottom: 10px;
	margin-left: 0;
	padding-right:2%;
	width:20%;
}
#listaclientes ul {
	margin: 5px 0 0 5px;
	list-style-type:none;
	padding: 0;
}
#listaclientes li{
	margin: 0;
	height: 16px;
}
#listaclientes li a {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 10px;
	color: #000000;
	padding: 10px 0px 10px 10px;
	margin: 0;
}
#listaclientes li a:hover {
	color: #FE752B;
	background: transparent url(../img/pixel3x3nar.gif) no-repeat 1px 17px;
	margin: 0;
}
.botones_destacados {
	text-decoration: none;
	padding: 4px 12px 4px 10px;
	text-transform: uppercase;
	font-family: "trebuchet MS";
	font-size:12px;
	font-weight: bold;
	background-color:#bae4f1;
	color: #695d54;
}
