body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.cabeza_izq {
	color: #F00;
	font-weight: bold;
	font-size: 24px;
	background-image: url(imagenes/fondo_izq.jpg);
	background-repeat: repeat-y;
}
.cabeza_dere {
	font-size: 24px;
	font-weight: bold;
	color: #F00;
	background-image: url(imagenes/fondo_dere.jpg);
	background-repeat: repeat-y;
}
.fondo_menu {
	background-image: url(imagenes/fondo1.jpg);
	background-repeat: repeat-x;
}
.tabla_menu {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-color: #036;
	border-right-color: #0CF;
	border-bottom-color: #0CF;
	border-left-color: #036;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
a:link {
	color: #FFF;
	text-decoration: none;
}
.tabla_ayuda tr td p a {
	color: #009;
}

a:visited {
	text-decoration: none;
	color: #930;
}
a:hover {
	text-decoration: underline;
	color: #000;
}
a:active {
	text-decoration: none;
	color: #FF0;
}
a {
	font-size: 16px;
}
.titulos {
	font-size: large;
	font-weight: bold;
	color: #009;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #009;
}
.tabla_ayuda {
	border: 1px dotted #F00;
}
.categorias {
	background-image: url(imagenes/fondo1.jpg);
	background-repeat: repeat-x;
	color: #FFF;
	font-size: large;
	font-weight: bold;
}
.precio {
	font-weight: bold;
	color: #F00;
}
.tabla_categorias {
	border: 1px dotted #F00;
}
.tabla_categorias tr td a {
	color: #000;
}
li {
	list-style-type: disc;
	list-style-image: url(imagenes/pago.jpg);
}

