#container
{
	margin: 1em;
	background-color: #000000;
	border: 0px solid #FFFFFF;
}
#banner
{
	border-bottom: 5px solid #FFFFFF;
}
#banner h1
{
margin: 0;
padding: .5em;
}
#nav
{
float: left;
width: 10em;
padding-bottom: 20px;
padding-top: 0px;
margin-bottom: 0px;
border-bottom: 0px solid #FFFFFF;
border-left: 0px solid #FFFFFF;
border-top: 0px solid #FFFFFF;
border-right: 0px solid #FFFFFF;
background-color: #000000;
}
#nav_top_1
{
float: left;
width: 10em;
height: 21px;

background-repeat : repeat-x;
background-position : top left;
}
#nav_top_2
{
float: left;
width: 10em;
height: 21px;
position:absolute;

background-repeat : no-repeat;
background-position : top left;
}
#nav_top_3
{
	float: left;
	width: 10em;
	height: 21px;
	position:absolute;
	
	background-repeat : no-repeat;
	background-position : top right;
}

#nav_bot
{
position:relative;
margin-bottom: 5px;
}
#nav_bot_1
{
width: 10em;
height: 15px;
position:absolute;
background-image :  url("botb_center.gif");
background-repeat : repeat-x;
background-position : bottom left;
}
#nav_bot_2
{
width: 10em;
height: 15px;
position:absolute;
background-image :  url("botb_left.gif");
background-repeat : no-repeat;
background-position: bottom left;
}
#nav_bot_3
{
width: 10em;
height: 15px;
position:absolute;
background-image :  url("botb_right.gif");
background-repeat : no-repeat;
background-position : bottom right;
}

#botones
{
padding-top: 18px;
}

#nav p
{
margin-top: 0;
}

#content
{
padding: 0em 0em 1em 1em;
margin: 0 0 0 10em;
margin-right: 1.5em;
}

#footer
{
clear: both;
padding: 1em;
text-align: center;

margin: 1em
}
