@charset "utf-8";
/* CSS Document */

div#carrousel {
	position:absolute; 
	left:410px;
	top:5px; 
	width:200px; 
	height:160px; 
	clip:rect(0, 200px, 160px, 0);
	overflow:hidden;
}

div#ElInterior {
	position:absolute;
	width:2000px; height:160px; 
	color:#666666;
}

div#ElInterior ul { 
	padding:0; 
	margin:0; 
	list-style:none; 
}

div#ElInterior li { 
	padding:0; 
	margin:0; 
	list-style:none; 
	width:200px; height:160px; 
	text-align:center; 
	float:left; 
}

div#controlBack {
	position:absolute; top:80px; left:390px; width:13px; height:14px; cursor:pointer;
}

div#controlForward {
	position:absolute; top:80px; left:616px; width:13px; height:14px; cursor:pointer;
}

/* ************************************* */
div#otrasPiezas {
	position:absolute; 
	left:360px;
	top:225px; 
	width:320px;
}
.cadaPieza {
	width:140px; 
	float:left; 
	text-align:center; 
	padding-right:10px;
}
