html * {
	font-family: Arial, Helvetica, sans-serif;
}

a:link {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
/*
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #000;
}
a:active {
	text-decoration: underline;
	color: #FFFF00;
}
*/

.titulo {
	
	font-size: 18px;
	font-style: normal;
	text-align: justify;
	font-weight: normal;
	color: #FF3300;
	left: 20px;
	text-transform: uppercase;
}
.texto_general {
	font-size: 12px;
	color: #000000;
	font-style: normal;
	text-align: justify;
	font-weight: normal;
}
.texto_blanco {
	font-size: 12px;
	color:#FFFFFF;
	font-style: normal;
	text-align: justify;
	font-weight: normal;
}
.fondo_negro {
	font-size: 12px;
	color:#FFF;
	font-style: normal;
	text-align: justify;
	font-weight: normal;
	border-bottom-color:#FF3300;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #FF9900;
	border-right-color: #FF9900;
	border-left-color: #FF3300;
	opacity:0.7;
	background-color: #000;
	letter-spacing: normal;
	text-indent: 1px;
	word-spacing: normal;
	filter: Light;
}
.boton_negro {
	font-size: 12px;
	color:#FFF;
	font-style: normal;
	text-align: center;
	font-weight: normal;
	background:#000;
	border-bottom-color:#FF3300;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #FF9900;
	border-right-color: #FF9900;
	border-left-color: #FF3300;
	opacity:0.7;
}
.texto_negrita {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.texto_blanco_bold {
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	background-color: #333333;
	vertical-align: middle;
}
.titulo_categoria {
	font-size: 18px;
	text-transform: uppercase;
	color: #CF3E00;
	font-style: normal;
	font-weight: normal;
}
.titulo_negrita_producto_f_naranjo {
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
}
.texto_naranjo {
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FF6600;
}
a.boton_principal {
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(imagenes/boton_principal.gif);
	text-align: center;
	width: 137px;
	text-transform: uppercase;
	vertical-align: middle;
	display: block;
	padding-top: 13px;
	padding-bottom: 13px;
	background-repeat: no-repeat;
	margin-right: 2px;
}

