/* CSS Document */

<style type="text/css">
.defecto {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #746F60;
	text-decoration: none;
	text-transform: uppercase;
}
.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: none;	
}

a.menu:hover {
	color: #CC0000;
	text-decoration: underline;
}

.texto {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 13px;
	color: #333333;
	text-decoration: none;
	font-weight: normal;
}

a:hover {
	text-decoration: none;	
}

a.texto:hover {
	color: #FF9900;
	text-decoration: underline;
}

.promo {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 17px;
	color: #990033;
	text-decoration: none;
	font-weight: normal;
}

a:hover {
	text-decoration: none;	
}

a.promo:hover {
	color: #666666;
	text-decoration: underline;
}

.linkshome {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CC0000;
	text-decoration: none;
	font-weight: normal;
}

a:hover {
	text-decoration: none;	
}

a.linkshome:hover {
	color: #333333;
	text-decoration: underline;
}

.separador {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CC0000;
	text-decoration: none;
	font-weight: normal;
}

.pie {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}

.otherpromotions {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #666666;
	text-decoration: none;
	font-weight: normal;
}

.textoitalic {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	font-weight: normal;
	font-style: italic;

}
