/*INICIO*/

#contenido {
	width: 800px;
}

#carrusel {
	width: 800px;
	height: 400px;
	overflow: hidden;
	margin-bottom: 20px;
}

	#carrusel div, #carrusel div img {
		width: 800px;
		height: 400px;
	}

#ventajas_ext {
	display: inline;
	float: left;
	width: 640px;
}
	
	#ventajas_ext h2 {
		width: 100%;
		height: 50px;
		background: url(../img/ventajas.png) 0 -50px no-repeat;
	}
	
		#ventajas_ext h2 span {
			display: none;
		}
	
#ventajas {
	background: #2F2F2F url(../img/ventajas_bot.png) bottom no-repeat;
}

	#ventajas ul {
		padding: 10px;
	}

	#ventajas li {
		margin: 7px 0;
		padding-left: 8px;
		font-size: 14px;
		background: url(../img/bull.gif) 0 6px no-repeat;
		color: #CCC;
	}

	#ventajas a {
		color: #0BE;
	}
	
	#ventajas a:hover {
		text-decoration: underline;
	}

#techpeople {
	display: inline;
	float: left;
	width: 150px;
	height: 50px;
	margin-left: 10px;
}

#pagina_bot {
	width: 100%;
	clear: both;
}