p a:hover { color: red; }
h1 a:hover { color: red; }
h2 a:hover { color: red; }
a
{
	color: blue;
	cursor: pointer;
}

.smallfont p
{
	font-size: smaller;
}


.centered
{
	text-align: center;
}

.align_right
{
	text-align: right;
}

.bottomleft
{
	position: absolute;
	bottom: 1px;
	left: 1px;
}

.bottomright
{
	position: absolute;
	bottom: 1px;
	right: 1px;
}

.topleft
{
	position: absolute;
	top: 1px;
	left: 1px;
}

.topright
{
	position: absolute;
	top: 1px;
	right: 1px;
}

.vertical_list
{
	width: 200px;
}

.vertical_list ul
{
	list-style: none;
/*
	margin 0;
	padding 0;
*/
}

.vertical_list li
{
	border-bottom: 1px solid #ffffff;
}

.vertical_list li a:link, .vertical_list li a:visited
{
	font-size: smaller;
	display: block;
	padding: 0.4em 0 0.4em 0.5em;
	border-left: 10px solid #B35600;
	border-right: 1px solid #B35600;
        background-color: yellow;
/*	background-color: #00FF72; */
	text-decoration: none;
}

.vertical_list li a:hover
{
	background-color: #f0f0f0;
}
.in_black_box
{
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
}

#bgorange
{
	background-color: #ff7b00;
}

/* The "Página Principal" */

#backhome
{
	position: absolute;
	top: 1px;
	right: 15px;
}

#backhome p { font-weight: bold; }


#searchwords
{
	position: absolute;
	top: 0px;
	right: 0px;
}

#searchwords p a
{
	height: 1px;
	color: #ff7b00;
	background-color: transparent;
}

