/* CSS Document */

* {
  padding: 0;
  margin: 0;
} 

body {
  font-size: 70%;
  font-family:Arial, Helvetica, sans-serif;
}

#container {
  width: 760px;
  margin:0px auto;  
  text-align:left; 
}

#logo {
  padding: 15px 0;
  overflow: hidden;
  height: 42px;
}

#logo img {
  float:left;
}

#idioma {
  padding-top: 15px;
  text-align:right;
  font-size:95%;
  float:right;
}

#idioma a {
  color:#999;
  text-decoration:none;
}

#idioma a:hover {
  color:#999;
  text-decoration:none;
}

#menu {
  background-color:#000000;
  color:#fff;
  overflow: hidden;
  padding: 4px 1px;
  height:1.2em;
/*  border:1px solid #fff;*/
}

#menu ul {
  float:left;
}

#menu li {
  display:inline;

}

#menu li a {
  color:#fff;
  text-decoration:none;
  padding: 4px 12px;
}

#menu a:hover {
  color:#000;
  background-color:#FFF;
}


#menu p {
  float:right;
  margin:0;
  font-size:85%;
  padding-right: 10px;
}

#main {
  clear:both;
  color:#444;
  overflow:hidden;
}

#main h1 {
  font-size: 120%;
}

#main h1 a {
  text-decoration:none;
}

#main a {
  color:#000;
}

#main a:hover {
  color:#555;
}

#main .texto {
  padding:15px 150px;
  text-align:justify;
}

#main .col_1 {
  text-align: justify;
  width:280px;
  padding: 20px 20px 10px 80px;
  float:left;
}

#main .col_2 {
  text-align: justify;
  width:280px;
  padding: 20px 80px 10px 20px;  
  float:right;  
}

.ficha_vino_senorio {
  background-image:url(../images/css/fondo-senorio.jpg);
  background-repeat:no-repeat;
  height:337px;
  padding: 60px 40px 0 355px;
}

.ficha_vino_senorio td, .ficha_vino_senorio th {
  padding: 2px 4px;
}

.ficha_vino_senorio th {
/*  border-bottom:1px solid #aaa;*/
  font-weight: bold;
}

.seleccion_vino {
  background-image:url(../images/css/fondo-mancha.jpg);
  background-repeat:no-repeat;
  height: 367px;
  text-align: center;
  padding: 30px 0 0 0;
}

.seleccion_vino td {
  padding:10px 30px;
}


.libro_firmas  {
  background-image:url(../images/css/fondo-mancha.jpg);
  background-repeat:no-repeat;
  padding: 30px 0 0 0;
  overflow: hidden;
}

#main .boton {
  padding: 3px 8px;
  border:1px solid #333333;
  background-color:#ccc;
  width:auto;
  text-align: center;
  float:right;
}

#main .boton a {
  color:#000;
  text-decoration:none;
}

#main .boton a:hover {
  color:#c00;
}

.foto_firma {
  float:left;
  width:250px;
  text-align:right;
}

.texto_firma {
  float:right;
  width:480px;

}

.fecha_firma {
  font-weight: bold;
  color:#aaa;
}

#footer {
  clear:both;
}

#paginas {
  clear:both;
  text-align: right;
}

#map {
  height:300px;
}

.tabla_pedido {
  margin-bottom:2em;
}

.tabla_pedido th {
  padding: 8px 15px;
  font-weight:bold;
  font-size:120%;
}

.tabla_pedido tr:hover td, .tabla_pedido tr:hover th {
  background-color:#f2f2f2;
}

.tabla_pedido td, .tabla_pedido th {
  border-bottom:1px dotted #aaa;
  background-color:#fcfcfc;
}

.tabla_pedido td {
  padding: 8px 15px;
}

.tabla_pedido .presentacion {
  width:200px;
  text-align:right;
}

.tabla_pedido .precio {
  width:80px;
  text-align:right;
}

.espaciado {
  padding-top: 25px;
}

#foto_producto {
	position:absolute;
}
