body {
  background-image: url('images/background.jpg');
  background-repeat: repeat;
  margin: 0; padding: 0;
}
a img { border: none; }

th {
  text-align: left;
}

#todo {
  width: 100%;
  text-align: center;
}

#cajaCentral {
  font-family: Arial Narrow;
  margin: 0 auto;
  padding: 0;
  width: 766px;
  border-style: none;
  text-align: center;
  background: url('images/bg.jpg') repeat-y;
}
#tablaContenedora {
  width: 750px;
  margin: 0px auto;
  background-image: url('images/header2.jpg');
  background-position: 0px 0px;
  background-repeat: no-repeat;
}
#tablaContenedora td {
  vertical-align: top;
}

#cabecera {
  height: 300px;
}
#cabecera div {
  margin-top: 250px;
  margin-left: 240px;
}

#tabla2 {
  width: 100%;
  height: 150px;
}
#boletin {
  background-color: #EEB3A5;  
  margin: 50px 10px 0 10px;
  padding-bottom: 3px;
}
#boletin .tituloBoletin {
  font-size: 16px;
  color: #FFFFFF;
  line-height: 1.5em;
  padding-left: 4px;
}
#boletin table td {
	color: #853521;
	font-size: 14px;
	vertical-align: middle;
}
#boletin input {
  width: 120px;
}
#opcionesBoletin {
  margin-top: 5px;
  margin-left: 10px;
  padding: 0;
}
#menu {
  border-bottom: 1px dotted #837D7C;
  text-decoration:none;
}
#menu2{
  background-color: #FBF0EE;
  height: 100%;
  min-height: 100%;
}
#menu, #menu2 {
  margin-left: 9px;
  width: 200px;
  font-size: 14px;
  color: #330E05;
}
#menu ul, #menu2 ul {
  list-style-type: none;
  margin: 0 10px 10px 10px;
}
#menu2 ul {
  margin-top: 10px;
}
#menu ul li, #menu2 ul li {
  text-align: right;
}
#menu ul li a,#menu2 ul li a {
  text-decoration:none;
  color: #330E05;
}
#menu ul li a:hover,#menu2 ul li a:hover {
  text-decoration:none;
  color: #FF0000;
}
#contenido {
  border-left: 1px solid #330E05;
}
#contenido .texto {
  color: #330E05;
  text-indent: 20px;
  font-size: 14px;
  /*margin-left: 33px;
  margin-right: 33px;*/
  text-align:justify;
}
#contenido .texto a {
	color: #330E05;
	text-decoration: underline;
}

#contypie {
  width: 100%;
  height: 100%;
  padding: 0;
}
#cont {
	padding: 0em 2em;
}
#pie {
  background-color: #330E05;
  color: #FFFFFF;
  padding: 0;
  height: 20px;
}

/* estilos de página nuestros productos */
.highlight {
  font-weight: bold;
}
.producto {
  height: 158px;
  width: 100%;
  margin-bottom: 2em;
}
.producto .foto {
  border: 1px solid #B38578;
  width: 119px; height: 100%;
  float: left;
  background-color: #F9EBEC;
}
.producto .datos {
  float: left;
  width: 340px;
  height: 158px;
  border: 1px solid #FED8D8;
  background-color: #F9EBEC;
  color: #8C412C;
  font-size: 14px;
}
.producto .nombreprecio {
  height: 125px;
}
.producto .datos .nombreproducto {
  margin: 0.3em;
  color: #D0451D;
  font-size: 16px;
  line-height: 1.5em;
  background-color: #F0DCDE;
  border-bottom: 1px solid #DFC1C3;
  border-spacing: 2px;
  padding: 0em 0.3em;
}
.producto .datos .precios {
  margin: 0.5em;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  line-height: 1.5em;
}
.producto .datos .comprar {
  margin: 0.3em;
  background-color: #D9B6B9;
  text-align: right;
  vertical-align: bottom;
}

/* estilos de página ofertas */
.noticia {
  width: 470px;
  margin-bottom: 1.5em;
  padding: 2px;
  background-color: #F9EBEC;
}
.noticia .titulonoticia { 
  padding: 0em 0.3em;
  margin: 0.3em;
	color: #D0451D;
  font-size: 16px;
  line-height: 1.5em;
  border-bottom: 1px solid #DFC1C3;
  background-color: #F0DCDE;
}
.noticia .textonoticia {
  padding: 0.5em;
	color: #330E05;
  font-size: 14px;
  text-align: justify;
}

/* estilos de pagina carrito */
#tablaProductos {
	width: 100%;
}