<style type="text/css">
<!--
a.c1:link {
             text-decoration: none;
	color: White;
}
a.c1:visited {
             text-decoration: none;
	color: White;
}
a.c1:hover {
             text-decoration: underline;
	color: Blue;
}
a.c1:active {
             text-decoration: none;
	color: White;
}

a.c2:link {
             text-decoration: none;
	color: black;
}
a.c2:visited {
             text-decoration: none;
	color: black;
}
a.c2:hover {
             text-decoration: underline;
	color: Blue;
}
a.c2:active {
             text-decoration: none;
	color: black;
}

a:link {
             text-decoration: underline;
	color: Blue;
}
a:visited {
             text-decoration: none;
	color: Blue;
}
a:hover {
             text-decoration: underline;
	color: Blue;
}
a:active {
             text-decoration: underline;
	color: Blue;
}

.campo
{
     BACKGROUND-COLOR: #303f5f;
     FONT-FAMILY: Arial;
     WORD-WRAP: break-word;
     COLOR: white;
     FONT-SIZE: 14px;
     FONT-WEIGHT: bold;
     width: 470px; 
}

.butcomprar
{
  BORDER-BOTTOM: white 1px solid; 
  BORDER-LEFT: white 1px solid; 
  BACKGROUND-COLOR: #303f5f; 
  FONT-FAMILY: Arial; 
  WORD-WRAP: break-word; 
  COLOR: white;
  FONT-SIZE: 15px; 
  BORDER-TOP: white 1px solid; 
  FONT-WEIGHT: bold; 
  BORDER-RIGHT: white 1px solid;
}

.butcomprar:hover
{
  border: 2px solid #FFC080;
}

.buttitulo
{
  border: 1px solid white;
  BACKGROUND-COLOR: #6f8faf;
  FONT-SIZE: 13px; 
  FONT-FAMILY: Arial; 
  WORD-WRAP: break-word; 
  COLOR: white; 
  FONT-WEIGHT: bold; 
}

.buttitulo:hover
{
  border: 2px solid #FFC080;  
}

-->
</style>

