/* 
    Document   : robertogarrudo.com
    Created on : 22-feb-2010, 18:02:07
    Author     : Juan Manuel
    Description:
        Archivo específico diseño web
*/
body{
  background: #FDD037 url(../img/fondo_body.jpg) repeat-x top !important;
  color: #F3FFBB;
}
h1, h2, h3, h4, h5{
  color: #F3FFBB;
}
h2{
  font-size: 1.4em;
  font-weight: bolder;
}
a, a:hover, a:visited, a:link{
  color: #F3FFBB;
  text-decoration: none;
}
.container{
  background-color: #2b2e1b;
  font-size: 1.2em;
}
.cabecera{
  background-color: #FDD037;
}
.menu{
  height: 30px;
  background-color: #242618;
  text-align: center;
}
.cuerpo{
  /*background-color: #2b2e1b;*/
  min-height: 420px;
}
.pie{
  background-color: #242618;
  text-align: center;
  height: 30px;
  line-height: 30px;
  font-size:14px;
}
.jinete{
   background: transparent url(../img/fondo_jinete.png) no-repeat right bottom;
}
.cuerpo *{
  padding-left: 3px;
}
/*----- MENU -----*/
ul.nav{
  margin : 0;
  padding : 0;
  list-style : none;
  width : 100%;
  height : 30px;
  line-height : 30px;
  position : relative;
  cursor: pointer;
}
ul.nav li{
  display: inline;
  list-style: none;
  padding: 0;
  margin: 0 2px;
  line-height: 25px;
}
ul.nav li a{
  line-height: 25px;
  padding: 2px 20px;
}
ul.nav li a:hover{
  color: #3d4125;
  background-color: #f3ffbb;
}
.escaparate{
  text-align: center;
  min-height: 225px;
}
.escaparate img{
  width:180px;
  display: block;
  margin: 5px auto;
}
dl.ficha dd, dl.ficha dt{
  display: inline;
  margin:0;
  padding:0;
}
a.boton, .boton {
  border:0;
  color: #F3FFBB;
  cursor:pointer;
  padding: 2px 10px;
  background-color: #3d4125;
  
}
a.boton:hover {
  color: #3d4125;
  background-color: #F3FFBB;
}
div.cuerpo ul{
  list-style: none;
  line-height: 1.5em;
  margin:0;
  padding: 0;
}

div.cuerpo ul li a{
  display: block;
  height: 30px;
  line-height: 30px;
  margin-bottom: 3px;
  background-color: #3d4125;
}
div.cuerpo ul li a:hover{
  color: #3d4125;
  background-color: #F3FFBB;
}
.normal{
  font-weight: normal !important;
}
table.cesta{
  border-collapse: collapse;
  width:600px;
  font-size: 0.9em;
}
table.cesta th{
  background-color: #3D4125;
  font-weight: normal;
  text-align: center;
}
table.cesta td{
  border-bottom: 1px dotted #3d4125;
  text-align: center;
}
table.cesta td.total{
  border-bottom: 0;
  background-color: #3D4125;
  text-align: right;
}
div.carrito{
  margin-left: 3px;
  text-align: center;
  padding: 10px 0;
  border: 1px solid #3d4125;
  border-top: 4px solid #3d4125;
}
.formulario_entrada{
  border: 1px solid  #f3ffbb;
  font-size: 0.9em;
}
.formulario_entrada label{
  font-size: 0.9em;
  display: block;
  margin: 5px 0 0 10px;
}
.formulario_entrada input, .formulario_entrada select{
  font-size: 0.9em;
  display: block;
  margin: 5px 0 0 10px;
  border: 1px solid #f3ffbb;
  width: 180px;
}
.formulario_entrada input.boton{
  border:0;
  margin-bottom: 10px;
  width: 80px;
}
.formulario_entrada p{
  padding: 6px;
  padding-bottom: 0px;
  text-align: justify;
}
.oculto{
  border: 0 !important;
  display: none !important;
}
.formulario_preparado label{
  font-size: 0.9em;
  float:left;
  clear:both;
  display: block;
  width: 110px;
  margin: 5px 0px 0 10px;
}
.formulario_preparado span{
  display: block;
  float:left;
  margin: 5px 0px 0 10px;
}
div.cuerpo div#tabs{
  font-size: 0.9em;
}
div.cuerpo li a.normal{
  height: 20px;
  line-height: 20px;
  background-color: white;
}
div.cuerpo li a.normal:hover{
  background-color: #F1F1F1;
}
div#otras{
  text-align: center;
  padding:0;
}
div#otras h5{
  margin:0;
  background-color: #727A4A;
  color: #2B2E1B;
  margin-bottom: 5px;
}
div#otras ul li{
  margin:0 !important;
  padding: 0 !important;
  text-align: left;
}
div.cuerpo ul.normal{
  margin: 0 0 20px 20px;
  list-style: square;
}
div.recuadro_foto{
  float: right;
  background-color: #727A4A;
  border:1px solid #727A4A;
  margin: 0;
  margin-left: 5px;
  padding: 0;
}
div.recuadro_foto *{
  margin: 0;
  padding: 0;
}
ul.subfamilia{
  width:400px;
}
ul.subfamilia li{
  list-style: none;
  line-height: 2em;
  border-bottom: 1px solid  #727A4A;
}
ul.subfamilia li a{
  font-weight: normal;
  padding: 4px 0;
  width: 450px;
}
ul.subfamilia li a:hover{
  font-weight: bold;
  color: white;
}
