/* CSS Document */
/*
colores
marron: color: #2f1a09;
naranja: color: #ec812f;
verde: color: #4e5128;
blanco: color: #f4f6e9;
superoscuro: color: #1f1107;
*/

* {
padding:0;
margin:0;
}
body {height: 100%;
font-family:Georgia, "Times New Roman", Times, serif;
	/*font-size: 62.5%;*/
	color:#f4f6e9;
	background-color:#2f1a09;
	background-image: url(imagenes/que-paso.gif);
	background-repeat: no-repeat;
	background-position: center center;
	}
html {height: 100%;}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, label, ul, ol, dl, fieldset, address { margin:0; }
li, dd, blockquote { margin-left:0px; }
fieldset { padding:10px; }

p{
	font-size:0.8em;
	line-height: 1.5em;
	/*letter-spacing: 2px;*/
	padding-left:3px;
	padding-bottom:1em;
}
h1 {
	color: #ec812f;
	height:48px;
	background-image: url(imagenes/puntos.gif);
	background-repeat:  repeat-x;
	background-position: bottom;
	margin-bottom:18px;
}
h2{
font-weight:lighter;
font-size:1.5em;
}
a{color: #ec812f;
text-decoration:none;
}


#contenedor{
	margin-left:auto;
	margin-right:auto;
	margin-top:14px;
	width:750px;
	/*min-height: 100%;*/
	position:relative;
	background-color:#7d803f;
	background-image: url(imagenes/fondoc_04.jpg);
	background-repeat:    repeat-x;
	background-position: top;	
}

/** html #contenedor
{
height: 100%;

}
*/
#head{
	background-color: #f4f6e9;
	background-image: url(imagenes/head.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height:153px;
	
}
#head h1{
height:122px;
background-image: none;
margin:0;
padding:0;
}

#subcontenedor{
padding-top:0px;
background-image: url(imagenes/borde1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	
}
#cuerpo{
/*float:left;*/
width:400px;
padding: 0 14px 0 14px
/*margin-right:150px;*/
}
#cuerpo.carta{
width:720px;
}
#cuerpo.carta p, #cuerpo.carta h2, {
width:500px;
margin-left:200px;
}


#derecha{
float:left;
width:150px;
}
#extras{
height:99px;
	clear:both;
	background-image: url(imagenes/abajo_26.jpg);
	background-repeat: no-repeat;
	background-position: top;
	background-color:#2f1a09;
	padding-bottom:77px;
	color: #7c803f;
	font-size:0.9em;
}
#extras a{
color: #7c803f;
text-decoration:none;
}
#extras div{
padding-top: 16px;
margin-left:14px;
margin-right:14px;
float:left;
	background-image: url(imagenes/post_28.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	
	height:79px;
}
#extras div.contacto{
background-image: url(imagenes/post_28.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 85px;
}
#extras div.delivery{
background-image: url(imagenes/moto.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 100px;
}


#footer{
clear:both;
width:750px;
/*position: absolute;
    bottom: 0;*/
	background-color: #1f1107;
	text-align:center;
	padding-top:14px;
	padding-bottom:7px;
	
	
}
#footer p{
font-size:0.6em;
color: #7c803f;
font-family:Verdana, Arial, Helvetica, sans-serif;
}


/*navegacion*/
.solidblockmenu{
margin: 0 ;
padding: 0 0 0 14px ;
float: left;
font: bold 13px Arial;
width: 736px;
/*border: 1px solid #625e00;
border-width: 1px 0;*/
background: black url(imagenes/blockdefault.gif) center center repeat-x;
}

.solidblockmenu li{
display: inline;
height:31px;
}

.solidblockmenu li a{
float: left;
color: white;
padding: 0px;
text-decoration: none;
/*border-right: 1px solid white;*/
height:31px;
}

.solidblockmenu li a:visited{
color: white;s
}

.solidblockmenu li a:hover, .solidblockmenu li .current{
color: white;
background: transparent url(imagenes/blockactive.gif) center center repeat-x;
}

/*ie*/
p.iepara{ /*Conditional CSS- For IE (inc IE7), create 1em spacing between menu and paragraph that follows*/
padding-top: 1em;
}

/* extras y de mas*/

.derecha {
float:right;
}
p.flecha{
	background-image: url(imagenes/flechita_35.gif);
	background-position: left 1px;
	text-indent:12px;
	background-repeat: no-repeat;
}
#chef{margin:0;
padding:0px;
position:absolute;
top:49px;
left:503px;
}
#subnav{
float:left;
text-decoration: none;
width:200px;

}
#subnav ul li {
	text-decoration: none;
	font-size:0.9em;
	list-style-type: none;	
	
	}
#subnav ul li a{text-decoration: none;
	color: #2f1a09;
	padding-left:14px;
	font-weight:bold;
}
#subnav ul li a:hover{
	color: #ec812f;
	background-image: url(imagenes/flechita_35.gif);
	background-position: left 1px;
	background-repeat: no-repeat;
}
#subnav ul li a.menusel{
color: #ec812f;
	background-image: url(imagenes/flechita_35.gif);
	background-position: left 1px;
	background-repeat: no-repeat;
}



table thead th{
color: #ec812f;
text-align:right;
font-weight:bold;
padding-bottom:5px;
}
table tbody tr td, table tbody tr th {
      /*background-color: #121212;*/
	  /*color:#121212;*/
	  width:400px;
	  padding:5px 7px 3px 7px;
	  font-size:0.7em
    }
    table tbody tr.odd  td, table tbody tr.odd th {
      background-color: #4e5128;
    }
	th {
	text-align:left;
	}
	th span {
	font-weight:normal;
	padding-left:35px;
	
	}
	td {
	text-align:right;
	}
	
#que{
	background-image: url(imagenes/que-paso.gif);
	background-repeat: no-repeat;
	background-position: center center;
}