@media screen {
/************************************************/  
/* CSS 2.0 CONTACTSHOES.COM                     */
/* @file: showroom.css                          */
/* @date: FEBRUARY 2009 [REDISEŅO]              */
/* @author: netconsulting                       */
/* @email: jflillo@netconsulting.es             */
/* @url: www.netconsulting.es                   */
/************************************************/   


	/*-- LISTADO  CATEGORIAS --*/
	ul#listado-showroom{
		margin: 0 8px;
		/*clear: both;*/
	}
	
	ul#listado-showroom li{
		float: left;
		width: 148px;
		height: 142px;
		text-align: center;
		margin-bottom:4px;
		
	}
		
	
		
		ul#listado-showroom li strong{
			display: block;
			line-height: 12px;
			font-size: 100%;
			margin-top: 10px;
			font-style: normal !important;
		}
		ul#listado-showroom a{
			text-decoration: none;
			color: #2e2e2c;
			display: block;
			width: 120px;
			height: 134px;
			padding:10px 14px 0 14px;
			margin: 0;
			background:url(../images/bg_item_list.jpg) no-repeat top left;
		}
			ul#listado-showroom li img{ margin-bottom:10px;}
			
			ul#listado-showroom a:hover{ color: #9b2229; background-color:#fff; }
			
			ul#listado-showroom a span{ 
				float:left;
				width:120px;
			}
/*Ficha*//*
#content-central.detail{
	margin-left: 165px;
	position: relative;
	padding-top: 96px;
}	
#datos-producto{
	margin-left: 2px;
	width: 142px;
	background: url(../images/datos-producto_background.gif) repeat-y top left;
	float: left;
	margin-top: -18px;
}
	html > body #datos-producto{
		left: 2px;
	}
#datos-producto dl{
	width: 142px;
	margin: 0;
	padding: 0;
}
#datos-producto dl dd{
	margin: 0;
	color: #898989;
	padding: 0 5px 0 9px;
}
#datos-producto dl dd.referencia{
	margin: 3px 0;
}

	#datos-producto dt.top{
		font-size: 120%;
		font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
		font-weight: bold;
		padding: 34px 5px 0 9px;
		letter-spacing: 1px;
		background: url(../images/datos-producto_background_top.gif) no-repeat top left;
	}
	
	#datos-producto dl.bottom{
		padding-bottom: 36px;
		background: url(../images/datos-producto_background_bottom.gif) no-repeat bottom left;
	}
		#datos-producto dd.imagenes{
			margin-top: 10px;
			text-align: center;
		}
		#datos-producto dd.imagenes img {
			border: 1px solid #636363;			
		}
	#datos-producto h2 a img{
		margin: 0;
		padding: 0;
		display: block;
	}
	
	*/
	#datos-producto h4.otras{
		background: #fff;
		font-size: 120%;
		margin: 0;
		padding: 20px 0 10px 5px;
		font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	}
	
	#datos-producto ul.submenu{
		background: #fff;
		padding-left: 10px;
	}
		#datos-producto ul.submenu li{
			border-bottom: 1px solid #CCCCCC;
			padding: 3px;
			margin:0;
			padding: 3px 0 0 0;
		}
		#datos-producto ul.submenu li a{
			color: #636363;
			/*display: block;*/		
			text-decoration: none;
			margin-right: 5px;
		}
		#datos-producto ul.submenu li a:hover{
			color:#A52A2A;
			font-weight: bold;
		}

a.flecha {
	font-weight: bold;
}
ul.otras-temporadas {
		width: 200px;
		margin: 0 auto;
	}
	ul.otras-temporadas li {
		text-align: center;
	}
	ul.otras-temporadas a {
		text-decoration: none;
		color: #A52A2A;
		font-weight: bold;
	}
}