/*
	Estilo para la definicion de aspecto del sitio.
 */

* {
	margin: 0;
	padding: 0;
}

body {
	background: #525252 url("../imagenes/fn.gif") repeat-x;
	font: 12px/18px Arial, Helvetica, sans-serif;
	color: #333;
	height: 100%;
}

dt {
	font-weight: bold;
	margin: 0.5em;
}

#contenedor {
	background: url("../imagenes/bg_main1.gif");
	width: 700px;
	height: 300px;
	margin: 17px auto 0 auto;
	position: relative;
	z-index: 2;
}

#arriba {
	background: url("../imagenes/cabecera.gif") no-repeat;
	width: 700px;
	height: 180px;
}

#encabezado {
	background: url("../imagenes/cabecera.pngj");
	width: 661px;
	height: 137px;
	float: left;
	left: 19px;
	top: 42px;
	position: relative;
}
#encabezado object {
	margin-right: 3px;
}
#imgCabecera {
	background: url("../imagenes/carne-cabecera.jpg");
	width: 360px;
	height: 137px;
	float: right;	
}
#pcontenedor {
	clear: both;
	background-color: #ffffff;
	border: 0px solid #00ff00;
	background-image: url("../imagenes/fnPrincipal.gif");
	background-repeat: repeat-y;
	width: 700px;
}

#nav {
	width: 538px;
	background: url("../imagenes/fnNav.gif");
	height: 32px;
	position: relative;
	top: 5px;
	left: 19px;
	margin: 0;
	padding: 0;
}	

#navegacion {
  background: #FAFEFF url("../imagenes/fnNav.gif") 0 0px repeat-x;
  height: 32px;
  width: 663px;
  position: relative;
  top: 5px;
  left: 19px;
}

#navegacion ul {
  margin-left: 3px;
}

#navegacion li {
  list-style: none;
  display: inline;
}

#navegacion a {
  background-position: 0px 2px !important;
  float: left;
  
  /* Tecnicas de remmplazo de imagenes */
  /*font-size: 1px;
  color: #6FBF20;*/
  text-indent: -9999px;
  text-decoration: none;  
  /*line-height: 33px;*/
  height: 30px;
}

#navegacion .selected a, #navegacion a:hover {
  border-top: 0px solid #7EC638;
  line-height: 30px;  
  background-position: 0px 2px !important;
}

#navegacion span {
  float: left;
  background: url("../imagenes/nav_sep.gif") 0 3px no-repeat;
  width: 1px;
  height: 30px;
}

#itemInicio a {
  width: 55px;
  background: url("../imagenes/itemInicio.gif") no-repeat;
}

#itemNosotros a {
  width: 75px;
  background: url("../imagenes/itemNosotros.gif") no-repeat;
}

#itemHistoria a {
  width: 75px;
  background: url("../imagenes/itemHistoria.gif") no-repeat;
}

#itemProductos a {
  width: 75px;
  background: url("../imagenes/itemProductos.gif") no-repeat;
}

#itemSucursales a {
  width: 75px;
  background: url("../imagenes/itemSucursales.gif") no-repeat;
}

#itemClientes a {
  width: 75px;
  background: url("../imagenes/itemClientes.gif") no-repeat;
}

#itemContacto a {
  width: 75px;
  background: url("../imagenes/itemContacto.gif") no-repeat;
}

#itemInicio a:hover, #itemInicio a.active {
  width: 55px;
  background: url("../imagenes/itemInicio_over.gif") no-repeat;
}

#itemNosotros a:hover {
  width: 75px;
  background: url("../imagenes/itemNosotros_over.gif") no-repeat;
}

#itemHistoria a:hover {
  width: 75px;
  background: url("../imagenes/itemHistoria_over.gif") no-repeat;
}

#itemProductos a:hover {
  width: 75px;
  background: url("../imagenes/itemProductos_over.gif") no-repeat;
}

#itemSucursales a:hover {
  width: 75px;
  background: url("../imagenes/itemSucursales_over.gif") no-repeat;
}
#itemClientes a:hover {
  width: 75px;
  background: url("../imagenes/itemClientes_over.gif") no-repeat;
}
#itemContacto a:hover {
  width: 75px;
  background: url("../imagenes/itemContacto_over.gif") no-repeat;
}

#cContenido { 
	margin: 13px 185px 0px 19px; 
	background: #fff; 
	border: 1px solid #B9B4A2; 
}

* html #cContenido {
	margin: 13px 185px 10px 19px;
}

#cContenido div.contenido {
	margin: 20px;
	text-align: justify;
}

#cContenido ul {
	list-style: none;
	margin: 1.2em 0 1.6em 12px;
	padding: 0;
}

#cContenido ul li {
	margin: 0.2em 0 5px 0;
	padding-left: 17px;
	background: url('../imagenes/icono-lista.png') center left no-repeat;
	font-weight: normal;
	color: #666;
}

#barra ul {
	list-style-type: none;
	margin: 0.6em 0 1.6em 12px;
	padding: 0;
	font-size: 11px;
}

#barra li {
	margin: 0.2em 14px 5px 0px;
	font-weight: normal;
	border-bottom: 1px dotted #888;
	background: #F3F2F2;
}

#barra li a {
	margin: 0.2em 0 5px 0;
	padding-left: 22px;
	background: url("../imagenes/listbox.gif") 0 0px no-repeat;
	font-weight: normal;
	color: #937A54;
}

#barra li a:hover {
	margin: 0.2em 0 5px 0;
	padding-left: 22px;
	background: url("../imagenes/listbox-on.gif") 0 0px no-repeat;
	font-weight: normal;
	color: #B72123;
}


#barra {  
	position: absolute; 
	top: 225px; 
	left: 525px; 
	width: 160px; 
	color: #666; 
	font-size: 11px; 
}

#barra div.bfondo {
	background: #FBF7EC; 
	border: 1px solid #B9B4A2; 
	margin-bottom: 10px;
}

#barra div.contenido {
	margin: 0px 15px 7px 15px;
}

.box {
	background: url("../imagenes/box.gif");
	width: 158px;
	height: 180px;
	float: left;
}

.knak {
	background: url("../imagenes/box_knak.gif");
	width: 145px;
	height: 168px;
	margin: 6px 0 0 6px;
}

h1, h2, h3 {
	font-family: Georgia,serif;
	margin: 6px 0;
	font-weight: normal;
	color: #A41F21;
}

h4, h5 {
	font-family: Georgia,serif;
	margin: 6px 0;
	font-weight: bold;
	color: #DB9935; 
}

h2 {
	font-size: 19px;
	border-bottom: 1px solid #D7D7D7;
	padding: 0 0 10px 0;	
}

h4 {
	font-size: 13px;
	margin: 10px 14px 0 0px;
	border-bottom: 1px solid #D7D7D7;
}

h6 {
	margin: 0; 
	padding: 0; 
	font-size: 10px; 
	color: #666;
}

#cContenido p {
	margin: 0px 0px 15px 0;
}

#pie {
	display: block;
	float: right;
	clear: both;
	text-align: left;
	background: url("../imagenes/fnPie.gif") no-repeat;
	margin: 0px 0 0px 0px;
	padding: 25px 10px 0px 10px;
	width: 578px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 680px; 
	color: #888;
	font-size: 10px;
}
* html #pie {
	margin: -10px 0 0px 0px;
}
	

.piecopyr{
	float: left;
	width: 200px;
	color: #fff;	
}
.pienavega{
	float: right;
	color: #fff;
}

.pie a, .pienavega a, .piecopyr a {
	color:#E2C394;
	text-decoration: none;
	border-bottom: 1px dotted #E2C394;
}

.pie a:hover, .pienavega a:hover, .piecopyr a:hover {
	color:#fff;
	text-decoration: none;
	border-bottom: 1px dotted #fff;
}

strong {
	color:#B02022;
	margin: 0px;
	padding: 0px;
}

#marcagua { 
	background: url("../imagenes/marcagua.gif"); 
	width: 210px; 
	height: 191px; 
	position: absolute; 
	right: 5%; 
	bottom: 5%; 
	z-index: 1; 
}

.nota{
	border-bottom:1px solid #DDD;
	padding:4px 0;
	margin: 0 0px 4px 0px;
}

.nota p {
	margin: 0px;
	padding: 0px;
	line-height: 15px;
}

.nota p.fecha {
	font-size: 10px;
}
.nota b, #left .nota b{
	color:#A41F21;
}
.nota:hover b{
	color:#000;
}

a { 
	color: #A41F21;
	outline: 0;
}
a:hover { 
	color: #CD723B;
}
fieldset { 
	border: none;
}

input:focus, textarea:focus {
	border: 2px solid #A8A28C; 
}
input, textarea {
	border: 1px solid #B9B4A2; 
	background: #DBD8CE;
	width: 80%;
}
.boton {
	color: #FFF;
	font-weight: bold;
	background: #B9B4A2;
	width: 30%;	
	float: right;
	margin-right: 20%;
}

legend {
	display: none;
}

.img {
	float: left; 
	margin: 0 4px 0 0; 
	border: 1px solid #999; 
	padding: 3px; 
}

#productos {
	display: block;
	height: 230px;
	width: 420px;
	margin: 0 auto;
}

#productos div {
	float: left;
	margin: 0.3em;
	height: 110px;
	width:  92px;
	text-align: left;
	background: #DB9935;
}
#productos div p {
	text-align: center;
	padding: 0;
	margin: 0;
	color: #F5EFD2;
	font: bold 11px "Trebuchet ms", Verdana, Arial, sans-serif;
	text-transform: uppercase;
}
#productos div img {
	border: 1px solid #FFF;
	height: 60px;
	width:  80px;
	cursor: pointer;
	margin: 6px;
}

#mapa {
	width: 450px;
	height: 300px;
	margin: 0;
}

#cintro { 
	margin: 13px 185px 0px 19px; 
	background-color: #D5CFBE; 
	padding: 0;
	border: 2px solid #FFF; 
}

* html #cintro {
	margin: 13px 185px 10px 19px;
}
.enlace {
	font-weight: bold;
}
.cliente {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}
.ncliente {
	text-decoration:  underline;
	color:#DE9A31;
	font-weight: bold;
}

#indice {
	margin: 1em 0 3em 3em;
}
#indice li {
	margin: 0.2em 0 5px 0;
}

/* Cuadro de mensaje de enviado */
.mensaje {
	text-align: center;
	background-color: #EEC35C;
	color: #333;
	font-weight: bold;
	padding: 0.5em 0;
	margin: 1em 0;
}