@charset "utf-8";
/* CSS Document */

body
{
	margin: 0;
	padding: 0;
	background: url(../images/page_bg.gif) top repeat-x;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: black;
}

a
{
	color: #5e2a29;
	font-weight: bold;
}

a:hover
{
	color: #805150;
	font-weight: bold;
}

a:visited
{
	color: black;
	font-weight: bold;
}

h1
{
	color: #5e2a29;
}

h2
{
	border-bottom: 1px solid #5e2a29;
}

#box_page
{
	width: 100%;
}

#float_imagenes
{
	width: 235px;
	height: 384px;
	background: url(../images/float_imagenes.png) top no-repeat;
	top: 8em;
	right: 0;
	position: absolute;
}

#box_content
{
	border: 1px solid red;
}

#box_menu
{
	float: left;
	margin: 0;
	width: 200px;
}

#menu_principal
{
	border: 1px solid green;
	width: 150px;
}

#menu_principal ul
{
	margin: 0;
	padding: 0;
}

#menu_principal li
{
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0;
	padding: 0;
	border: 1px solid cyan;
}

#content
{
	border: 1px solid gray;
	width: 100%;
	margin: 0 auto 0 200px;
}

#logo
{
	margin: 0 auto 0 0;
	padding: 0;
	width: 252px;
	height: 150px;
	background: url(../images/logo_fapi.gif) no-repeat top left;
}

#logo_text
{
	display: none;
}

#box_footer
{
	border-top: 1px solid #5e2a29;
	font-size: 90%;
	text-align: center;
	margin-top: 1em;
	padding-top: .5em;
}

.clear
{
	display: block;
	clear: left;
}