@charset "utf-8";
/* RESTARUANTE LA MAREA CSS Document */
BODY{
	margin:0;
	padding:0;
	background-repeat:no-repeat;
	background-color:#08090a;
	font-family:"Trebuchet MS", Arial, Verdana, Tahoma;
	font-size:9pt;
	margin-top:30px;
	}
	
UL{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	display:block;
	}	

LI{
	float:left;
	display:block;
	}

DIV{
	display:block;
	margin:0;
	padding:0;
	float:left;
	}
	
A{
	text-decoration:none;
	}	

A:HOVER {
	text-decoration:underline;
	}
	
P{
	margin-top:0px;
	line-height:125%;
	}	

.contenedor_externo{
	width:660px;

	margin: 0 auto;
	float:none;

	}
	
.contenedor{
	width:660px;
	
	background-image:url(../img/bg_carta.gif);
	background-repeat:repeat-y;	
	}	
	
.cabecera{
	width:660px;
	height:28px;
	background-image:url(../img/header_carta.gif);
	height:131px;
	}

.cuerpo{
	padding-left:70px;
	padding-right:70px;
	width:520px;
	}
	
	.cuerpo ul{
		width:520px;
		margin-bottom:30px;
		}
		
		.cuerpo ul li{
			width:520px;
				border:0px;
				border-bottom:1px;
				border-style:dotted;
				border-color:#cfcfcf;
				margin-bottom:10px;	
				padding-bottom:3px;
			
			}	
		

		.cuerpo ul li.li_titulo{
				/*font-weight:bold;*/
				font-size:14pt;
				text-align:center;
				color:#233043;
				text-transform:uppercase;
				padding:3px;
				border:0px;
				border-bottom:1px;
				border-style:dotted;
				margin-bottom:15px;
			}
			
		.cuerpo ul li.li_plato_sin_precio{
				/*font-weight:bold;*/
				text-align:center;
			}
			

		.cuerpo ul li.li_aclaracion{
				font-weight:bold;
				text-align:center;
			}
			

		.cuerpo ul li.li_area_precio{
				width:40px;
				padding-right:10px;
				text-align:right;
			}
			

		.cuerpo ul li.li_plato_con_precio{
				width:470px;
			}
			
		.cuerpo ul li.li_area_precio_leyenda{
				width:40px;
				padding-right:10px;
				text-align:right;
				font-weight:bold;
			}
			

		.cuerpo ul li.li_plato_con_precio_leyenda{
				width:470px;
				font-weight:bold;
}			

.pie{
	width:660px;
	height:98px;
	background-image:url(../img/footer_carta.gif);
	background-repeat:no-repeat;
	}
	


