/* CSS Document */
body {
	background-color: #FFFBDD;
}
#content {
	background-image: url(../images/bg_content.gif);
	background-repeat: no-repeat;
	width: 397px;
	height: 363px;
	padding: 10px;
}
#botonera {
	background-image: url(../images/bg_botonera.gif);
	background-repeat: no-repeat;
	width: 770px;
	height:25px;
	padding-left: 10px;
}
.menu_bottom {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #593D15;
}
a.menu_bottom {
	text-decoration: none;
}
a.menu_bottom:hover {
	text-decoration: underline;
}
.separador {
	background-image: url(../images/separador.gif);
	background-repeat: no-repeat;
	background-position: right middle;
	text-align: center;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #450B0A;
	text-align: justify;
}
.titulo {
	font-family: Georgia, Times, Arial;
	font-size: 14px;
	color: #450B0A;
	font-weight: bold;
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #450B0A;
}
a:hover {
	color: #9A0000;
}

ul, li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #450B0A;
	list-style-type: square;
}