body {
	margin-top: 0px;
	margin-left: 0px;
	background-color: #FFFFFF;
}
.titulo {
	font-family: Arial;
    font-size: 20px;
	font-weight: bold;
	color:#FFFFFF;
}

.subtitulo {
	font-family: Arial;
    font-size: 15px;
	font-weight: bold;
	color:#FFFFFF;
}

.titulo_naranja {
	font-family: Arial;
    font-size: 16px;
	font-weight: bold;
	color: #ffac10;
}

.texto_naranja {
	font-family: Arial;
    font-size: 12px;
	font-weight: bold;
	color: #ffac10;
}

.texto_amarillo {
	font-family: Arial;
    font-size: 12px;
	font-weight: bold;
	color: #FEE40B;
}

.texto {
	font-family: Arial;
    font-size: 14px;
	color: #ffffff;
}

.texto_peq {
	font-family: Arial;
    font-size: 10px;
	color: #FEE40B;
}

.productos {
	font-family: Arial;
    font-size: 12px;
	color: #ffffff;
}

.test {
	direction: rtl;
	unicode-bidi:bidi-override;
}  

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

a:link.menu {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #007B00;
	text-decoration: underline;
}
a:visited.menu {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	color: #007B00;
}
a:hover.menu {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #007B00;
}
a:active.menu {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	color: #007B00;
}
