
	.izquierda {
		background: 	url('../imagenes/fondoEPartida.png');
	}
	
	h1, h2, p, dl {
		margin-left:	162px !important;
		margin-right: 	50px;
	}
	
	#subMenuProductos {
		position:		absolute;
		padding:		0px 10px 10px 10px;
		width:			112px;
		left:			2px;
		z-index:		10;
		font-family: Arial, Helvetica, sans-serif,Verdana,;
	}
	
	#subMenuProductos * {
		font-size: 		.9em;
	}
	
	#subMenuProductos h1 {
		margin:			0 !important;
	}
	
	#subMenuProductos li {
		margin-top:		10px;
		color:			white;
	}

	#subMenuProductos li ul {
		margin-left: 	5px;
		color:			green;
	}
	
	#subMenuProductos li a {
		color:			white;
		display: 		block;
	}
	
	#subMenuProductos li ul a {
		color:			#7cb900;
	}
	
	#medio {
		color:			#fffff;
	}
	
	#subMenuProductos li a:hover {
		text-decoration:	underline;
	}
	
	#destacados {
		position: 		absolute;
		bottom:			0;
		right:			0;
		width:			426px;
		height: 		136px;
		overflow: 		hidden;
	}
	
	#destacados a {
		display:		block;
		float:			left;
		position:		relative;
		width:			213px;
		height:			136px;
		color: 			white;
	}
	
	#destacados a span {
		position: 		absolute;
		bottom:			10px;
		right:			10px;
	}
	
	#destacados a span span {
		font-size: 		.6em;
		top:			30px;
		left:			0px;
	}
	#destaca {
		position: 		absolute;
		bottom:			0px;
		right:			0px;
		width:			70px;
		height: 		25px;
		overflow: 		hidden;
	}
	
	#destaca a {
		display:		block;
		float:			right;
		position:		relative;
		width:			70px;
		height:			10px;
		color: 			white;
	}
	
	#destaca a span {
		position: 		absolute;
		bottom:			2px;
		right:			10px;
	}
	
	#destaca a span span {
		font-size: 		.6em;
		top:			30px;
		left:			0px;
	}
	#FAQ span {
		color: 			black;
	}
	
	#destacados a span.main {
		top:			10px;
		left:			10px;
		font-size: 		1.6em;
		color:			white;
	}

	#ventajas {
		background: 	url('../imagenes/bannerVentajas.jpg');
	}
	
	#FAQ {
		background: 	url('../imagenes/bannerFAQ.jpg');
	}
	
	#Fichas {
		background: 	url('../imagenes/bannerFotos.jpg');
	}
	
	#Fotoss {
		background: 	url('../imagenes/bannerFichas.jpg');
	}
	
		
	
	#elviewportcontenedor {
		overflow:  	hidden;
		height: 	425px;
	}
	
	#elviewportcontenido {
		position: 	relative;
		padding-bottom: 80px;
	}
	
	#elviewportarriba {
		width: 		15px;
		height: 	15px;
		background:	url('../imagenes/arrowUp.png') center center no-repeat;
		position: 	absolute;
		right: 		3px;
		top:		28px;
		cursor:		pointer;
		z-index:	100;
	}
	
	#elviewportabajo {
		width: 		15px;
		height: 	15px;
		background:	url('../imagenes/arrowDown.png') center center no-repeat;
		position: 	absolute;
		right:		3px;
		cursor:		pointer;
		bottom: 	13px;
		z-index:	100;
	}