
/* defaults for all examples */
.kwicks {
	list-style: none;
	position: relative;
	margin: 0;
	padding: 0;
}
.kwicks li{
	display: block;
	overflow: hidden;
	padding: 0;
	cursor: pointer;
}
#contenedor{
	width: 900px;
  margin-left: auto ;
  margin-right: auto ;
	
}

#example{
	background-image: url('/img/inicio/fondo.jpg');
	background-repeat: no-repeat;
	height: 390px;

}

.kwicks {
	padding-top: 50px;	
	margin-left: 30px;
}

/* example 1 */
#example .kwicks li{
	float: left;
	width: 205px;
	height: 289px;
	margin-right: 5px;
}
#example #valores { 
	background-color: #EEB800;
	background-image: url('/img/inicio/valores2009.jpg');
}
#example #servicios {
	background-color: #FDC927;
	background-image: url('/img/inicio/servicios.jpg');
}
#example #somos {
	background-color: #886C6B;
	background-image: url('/img/inicio/quienes_somos.jpg');
}
#example #resultados { 
	background-color: #8A910F;
	
	margin-right: none;
}

#recomendaciones{
	width: 900px;
    font-size: 14px;
    font-family:  Helvetica, sans-serif;
    text-align: center;
    line-height: 25px;
}