/*Menu del Hostal Cerezo*/
body 
{
	font-family: Georgia, "New Century Schoolbook" , Times, Serif;
	color:#9C3232;
	background:#f6ece4; 
	font-size:1em;
}

a:link,  a:visited
{
	font-family: Georgia, "New Century Schoolbook" , Times, Serif;
	color:#9C3232;
	background:none;
	font-size:1em;
}

a:hover
{
	font-family: Georgia, "New Century Schoolbook" , Times, Serif;
	color:#9C3232;
	background:none;
	font-size:1em;
	text-decoration:underline;
	font-weight:bold;
}

#menu
{
	color: #246E18;
	padding:0;
	POSITION: absolute; 
    Z-INDEX: 101; 
    LEFT: -10px; 
    WIDTH: 131px; 
    TOP: 165px; 
    HEIGHT: 432px	
}

#menu a 
{
	display:block;
	font-weight: bold;
	font-style:normal;
	font-size: 14px;
	font-family:  Papyrus, "Book Antiqua", Georgia,"Bradley Hand ITC", "Tempus Sans ITC","New Century Schoolbook" ,Serif,  Times ;
	text-decoration:none;
	line-height:31px;
	margin: 2px 0 2px 0;
	width:125px;	
	text-align:center;
}

#menu a:link, #menu a:visited
{
	background: url(images/MenuButton.gif) no-repeat;
	color: white;
}

#menu a:hover
{
	background: url(images/MenuButtonPressed.gif) no-repeat;
	color: #9C3232;
	margin-left:10px;
}

/*Para las opciones de menu seleccionadas*/
a#selected:link,  a#selected:visited, a#selected:hover,  a#selected:active  
{
	color:#FFCACA;
	background: url(images/MenuButtonSelected.gif) no-repeat;
	margin-left:10px;
}

/*Para el submenu*/
#smenu a
{
	font-family: Papyrus, "Book Antiqua", Georgia,"Bradley Hand ITC", "Tempus Sans ITC","New Century Schoolbook" ,Serif,  Times ;
	text-align:left;
	font-size:12px;
	line-height:15px;
	font-weight:normal;
	font-style:normal;
}

#smenu li 
{
	margin: 5px 0px 0px 20px;
}

#smenu a:link,  #smenu a:visited
{
	color:#9C3232;
	background:none;
	text-decoration: none;
	margin-left:0px;
}

#smenu a:hover  
{
	color:#9C3232;
	font-weight:bold;
	background:none;
	text-decoration: underline;
	margin-left:0px;
}

/*Los elementos del submenu pertenencen a esta lista*/
#smenu ul
{
	list-style-position: outside;
/*	margin: 0px 0px 20px 45px;*/
	margin-top:0;
	color: #9C3232;
	background:none;
	line-height: 15px;
	list-style-type: disc;
	font-size:10px;
}

/*El elemento del submenu seleccionado tendra un comportamiento diferente*/
li#item_selected
{
	list-style-type: square;
	color:#F06F37;
	background:none;
}

/*Para el elemento del submenu seleccionado*/
#item_selected a:link,  #item_selected a:visited, #item_selected a:hover,  #item_selected a:active  
{
	color:#F06F37;
	font-weight:bold;
	background:none;
	text-decoration: none;
	margin-left:0px;
}


#banner 
{
	position: absolute;
	left:0;
	top:0;
}

#banner img
{
	text-align: left;
	margin:0px 0 0 0px; 
border:0;
}

#content
{
	clear: none;
	padding-right: 25px;
	padding-left: 25px;
	LEFT: 120px; 
	WIDTH: 680px; 
	POSITION: absolute; 
	TOP: 240px; 
	HEIGHT: 100%;
	color:#953131;
	font-size:smaller;
	text-align:justify;
}

#content img
{
	border-color:#953131;
}


#contentTitulo
{
	text-align:right;
	font-family:Papyrus;
	font-size:48px;
	font-weight:bold;
	color:#853333;
	background:none;
	position:absolute;
	left:0px;
	top:160px;
	width:800px;
	height:60px;
}

.ClientTitulo
{
	text-align:center; 
	font-size:18px;
	font-weight:bold; 
	font-style:italic;
}

.NormalTesto
{
	 text-align:justify;
	 line-height:20px;  
}

.NormalCentrado 
{
	text-align:center; 
    line-height:20px;  
}

.NormalTitulo
{
	font-size:18px;
	text-align:justify;
}

