div#specials{
	margin:0;
	padding:20px 0;
	width:370px;
	background-color:#D1CEC9;
	font-family:"Trebuchet MS", sans-serif, Arial, Verdana;
	font-size:14px;
	line-height:130%;
}


.contenedorSpecials {
	margin:0 auto;
	padding:0px;
	width:340px;
	height:130px;
	background-color: #B4AEA7;	
			
}

/* MENOS 10 PX DE CADA LADO POR EL PADDING DE los links a */
.contenedorSpecials a { 
	width:142px;
	height:102px;
	float:left;
	text-decoration:none;
	color:#333333;
	padding:14px;
	
	outline:none;
	border:none;
} 


.contenedorSpecials span {
	display:block;
	padding-top:9px;
	margin-top:5px;
	/*border-top:dashed 1px #666;*/
	width:130px;
	
	color:#ffffff;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;	
	
	background-image: url('../imagenes/line.png');
	background-repeat:repeat-x;
	line-height:115%;
	


} 


.contenedorSpecials a:Hover, .contenedorSpecials:Hover {
	background-color: #A19B92;
	color:#ffffff;
}


.right  {
 float:right;
}


.separadorSpecials {height:5px; width:370px; clear:both;}