body {
	font: 11px Book Antiqua, sans-serif;
	/* font-family:PigeonRegular; */
	color: #ffffff; /* #550002;*/
	/* background: #FFF0B5; */
	/* background: url(../img/navidad_fondo.png) no-repeat top center; */
	
	/* background-image: url(../img/Meson_La_Manuela.jpg); */
	background-image:url('../img/gradiente.png');
	background-repeat:repeat-x;
	padding: 0;
	margin: 0;
}

#cabecera {
	position:relative;
	left:15%;
	margin: 5 auto 5;
	width:770px;
	height:200px;
	border: none;
	border-radius: 10px;
  
	background: #A52A2A; 
	/* background: #ffffff url(../img/fondo_1.jpg); */
	/* background-image: url(../img/Meson_La_Manuela.jpg); */
}

#contenido {
	position:relative;
	left:0%;
	margin: 15 auto 5;
	width:1100px;
	height:830px;
	border: none;
	/* background: #A52A2A; */
	/* background: #ffffff url(../img/fondo_1.jpg); */
	/* background-image: url(../img/Meson_La_Manuela.jpg); */
}
#pie {
	position:relative;
	left:15%;
	margin: 5 auto 5;
	width:770px;
	height:35px;
	
	border-radius: 10px;
	/* igual que navigation li */ 
	border-style: solid; 
	border-width: 1px;
    border-color: #BABABA #BABABA #BABABA #FFF;
	box-shadow: 0 1px rgba(255,255,255,1) inset;
	-webkit-box-shadow: 0 1px rgba(255,255,255,1) inset;
	background: #A52A2A; /* Old browsers */
	background: -moz-linear-gradient(top, #F7F7F7 0%, #cdcdcd 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F7F7F7), color-stop(100%,#cdcdcd)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #F7F7F7 0%,#cdcdcd 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #F7F7F7 0%,#cdcdcd 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #F7F7F7 0%,#cdcdcd 100%); /* IE10+ */
	background: linear-gradient(top, #F7F7F7 0%,#cdcdcd 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F7F7F7', endColorstr='#cdcdcd',GradientType=0 ); /* IE6-9 */	
	
		font: bold 14px/18px Book Antiqua, sans-serif;
font-variant: small-caps;
	color: #A52A2A; /* #444; */
	text-decoration: none;
	text-shadow: 1px 3px #FFF;
}


#autor {
	position:relative;
	margin: 2px auto 2px;
	left: 88%;
	top: 102%;	
	
}

input.creditos {font: 9px Verdana, Arial, Helvetica, sans-serif;}



img, table, td, tr {
	border: none;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, serif;
	font-size:: 11px;
	font-weight: normal;
	font-variant: small-caps; /* letracapital */
	color: #ffffff;
	margin-bottom: 10px;
}

h1 {
	font-size: 24px;
	line-height: 26px;
}
h2 {
	font-size: 22px;
	line-height: 24px;
}

h3 {
	font-size: 20px;
	line-height: 22px;
}
h4 {
	font-size: 18px;
	line-height: 20px;
}
h5 {
	font-size: 16px;
	line-height: 20px;
}
h6 {
	font-size: 14px;
	line-height: 18px;
}

h1.title {
	font-size: 22px;
	line-height: 24px;
}

.titulos {
	font-size:18px;
	font-variant: small-caps; /* letracapital */
	color: #FFDC5A; /* #550002;*/
	text-decoration: bold;
	font-family: Georgia, serif;
	/* font-family: CommercialScript, DeliciousSmallCapsRegular; */
	/* font-style: italic; */
	margin:1px 0 0 0;
	padding:0;
	background:none;
	text-shadow: 1px 1px 2px #C95F16; /* #FF79C6; */ 	
}

.nonbrepagina {
	font-size:18px;
	font-variant: small-caps;
	/* letracapital */
	color: #FFDC5A; /* #A52A2A; */
	text-decoration: bold;
	font-family: Georgia, serif;
	/* font-family: CommercialScript, DeliciousSmallCapsRegular; */
	/* font-style: italic; */
	margin:1px 0 0 0;
	padding:0;
	background:none;
	text-shadow: 2px 2px 2px #6F5800; /* #FF79C6; */ 	
}

#membrete {
	font-size:26px;
}

.titulos_b {
	font-size:24px;
	color: #0073DC;
	text-decoration: bold;
	font-style: italic;
	margin:1px 0 0 0;
	padding:0;
	background:none;
	text-shadow: 1px 1px 2px #005FC8;
}

.teletipo {
	position: relative;
	left: 50%;
	top: 50%;
	width: 600px;
	height: 200px;
	margin-top: -100px;
	margin-left: -300px;
	overflow: no;
}

/* MENU METALICO */
* {
	margin: 0;
	padding: 0;
	outline: none;	
}

ul {
	list-style: none;	
}

#navigation {
	position:relative;
	left:0%;
	margin: -10 auto auto;
	/* width:1000px; */
	/* height:300px; */
	border: none;
	/* background: #A52A2A; */
	/* margin: 40px 0; */	
	/* font: bold 12px/18px "Helvetica Neue", Helvetica, Arial, sans-serif; */
	font: bold 14px/18px Book Antiqua, sans-serif;
	font-variant: small-caps;
	/* text-transform: uppercase; */
	color: #A52A2A; /* #444; */
}

#navigation:after {
	clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

#navigation ul {	
	float: left;
	border-radius: 10px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.07);
	-webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.07);
    overflow: hidden;
}

#navigation li {
	float: left;
	border-style: solid; 
	border-width: 1px;
    border-color: #BABABA #BABABA #BABABA #FFF;
	box-shadow: 0 1px rgba(255,255,255,1) inset;
	-webkit-box-shadow: 0 1px rgba(255,255,255,1) inset;
	background: #F7F7F7; /* Old browsers */
	background: -moz-linear-gradient(top, #F7F7F7 0%, #cdcdcd 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F7F7F7), color-stop(100%,#cdcdcd)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #F7F7F7 0%,#cdcdcd 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #F7F7F7 0%,#cdcdcd 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #F7F7F7 0%,#cdcdcd 100%); /* IE10+ */
	background: linear-gradient(top, #F7F7F7 0%,#cdcdcd 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F7F7F7', endColorstr='#cdcdcd',GradientType=0 ); /* IE6-9 */	
}


#navigation li:hover, #navigation li.current {
	box-shadow: 0 1px rgba(255,255,255,0.2) inset;
	-webkit-box-shadow: 0 1px rgba(255,255,255,0.2) inset;
	border-color: #262626 !important;
	background: #A52A2A; /* Old browsers */
	background: -moz-linear-gradient(top, #A52A2A 0%, #F7F7F7 90%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#A52A2A), color-stop(90%,#F7F7F7)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #A52A2A 0%, #F7F7F7 90%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #A52A2A 0%, #F7F7F7 90%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #A52A2A 0%, #F7F7F7 90%); /* IE10+ */
	background: linear-gradient(top, #A52A2A 0%, #F7F7F7 90%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#A52A2A', endColorstr='#F7F7F7',GradientType=0 ); /* IE6-9 */
}

#navigation a {
	display: block;
	padding: 6px 10px;
	color: #A52A2A; /* #444; */
	text-decoration: none;
	text-shadow: 1px 3px #FFF;
}

#navigation a:hover, #navigation li.current a {
	color: #FFF;
	text-shadow: 1px 3px #000;
}

#navigation li:first-child {
	border-left-color: #BABABA;
	border-radius: 10px 0 0 10px;
}

#navigation li:last-child {
	border-radius: 0 10px 10px 0;
}
/* FIN MENU METALICO */

#piano { position: relative; top: 150px; }
.piano-container { position: relative; top: -8px; height: 50px; padding-left: 20px; }
a.piano-item { display: block; width: 50px; position: absolute; bottom: 0; text-align: center; text-decoration: none; color: #333; }
.piano-item span { display: none; padding-left: 20px; }
.piano-item img { border: 0; margin: 5px 10px 0px; width: 100%;
}

div.pizarra {
	margin-bottom: -5px;
	width: 558px;
	background: url(../img/pizarra_fondo.png);
	text-align: center;
	font-family: Helvetica, sans-serif;
	font-family: 'Kite One', sans-serif;
	font-variant: small-caps; /* letracapital */
	font-size:: 22px;
	font-style:oblique;
	
}

div.menu_del_dia {
	padding: 10px 26px;
}

div.precioMenu {
	font: 16px Arial;
	font-family: Helvetica, sans-serif;
	font-variant: small-caps; /* letracapital */
	font-size:: 14px;
	font-style:oblique;
	text-decoration: underline;
}
