﻿

#menorquina{
	color: #b05da4;
	width: 200px;
	font-size: 14px;
	font-weight: bold;
	padding-top: 5px;
	text-align: center;
}
#sub_menu{
	position:relative;
	margin-top: 10px;
	margin-left: 0px;
	background:  url("../../imagenes/boton_submenu.jpg") no-repeat left top;
	width: 230px;
	float: left;
}
	#sub_menu ul
	{
		list-style-type:none;
		margin-top: 9px;
		margin-bottom:0px;
		margin-left: 20px;
		padding: 0px;
		width: 170px;
	}
		#sub_menu ul li
		{
			text-align:center;
			padding: 0px;
			margin: 0px;
			margin-top: 0px;
			color: #FFF;
			font-weight: bold;
			/*border: 1px solid #00F;*/
			overflow: hidden;
			border: 0px solid #b05da4;
			border-bottom: 1px solid #b05da4;
			border-left: 1px solid #b05da4;
			border-right: 1px solid #b05da4;
		}
		
		#sub_menu a{
			color: #b05da4;
			font-size:10px;
			height: 15px;
			margin-top: 0px;
			padding-top: 3px;
			text-decoration: none;
			/*background: url("../../imagenes/boton_submenu.jpg") no-repeat right top;*/
			text-align: center;
			display:block;
			background: #e2c2db;
		}
		
		#sub_menu a:hover{
			/*width: 200px;
			margin-left: 0px;
			text-align: center;
			padding-left: 0px;*/
			background: #d38dc4;
		}
a {
	text-decoration: none;
	color: #b05da4;
}
#restaurante{
	color: #b05da4;
	width: 235px;
	padding-top: 5px;
	padding-left: 5px;
	background: #FFF url("../../imagenes/restaurante_hoja.jpg") no-repeat left top;
	display: block;
	overflow: hidden;
	/*border: 1px solid;*/
}
.corto{		height: 27px;	}

#resturante.largo{		height: 327px;	}

#hoja_restaurante{
	color: #565656;
	height: 300px;
	margin-top: 25px;
	width: 235px;
	padding: 0px;
}
#hoja_restaurante ul{
	margin: 0px;
	list-style-image: url("../../imagenes/cuchara.jpg");
	padding-left: 20px;
}
#hoja_restaurante li{
	margin: 3px;
	margin-left: 2px;
	list-style: none;
	padding-left: 0px;
}
#casa{
	color: #b05da4;
	width: 235px;
	padding-top: 5px;
	padding-left: 5px;
	background: #FFF url("../../imagenes/casa_hoja.jpg") no-repeat left top;
	display: block;
	overflow: hidden;
}
#casa.largo{		height: 171px;	}
#hoja_casa{
	color: #565656;
	height: 300px;
	margin-top: 25px;
	width: 235px;
	padding: 0px;
}
#hoja_casa ul{
	margin: 0px;
	list-style-image: url("../../imagenes/cuchara.jpg");
	padding-left: 20px;
}
#hoja_casa li{
	margin: 3px;
	margin-left: 2px;
	list-style: none;
	padding-left: 0px;
}

/*=_==_==_==_==_==_==_==_==_==_==_==_==_==_==_==_==_==_==_==_==_==_==_=*/
#marco{
	width: 521px;
	height: 600px;
	font-family:"Lucida Grande", verdana, sans-serif;
	text-align: center;
	border: 0px solid #F00;
	background:  url("../../imagenes/fondo_hoy.jpg") no-repeat left top;
	margin-left: 100px;
}
* html #marco{margin-left: 0px}
*:first-child+html  #marco{margin-left: 0px}

#texto{
	font-family:"Microsoft Sans Serif", verdana, sans-serif;
	font-size: 14px;
	/*border: 1px solid #0F0;*/
	width: 300px;
	height: 300px;
	position: absolute;
	top: 190px;
	left: 270px;
	text-align: left;
	color: #c778ad;
}

#titulo{
	font-weight: bold;
	position: absolute;
	left: 425px;
	top: 70px;
	color: #AE007B;
	font-style: italic;
	font-size: 40px;
}


