/* Bodegas termes*/

body {
	margin-top: 0px;
	background-image: url(imagenes/fondo.jpg);
	background-repeat: repeat-x;
	margin-bottom: 0px;
	background-color: #A5773B;
}
.fondo_productos {
	background-image: url(imagenes/ima-pro.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	border: 1px solid #512411;
}
.encabezado {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	color: #441F0D;
}
.borde_flash {
	border: 1px solid #682C14;
}
.fondo-contenidos {
	background-image: url(imagenes/fondo-contenidos.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.fondo_menus {
	background-image: url(imagenes/fondo_men.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.textos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #3F190E;
}
.bordetabla {
	border: 2px solid #000000;
}
.Estilo1 {font-weight: bold}
.Estilo2 {font-family: Arial, Helvetica, sans-serif; font-size: 13px; font-style: normal; color: #441F0D; font-weight: bold; }
.Estilo3 {font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal; color: #3F190E; font-weight: bold; }

td, .componentheading, .contentpane, .contentheading {
	font-family: Arial, Helvetica, sans-serif; /* La fuente */
	font-size: 11px; /* El tamaņo de la fuente */
	line-height: 145%; /* espaciado entre LINIAS */
	color: #990000; /* colores */
	letter-spacing: 1px; /* espacio entre LETRAS */
	}
inputbox {
	background-color: #990000; /* El texto de dentro del cuadro*/
	border: 1px solid #C8B34D; 
	font-family: Tahoma, Arial, Helvetica; /* La fuente*/
	font-size: 11px; /* Tamaņo de la fuente*/
	color: #990000; /* Color de la fuente*/
    }	
.textareacontacto {
   width: 377px; /* Ancho de la tabla*/
   height: 200px; /* Alto de la tabla*/
   border: 1px solid #990000; /* Borde de la tabla*/
   }
