html,body {
	margin:0;
	padding:0;
	height:100%;
}
body, td, th{font: 13px/18px Arial, Helvetica, sans-serif;
	color: #392003;}
body {
	background: url(images/fondo-body-3.jpg) center top;
	margin: 0px;
}
a, a:link, a:visited{
	color: #600;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
.cabecera {
	width: 940px;
	height: 80px;
	padding: 0px 20px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	background: url(images/cabecera.jpg) no-repeat;
}
.logo {
	float: left;
	width: 300px;
	display: block;
	height: 80px;
}
.content {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	background: #FFF;
	overflow: hidden;
	padding: 0px 20px 20px;
	clear: both;
	float: none;
}
#foto-home{
	height: 260px;
	width: 940px;
	margin: 20px auto;
}
#texto-home{}
#texto-home img{
	float: left;
	margin-right: 20px;
}
.texto-home1{
	float: left;
	width: 150px;
	overflow: hidden;
	margin-right: 10px;
	padding-top: 10px;
}
.texto-home2{
	float: left;
	width: 300px;
	padding-top: 10px;
}
.botonera {
	float: left;
	width: 640px;
	margin-top: 40px;
	font-weight: bold;
}
.cabecera .botonera #MenuBar1 li .productos.MenuBarSubmenuVisible li {
	width: 200px;
	background: #F2EDE9;/*opacity: 0.87;
	filter: alpha(opacity=80);*/
}


.productos ul li{
	height: 30px;
	width: 150px;
}
.cabecera-todo {
	margin-right: auto;
	margin-left: auto;
	height: 65px;
	background-position: center 0px;
	top:0;
	left:0;
	width:100%;
	background-image: url(images/fondo-cabecera-2.png);
}

#pie {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	clear: both;
	border-top: 5px solid #cdb489;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	overflow: hidden;
	background-image: url(images/fondo_pie.png);
	background-repeat: repeat-x;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
.slide {
	height: 260px;
	width: 940px;
	margin-top: 20px;
}
.img-chica {
	height: 130px;
	width: 200px;
	margin-top: 10px;
	margin-right: 20px;
}
.texto-index {
	height: auto;
	width: 490px;
	padding: 5px;
	margin-top: 10px;
	font-size: 14px;
}
.pie_bordo {
	color: #654a43;
	padding-top: 10px;
}
.titulos {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #65493d;
	padding-bottom: 15px;
	padding-top: 20px;
	border-bottom: 1px solid #D8CFB6;
}
.letra_chica{
	font-size: 12px;
}

.letra_marron {
	color: #733E2F;
}
.margen_der_10 {
	padding-right: 20px;
}
.titulo_tabla {
	background-color: #65493D;
	border: 1px solid #65493D;
	font-weight: bold;
	color: #FFF;
	padding: 2px;
}
.filas_tablas {
	padding: 2px;
	font-size: 12px;
	border-right: 1px solid #9E8772;
	border-bottom: 1px solid #9E8772;
	border-left: 1px solid #9E8772;
}
.filas_tablas_2 {
	padding: 2px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #65493D;
	border-bottom-color: #65493D;
}
.productos-descripcion {
	font-size: 15px;
	line-height: 20px;
	padding-top: 15px;	/*padding: 8px;
	border: 1px solid #E5D6B9;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;*/
}
.content table tbody tr td .table.table-bordered.table-striped tbody tr th {
	background: #D8CFB6;
}
.content table tbody tr td .table.table-bordered.table-striped tbody tr td a img {
}
.content table tbody tr td .table.table-bordered.table-striped {
	text-align: center;
}
.content table tbody tr td .table.table-bordered.table-striped tbody tr td a {
	text-align: center;
}


.content table tbody tr .table.table-bordered.table-striped tbody tr th {
	background: #f6ecd4;
}

/*DE BOOTSTRAP*/
table {
  max-width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.table {
  width: 100%;
  /*margin-bottom: 18px;*/
}
.table th, .table td {
	padding: 6px;
	line-height: 18px;
	border-top: 1px solid #ddd;
}
.table th {
  font-weight: bold;
  vertical-align: bottom;
}
.table td {
  vertical-align: top;
}
.table thead:first-child tr th, .table thead:first-child tr td {
  border-top: 0;
}
.table tbody + tbody {
  border-top: 2px solid #ddd;
}
.table-condensed th, .table-condensed td {
  padding: 4px 5px;
}
.table-bordered {
  border: 1px solid #ddd;
  border-collapse: separate;
  *border-collapse: collapsed;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.table-bordered th + th,
.table-bordered td + td,
.table-bordered th + td,
.table-bordered td + th {
  border-left: 1px solid #ddd;
}
.table-bordered thead:first-child tr:first-child th, .table-bordered tbody:first-child tr:first-child th, .table-bordered tbody:first-child tr:first-child td {
  border-top: 0;
}
.table-bordered thead:first-child tr:first-child th:first-child, .table-bordered tbody:first-child tr:first-child td:first-child {
  -webkit-border-radius: 4px 0 0 0;
  -moz-border-radius: 4px 0 0 0;
  border-radius: 4px 0 0 0;
}
.table-bordered thead:first-child tr:first-child th:last-child, .table-bordered tbody:first-child tr:first-child td:last-child {
  -webkit-border-radius: 0 4px 0 0;
  -moz-border-radius: 0 4px 0 0;
  border-radius: 0 4px 0 0;
}
.table-bordered thead:last-child tr:last-child th:first-child, .table-bordered tbody:last-child tr:last-child td:first-child {
  -webkit-border-radius: 0 0 0 4px;
  -moz-border-radius: 0 0 0 4px;
  border-radius: 0 0 0 4px;
}
.table-bordered thead:last-child tr:last-child th:last-child, .table-bordered tbody:last-child tr:last-child td:last-child {
  -webkit-border-radius: 0 0 4px 0;
  -moz-border-radius: 0 0 4px 0;
  border-radius: 0 0 4px 0;
}
.table-striped tbody tr:nth-child(odd) td {
  background-color: #f9f9f9;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	font-weight: bold;
	color: #392003;
	text-rendering: optimizelegibility;
}
.watermark {
	overflow: hidden;
}
.logo_img {
	position: relative;
	margin-bottom: -120px;
	top: -120px;
	overflow: hidden;
}
.logo_img img {
}
.borde_img {
	border: 1px solid #400000;
}
.recuadro {
	padding: 5px;
	border: 1px solid #DEC8A9;
	margin: 2px;
}
button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}
button, input {
  *overflow: visible;
  line-height: normal;
}
button::-moz-focus-inner, input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  vertical-align: top;
}

.span1 {
  width: 60px;
}
.span2 {
  width: 140px;
}
.span3 {
  width: 220px;
}
.span4 {
  width: 300px;
}
.span5 {
  width: 380px;
}
.span6 {
  width: 460px;
}
.span7 {
  width: 540px;
}
.span8 {
  width: 620px;
}
.span9 {
  width: 700px;
}
.span10 {
  width: 780px;
}
.span11 {
  width: 860px;
}
.span12, .container {
  width: 940px;
}
input,
textarea,
select,
.uneditable-input {
  display: inline-block;
  width: 210px;
  height: 18px;
  padding: 4px;
  margin-bottom: 9px;
  font-size: 13px;
  line-height: 18px;
  color: #555555;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.uneditable-textarea {
  width: auto;
  height: auto;
}
label input, label textarea, label select {
  display: block;
}
input[type="image"], input[type="checkbox"], input[type="radio"] {
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 0;
  *margin-top: 0;
  /* IE7 */

  line-height: normal;
  border: 0;
  cursor: pointer;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
input[type="file"] {
  padding: initial;
  line-height: initial;
  border: initial;
  background-color: #ffffff;
  background-color: initial;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
input[type="button"], input[type="reset"], input[type="submit"] {
  width: auto;
  height: auto;
}
select, input[type="file"] {
  height: 28px;
  /* In IE7, the height of the select element cannot be changed by height, only font-size */

  *margin-top: 4px;
  /* For IE7, add top margin to align select with labels */

  line-height: 28px;
}
select {
  width: 220px;
  background-color: #ffffff;
}
select[multiple], select[size] {
  height: auto;
}
input[type="image"] {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
textarea {
  height: auto;
}
input[type="hidden"] {
  display: none;
}
.radio, .checkbox {
  padding-left: 18px;
}
.radio input[type="radio"], .checkbox input[type="checkbox"] {
  float: left;
  margin-left: -18px;
}
.controls > .radio:first-child, .controls > .checkbox:first-child {
  padding-top: 5px;
}
.radio.inline, .checkbox.inline {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
}
.radio.inline + .radio.inline, .checkbox.inline + .checkbox.inline {
  margin-left: 10px;
}
.controls > .radio.inline:first-child, .controls > .checkbox.inline:first-child {
  padding-top: 0;
}
input, textarea {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
}
input:focus, textarea:focus {
  border-color: rgba(82, 168, 236, 0.8);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-8 */

}
input[type="file"]:focus, input[type="checkbox"]:focus, select:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.input-mini {
  width: 60px;
}
.input-small {
  width: 90px;
}
.input-medium {
  width: 150px;
}
.input-large {
  width: 210px;
}
.input-xlarge {
  width: 270px;
}
.input-xxlarge {
  width: 530px;
}
input[class*="span"],
select[class*="span"],
textarea[class*="span"],
.uneditable-input {
  float: none;
  margin-left: 0;
}
input.span1, textarea.span1, .uneditable-input.span1 {
  width: 50px;
}
input.span2, textarea.span2, .uneditable-input.span2 {
  width: 130px;
}
input.span3, textarea.span3, .uneditable-input.span3 {
  width: 210px;
}
input.span4, textarea.span4, .uneditable-input.span4 {
  width: 290px;
}
input.span5, textarea.span5, .uneditable-input.span5 {
  width: 370px;
}
input.span6, textarea.span6, .uneditable-input.span6 {
  width: 450px;
}
input.span7, textarea.span7, .uneditable-input.span7 {
  width: 530px;
}
input.span8, textarea.span8, .uneditable-input.span8 {
  width: 610px;
}
input.span9, textarea.span9, .uneditable-input.span9 {
  width: 690px;
}
input.span10, textarea.span10, .uneditable-input.span10 {
  width: 770px;
}
input.span11, textarea.span11, .uneditable-input.span11 {
  width: 850px;
}
input.span12, textarea.span12, .uneditable-input.span12 {
  width: 930px;
}
input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  background-color: #f5f5f5;
  border-color: #ddd;
  cursor: not-allowed;
}
.btn {
  display: inline-block;
  padding: 4px 10px 4px;
  font-size: 13px;
  line-height: 18px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #fafafa;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  background-image: -moz-linear-gradient(top, #ffffff, #ffffff 25%, #e6e6e6);
  background-image: -ms-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  background-image: -o-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  background-image: linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  *margin-left: .3em;
}
.btn:first-child {
  *margin-left: 0;
}
.btn:hover {
  color: #333333;
  text-decoration: none;
  background-color: #e6e6e6;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -ms-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active {
  color: rgba(255, 255, 255, 0.75);
}
.btn-primary {
  background-color: #eadccb;
  background-image: -moz-linear-gradient(top, #eadccb, #a58560);
  background-image: -ms-linear-gradient(top, #eadccb, #a58560);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eadccb), to(#a58560));
  background-image: -webkit-linear-gradient(top, #eadccb, #a58560);
  background-image: -o-linear-gradient(top, #eadccb, #a58560);
  background-image: linear-gradient(top, #eadccb, #a58560);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eadccb', endColorstr='#a58560', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  background-color: #a58560;
}
.btn-primary:active, .btn-primary.active {
  background-color: #003399 \9;
}
.derecha{
	text-align: right;
}
.izq{}
.content table tbody tr td .table.table-bordered.table-striped tbody tr #subproducto {
	background-color: #EEEADF;
	height: 10px;
	font-size: 14px;
	text-align: left;
	padding-right: 20px;
	padding-left: 20px;
	color: #333;
	line-height: 14px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
}
.content table tbody tr td .table.table-bordered.table-striped tbody tr #borde-izquierdo {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666;
}
.subtitulo1{
	font-size: 16px;
	font-weight: normal;
}
.subtitulo{
	font-size: 18px;
	font-weight: bold;
}

.imagen-izq {
	float: left;
	margin-right: 20px;
}
.pie_tel{
	font-size: 16px;
	line-height: 28px;
}
.destacado{
	font-weight: bold;
	color: #D00;
}
.fb{
	display: block;
	float: right;
	height: 36px;
	width: 36px;
	margin-right: 20px;
	background-image: url(images/facebook.png);
	background-repeat: no-repeat;
	margin-top: 20px;
	cursor: pointer;
}
.fb:hover{ opacity: 0.5;}
