/* CSS Document */

body
{
font-size: 11px;
font-family: Verdana, Helvetica, Arial, Sans-Serif;
margin: 0px auto;
padding-top: 10px;
}

#container { 
	width: 780px; 
	background: #fff;
	text-align: left; 
	margin: 0px auto;
	border: dashed 1px #CCCCCC;
	}
	
#header
{
	width: 780px; 
	background: #fff;
	text-align: center; 
}
#topnavegacion
{
	width: 780px;
	height: 40px;
	line-height:42px;
	background: #FF9900;
	text-align: center;
}
#topnavegacion a
{
	color: #333333;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}
#left
{
width:200px;
float:left;
	text-align: left; 
}
#left-titulo
{
	text-align:center;
	background: #0E101F;
	font-size:13px;
	font-weight:bold;
	height:25px;
	line-height:25px;
}
#left-titulo a
	{
	color:#FFFFFF;
	text-decoration:none;
	}

#left-link
{
	background: #666666;
	font-weight:bold;
	font-size:11px;
	height:20px;
	line-height:20px;
	text-align:left;
	border-top:solid 1px #000000;
	padding-left:10px;
}

#left-link a
	{
	color:#FFFFFF;
	text-decoration:none;

	}
#left-link a:hover
	{
	color:#000000;
	text-decoration:none;
	}

#left-sublink
{
	background: #999999;
	font-weight:none;
	font-size:11px;
	text-align:left;
	padding-left:20px;
	padding-top: 3px;
	padding-bottom:3px;
	border-top:solid 1px #000000;
}

#left-sublink a
	{
	color:#FFFFFF;
	text-decoration:none;
	}


#body
{
width:560px;
float:left;
padding: 10px;
}
#body h1
	{
	font-size:20px;
	color:#000066;
	}

#body h2
	{
	font-size:13px;
	color:#000099;
	}

#bottomnavegacion
{
	width: 780px;
	height: 40px;
	background: #FF9900;
	text-align: center;
	line-height:40px;
	clear: both;
}
#bottomnavegacion a
{
	color: #333333;
	font-size:12px;
	font-weight:bold;
}

