@charset "utf-8";
p {
text-align : justify;
}

#wrapper {
	height: 700px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
}
#header {
	height: 130px;
	margin-top: 0px;
}
#sidebar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #494949;
	background-color: #F5F5F8;
	padding: 20px;
	float: left;
	height: 310px;
	width: 135px;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	border: thin solid #CCC;
}



body,td,th {
	font-family: Verdana, Geneva, sans-serif;
}
body {
	background-color: #FFFFFF;
}
#content {
	font-family: Arial, Helvetica, sans-serif;
	color: #494949;
	width: 560px;
	float: right;
	padding: 10px;
	margin-right: 20px;
	margin-top: 20px;
}
#footer {
	font-style: italic;
	color: #333;
	text-align: center;
	padding: 10px;
	clear: both;
	font-size: 12px;
}
#info {
	font-size: 16px;
	background-color: #F5F5F8;
	float: right;
	width: 560px;
	color: #4D4D4D;
	margin-right: 20px;
	border: thin solid #CCC;
	height: 144px;
	font-family: Verdana, Geneva, sans-serif;
	line-height: normal;
	padding: 10px;
	margin-top: 11px;
}

h1,h2,h3,h4,h5,h6 {
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
}
h1 {
	font-size: 20px;
	color: #000000;
	padding: 0px;
	font-style: normal;
}

h2 {
	color: #5D5D5D;
	font-size: 17px;
}
h3 {
	color: #5D5D5D;
	font-size: 17px;
}


h4 {
	color: #AAAAAA;
	font-size: 14px;
}
a:link {
	color: #AAAAAA;
	text-decoration: none;
}
a:hover {
	color: #AAAAAA;
	text-decoration: underline;
}
a:visited {
	text-decoration: none;
	color: #AAAAAA;
}
a:active {
	text-decoration: none;
	color: #AAAAAA;
}


a.estilo2:link {  color: #5D5D5D; text-decoration: none}
a.estilo2:visited { color: #5D5D5D; text-decoration: none}
a.estilo2:hover { color: #5D5D5D; text-decoration: underline}
a.estilo2:active { color: #5D5D5D; text-decoration: none}



#nav {
	float: right;
	height: 65px;
	width: 570px;
}
#nav a {
	vertical-align: middle;
	float: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
