#texto_buscar {
	position: relative;
	width: 100%;
	background-color: #00681B;
}
#caja_buscar {
	position: relative;
	top: 3px;
}

#caja_buscar_b {
	position: relative;
	top: 10px;
}

#input_buscar {
	position: relative;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #00681B;
}
#tabla_log {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
#box_productos {
	position: relative;
	top: 10px;
	background-image: url(images/box_fon.jpg);
	background-repeat: repeat-y;
}
#texto_prod {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

#line_der {
	background-image: url(images/box_der.jpg);
	background-repeat: repeat-y;
	position: relative;
	height: auto;
	width: 6px;
	z-index: 2;
}
#navi_izq {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

#box_carr {
	position: relative;
	top: 10px;
	background-image: url(images/box_fon.jpg);
	background-repeat: repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
#cont_carro {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
#pie {
	position: relative;
	height: 33px;
	width: 100%;
	background-image: url(images/fon_pie.png);
	background-repeat: repeat-x;
}
#marca {
	position: relative;
	top: 9px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
#tabla_final {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
#logo {
	position: relative;
	height: 96px;
	width: 180px;
}
#titulos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #00681B;
}
#titulos_pag {
	background-color: #F3F5DC;
	height: 18px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #00681B;
	text-align: center;
}
#subtitulo {
	border: 1px solid #00681B;
	position: relative;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	color: #00681B;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

.a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}
.a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #9FAE2D;
	font-weight: bold;
	text-decoration: underline;
}

.a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #993366;
	font-weight: bold;
	text-decoration: underline;
}

