.menu {
	position:relative;
	width: 780px;
	height: 37px;
	text-align: left;
	margin-bottom:8px;
	z-index:10;
}
#fondoIntro{
	position:absolute;
	width:100%;
	height:61px;
	#height:65px;
	background-color:#eaeaea;
	left:0;
	top:89px;
	#top:84px;
}
#fondoResto{
	position:absolute;
	z-index:1;
	width:100%;
	height:45px;
	background-color:#eaeaea;
	left:0;
	top:84px;
	*top:88px;
}
/*#menu img{
	margin: 22px 0 0 0;
}*/

#izquierda {
	float:left;
	width: 176px;
	margin-left:10px;
}

#derecha {
	position:relative;
	float: left;

	margin: 0 0 0 12px;
	width: 535px;
	border:none;
}

#producto {
	background: transparent url(../img/bg_productoshome.gif) no-repeat top left;
	width: 251px;
	height: 88px;	
	margin: 2px 0 0 0;
	float: left;
}

#producto h1{
	margin: 0px;
	padding: 0px;
	color: #fff;
	font-size: 15px;
	padding: 6px 0px 0px 130px;
}

#producto p{
	margin: 0px;
	padding: 0px;
	color: #000;
	font-size: 10px;
	padding: 5px 5px 0px 120px;
}

#producto img{
	margin: 4px 0px 4px 4px;
	float: left;
}

#producto a img{
	margin: 0px 0px 0px 80px;
	width: 60px;
	height: 20px;
}

#pie {
	position:relative;
	background: transparent url(../img/pie.jpg) no-repeat left bottom;
	#background: transparent url(../img/pie.jpg) no-repeat 1px bottom;
	background-color:#FFFFFF;
	margin-bottom:-10px;
	float:left;
	width: 780px;
	height:67px;
	z-index:2;
}
#pieficha {
	position:relative;
	background: transparent url(../img/pie_ficha.jpg) no-repeat left bottom;
	#background: transparent url(../img/pie_ficha.jpg) no-repeat 1px bottom;
	background-color:#f7f5f6;
	margin-bottom:-10px;
	float:left;
	width: 780px;
	height:67px;
	z-index:2;
}

#pie2 {
	position:relative;
	background: transparent url(../img/pie2.jpg) no-repeat left bottom;
	#background: transparent url(../img/pie2.jpg) no-repeat 1px bottom;
	background-color:#FFFFFF;
	margin-bottom:-10px;
	margin-left:3px;
	float:left;
	width: 780px;
	height:67px;
	z-index:2;
}
#selectorHome{
	position:relative;
	width:505px;
	margin-left:20px;
}

#selectorHome h2{
	font-weight:bold;
	color:#FF0000;
	font-size:1.2em;
	padding-top:30px;
	margin:0;
}
#selectorHome p{
	font-weight:bold;
}
#selectorHome #contenedorSelect{
	position:relative;
	height:150px;
	margin:40px auto;
}
#contenedorSelect .item{
	position:relative;
	float:left;
	height:120px;
	width:200px;
	margin-left:30px;
	background:url(../img/selector.gif) no-repeat;
	padding-top:0;
}
#contenedorSelect .item a{
	display:block;
	line-height:80px;
}
#contenedorSelect .explicacionSelector{
	position:relative;
	margin-top:40px;
}
#contenedorSelect .item a{
	text-align:center;
	font-size:13px;
	color:#fff;
	text-decoration:none;
}
#contenedorSelect .item a:hover{
	color:#000;
}
#contenedorSelect .items{
	position:relative;
	float:left;
	height:40px;
	width:20px;
	border:1px solid;
}
