body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003366;
	background-image: url(fondo.jpg);
	background-repeat: repeat-x;
	
}
.boton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #003366;
}
.botoncategoria {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}

.fondoproducto {
	background-color: #076299;
}
.subtitulos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
SELECT{ font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: white; background-color:#666;} .fondotablaindex {
	background-color: #CCCCCC;
}
.bordetablaindex {
	border: 4px solid #003366;
}
p {
	text-align: justify;
}
a:link {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color:#FFCC00;
}