body {
	background:url(../images/fondo.jpg) repeat-x #F8FAE5;
	font-family: Verdana, Verdana, Geneva, sans-serif;
	font-size: 0.69em;
	line-height:1.5;
	color: #350201;
}

.bold {
	font-weight:bold;
}

.italic {
	font-style:italic;
}

.centrado {
	text-align:center;
}

a:link {
	text-decoration: underline;
	color: #C86C26;
}
a:visited {
	text-decoration: underline;
	color: #C86C26;
}
a:hover {
	text-decoration: none;
	color: #C86C26;
}
a:active {
	text-decoration: underline;
	color: #C86C26;
}

h1 {
	margin-bottom:5px;	
	font-size: 1.27em;	
}

h3 {
	font-size: 1em;
	line-height:1.5;
}

#header_boto { 
	height:124px;
	width:780px;
	margin:auto; 
}

.margen_superior {
	margin-top:25px;
}
.contenedor_botonera_lateral {
	width: 200px;
	border-right: 1px solid #610103;
}

.botonera_lateral {
	width:190px;
	background-color:#CBBA8E;
}

.botonera_lateral a:link {
	text-decoration: none;
	color: #350201;
}
.botonera_lateral a:visited {
	text-decoration: none;
	color: #350201;
}
.botonera_lateral a:hover {
	text-decoration: underline;
	color: #350201;
}
.botonera_lateral a:active {
	text-decoration: none;
	color: #350201;
}

.botonera_categorias, .botonera_tipos {
	width:170px;
	height:26px;
	color: #FFF;
	font-size:1.09em;
	font-weight:bold;
	padding-left: 20px;
	padding-top:7px;
}

.botonera_categorias {
	background:url(../images/top_categorias.gif) no-repeat;
}

.botonera_tipos {
	background:url(../images/top_tipos.gif) no-repeat;
}

.botonera_cat_ul {
	list-style-type:none;
	font-size:1.18em;
	padding: 15px 0 0 0;
}

.botonera_tip_ul {
	list-style-type:square;
	font-size:100%;	
	padding: 15px 0 20px 0;
	line-height:normal;
}

.botonera_tip_ul li {
	padding-top: 5px;
}

#foot {
	margin:auto;
	clear:both;
	background:url(../images/fondo_pie.jpg) #340201 repeat-x;
	height:46px;
}

#foot_contenedor {
	width:780px;
	margin:auto; 
	background:url(../images/fondo_pie_full.jpg) no-repeat;
}

#foot_contenedor img {
	float:left;
}

#foot_texto {
	color:#FFF;
	text-align:right;
	width:400px;
	float:right;
	padding-top:8px;
}

#foot_texto ul li {
	margin-left: 0;
	padding-left: 0;
	list-style-type:none;
	display: inline;
}

#foot_texto a {
	color:#FFF;
	font-weight:normal;
	text-decoration: none;
}

#foot_texto a:hover {
	text-decoration: underline;
	color: #C86C26;
}

#foot_texto p, #foot_texto ul {
	margin: 0;
}

.box_producto, .box_articulo {
	width: 535px;
	border: 1px solid #000;
	overflow: hidden;
	margin-bottom:10px;
}

.box_articulo {
	width: 515px;
	padding:10px;
}

.box_producto img {
	width: 200px;
	float: left;
}

.box_articulo img {
	width: 500px;
	padding-left:7px;
}

.contenedor_box {
	width: 335px;
	float: right;
}

.box_titulo {
	width: 206px;
	background-color:#804314;
	color:#FFF;
	float:left;
	padding: 2px;
	font-weight:bold;
	margin-bottom:3px;
}

.box_articulo_titulo {
	width: 511px;
	background-color:#804314;
	color:#FFF;
	padding: 2px;
	font-weight:bold;
	margin-bottom:3px;
}

.box_codigo {
	width: 121px;
	background-color:#5A0203;
	color:#FFF;
	float:right;
	padding: 2px;
	margin-bottom:3px;
}

.box_articulo_codigo {
	width: 511px;
	background-color:#5A0203;
	color:#FFF;
	padding: 2px;
	margin-bottom:3px;
}

.mas_info {
	text-align:right;
	font-weight:bold;
	padding-right: 5px;
	margin-bottom:5px;
}

#contacto {
	width: 470px;
	margin-left:auto;
	margin-right:auto;
}

label {
	display:block;
	float:left;
	clear:both;
	font-size: 1.09em;	
	text-align:right;
	width:130px;
	padding:5px;
}

input.textoform {
	width: 300px;
	background-color:#5A0203;
	border: 2px solid #5A0203;
	color: #F8FAE5;
	padding: 5px;
}

textarea.textomensaje {
	width: 300px;
	height: 70px;
	background-color:#5A0203;
	border: 2px solid #5A0203;
	color: #F8FAE5;
	padding: 5px;
}

.boton {
	background-color:#5A0203;
	color:#F8FAE5;
	border: 2px solid #F8FAE5;
	padding: 4px;
}

.align_right {
	text-align:right;
	margin-top:10px;
}

input:focus, textarea:focus{
	border: 2px solid #C86C26;
}

.filaform {
	padding:5px;
	text-align:right;
}

#datos_contacto {
	width:450px;
	margin-left:auto;
	margin-right:auto;
	background-color:#804314;
	color:#F8FAE5;
	padding: 5px;
	text-align:center;
}

#datos_contacto a:link {
	text-decoration: none;
	color:#F8FAE5;
}
#datos_contacto a:visited {
	text-decoration: none;
	color:#F8FAE5;
}
#datos_contacto a:hover {
	text-decoration: underline;
	color:#F8FAE5;
}
#datos_contacto a:active {
	text-decoration: none;
	color:#F8FAE5;
}

#contacto_gracias {
	width: 470px;
	margin-left:auto;
	margin-right:auto;
	height: 300px;
	text-align:center;
}

#revendedores {
	background-color:#CBBA8E;
	width:145px;
	padding:5px;
	text-align:center;
	float:right;
	height:228px;
	margin-top:4px;
	border:1px solid #000;
}

#revendedores h4{
	color:#FFF;
	background-color:#5A0203;
	font-size:1em;
	line-height:1.5em;
	padding:5px;
}

#revendedores label {
	display:block;
	float:none;
	margin-left:auto;
	margin-right:auto;
	font-size: 1em;	
	width:130px;
	padding:2px;
	text-align:center;
}

input.textorev {
	width: 120px;
	background-color:#F8FAE5;
	color: #350201;
	padding: 2px;
}

.boton_rev {
	background-color:#F8FAE5;
	color: #350201;
	border: 2px solid #350201;
	padding: 2px;
	font-size:1em;
}

#revendedores form {
	margin-top:-5px;
	margin-bottom:-5px;
}

/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h1 {
	visibility: hidden;
	letter-spacing: 8px;
	font-size: 24px;
}

.sIFR-hasFlash h2 {
	visibility: hidden;
	letter-spacing: 8px;
	font-size: 18px;
}
