body {
	background-color: #F5E9D6;
	margin: 0px;
	padding: 0px;
}
#top {
	height: 216px;
	width: 780px;
}
#bottom {
	height: 56px;
	width: 780px;
}
#contenido {
	width: 780px;
	background-image:url(../images/fondo.jpg);
	background-repeat:repeat-y;
}
#texto {
	padding-top:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #000000;
}
#texto H4 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color: #AAB324;
	margin:0;
}
#texto P {
	margin:0;
}
#texto A, #texto A:visited, #texto A:active, #texto:link {
	color: #AAB324;
}
#texto A:hover {
	color: #ff0000;
}
ul {
	padding:0px;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:20px;
	margin-right:0px;
}
li {
	list-style-position: outside;
	list-style-image:url(../images/lista.gif);
	margin-left:0px;
}
.inp {
	border: #999999 1px solid;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #000000;
}
.inp2 {
	border: #999999 1px solid;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color: #000000;
	background-color: #AAB324;
}
#menu {
	background-image:url(../images/b-fondo.gif);
	background-repeat:repeat-y;
}.compostar {
	display: inline;
}

