body {
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
	background-image: url(imagenes/watermark.gif);
	background-position: right top;
	background-repeat: repeat-y;
}
.bodyportada {
	background-image: none;
	background-color: #000;
	margin: 0px;
	padding: 0px;
}
a {
	text-decoration: none;
	border-bottom: 1px dashed #d9261c;
	color: #000;
}
a:hover {
  border-bottom: 1px solid #666;
}
h1 {
	font-size: 30px;
	color: #d9261c;
}
h2 {
  font-style: italic;
  font-size: 16px;
	color: #d9261c;
	font-variant: small-caps;
}
h3 {
  font-size: 12px;
	color: #d9261c;
	font-variant: small-caps;
}
.portada td {
	text-align: center;
	font: bold 14px Verdana;
}
#leyenda {
	font-size: 9px;
	color: #666;
	height: 20px;
}
.bodyportada #leyenda a {
  color:#666;
}
.aviso {
  font-size: 9px;
	font-weight: normal;
	text-align: justify;
}
.horizontal {
	background-image: url(imagenes/horizontal.png);
	background-repeat: repeat-x;
	height: 20px;
}
#tablaformulario {
  background-color:#FEE;
	border: 1px dashed #888;
}
#tablaformulario td {
  text-align: right;
	font-weight: normal;
	font-size: 12px;
	border-bottom: 1px dotted #F88;
}
#tablaformulario .texto {
  width: 350px;
}
#tablaformulario .izquierda {
  text-align: left;
}
#tablaformulario .abajo {
  text-align: center;
  border-bottom: none;
}
#caja {
  padding-left: 60px;
  padding-right: 60px;
}
#catalogo {
	line-height: 250%;
	background-repeat: no-repeat;
	background-position: center 80px;
}
/* para el men� de la izquierda del cat�logo */
ul.menu, ul.menu ul {
  list-style-type:none;
  margin: 0;
  padding: 0;
  width: 250px;
	font-family: Arial;
	font-weight: bold;
  font-size: 11px;
	text-align: left;
}
ul.menu a {
  display: block;
  text-decoration: none;
	border-bottom: none;
}
ul.menu li {
  margin-top: 1px;
}
ul.menu li a {
  background: #333;
  color: #fff;	
  padding: 0.5em;
}
ul.menu li a:hover {
  background: #000;
}
ul.menu li ul li a {
  background: #ccc;
  color: #000;
  padding-left: 20px;
}
ul.menu li ul li a:hover {
  background: #aaa;
  border-left: 5px #F00 solid;
  padding-left: 15px;
}