body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	line-height: 15px;
}
.menu {
	color: #666666;
	text-decoration: underline;
	font-weight: bold;
}
.menu:hover{
	text-decoration: underline;
	color: #000000;
}
.titulorojo {
	color: #990000;
	text-decoration: none;
	font-weight: bold;
}
.titulorojo:hover {
	color: #990000;
	text-decoration: underline;
}
.blanco {
	color: #FFFFFF;
	text-decoration: none;
}
.blanco:hover{
	text-decoration: underline;
}
.negro {
	color: #333333;
	text-decoration: none;
}
.negro:hover{
	text-decoration: underline;
	color: #000000;
}
.campo {
  width: 230px;
  height: 18px;
  background-color: #FFFFFF;
  border: 1px solid #333333;
  font-family: Verdana;
  font-size: 10px;
}
.campoform {
  width: 270px;
  height: 18px;
  background-color: #EEEEEE;
  border: 1px solid #333333;
  font-family: Verdana;
  font-size: 10px;
}
.campo2 {
  width: 270px;
  height: 150px;
  background-color: #EEEEEE;
  border: 1px solid #333333;
  font-family: Verdana;
  font-size: 10px;
}
.boton {
  font-family: Verdana;
  font-size: 10px;
  height: 17px;
  border: 1px doble #999999;
}
.enviada {
	color: #FF0000;
	font-weight: bold;
}
.titulos {
	color: #990000;
	font-weight: bold;
}
.enlace {
	color: #666666;
}
.cat {
	color: #666666;
	font-weight: bold;
}
.fondoofertas {
	background-image: url(../imagenes/fondo_ofertas.gif);
	width: 272px;
}
.fondocolumna {
	background-image: url(../imagenes/fondo_columna.gif);
	width: 272px;
}
.fondocuerpo {
	background-image: url(../imagenes/fondo_cuerpo.gif);
	width: 440px;
}
.fondovertical {
	background-image: url(../imagenes/fondo_vertical.gif);
	height: 15px;
}
.error {
  font-size: 12px;
  font-weight: bold;
  color: red;
}