
	#sidebar h1 {
		font-size: 		1.2em;
		margin-top: 	185px;
		position: 		relative;
		color:			white;
		padding:		0 50px 0 50px;
		line-height: 	1em;
		text-transform: lowercase;
	}
	
	#sidebar h1 span {
		color:			#d54f31;
		font-size: 		1.4em;
		position: 		relative;
	}
	
	#abroIn {
		top:			-3px;
		left:			-3px;
	}
	
	#cierroIn {
		left:			3px;
		top:			3px;
	}
	
	#listaClientes {
		padding:		0 50px 0 0px;
		text-align: 	right;
		margin-top: 	20px;
	}
	
	#listaClientes li {
		margin-bottom: 	0px;
	}
	
	#listaClientes li a {
		letter-spacing: 0;
	}
	
	#contenido {
		background: 	#d54f31;
		width:			760px;
		height: 		505px;	
		position: 		absolute;
		right:			0;
		top:			0;
		overflow:		hidden;
	}
	
	#entrada {
		background: 		url('../imagenes/logo_hermanos_masa_home.gif') top center no-repeat #d54f31;
		width:				500px;
		padding-top:		170px;
		text-decoration:	none;
		color:				white;
		font-size:			2.5em;
		display: 			block;
		margin:				150px auto;
		text-align: 		center;
	}
	
	#entrada a:hover {
		text-decoration:	none !important;
		text-shadow: 		#666 2px 2px 5px
	}
	
	#listaProductos {
		position: 			absolute;
		right:				10px;
		bottom: 			-6px;
		z-index:			10000000;
	}
	
	#listaProductos[id] {
		position: 			absolute;
		right:				10px;
		bottom: 			-20px;
	}
	
	#listaProductos li {
		width:				60px;
		height:				97px;
		overflow:			hidden;		
		position: 			relative;
		float: 				left;
		margin-right: 		1px;
	}
	
	#listaProductos a {
		background: 		url('images/fondoPestanya.jpg') bottom center no-repeat;
		display: 			block;
		width:				60px;
		height:				70px;
		overflow:			hidden;		
		text-decoration: 	none;
		position: 			absolute;
		bottom:				0;
		left:				0;
		color:				#999;
		z-index: 100000000;
	}
	
	#listaProductos a:hover {
		height:				97px;
		text-decoration: 	none !important;
		color:				#424a52 !important;
	}
	
	#listaProductos a span {
		display: 			block;
		width:				60px;
		height:				97px;
		position: 			absolute;
		left:				0;
		bottom:				0;
	}
	
	#listaProductos a span span {
		position: 			absolute;
		top:				4px;
		left:				0;
		color:				#424a52;
		width:				60px;
		display: 			block;
		height:				27px;
		font-size: 			.6em;
		line-height: 		10px;
		text-align: 		center;
	}
	
	#listaProductos a span img {
		position: 			absolute;
		bottom:				20px;
		left:				0;
		z-index: 10000000000;
	}
