/* Basic HTML Element Style */
body  {
	background-color: #CC9933;
	font-family: Verdana, "MS Sans Serif";
	font-size: 11pt;
	text-align: center;
}

h1 {
	background-color: White;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-size: 26px;
	line-height: 28px;
	font-style: italic;
	font-family: Georgia, 'times new roman', sans-serif;
	color: #00008B;
}
h2 {
	background-color: White;
	font-weight: bold;
	font-size: 15px;
	line-height: 17px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	color: #A52A2A;
}
h3 {
	background-color: White;
	font-size: 12pt;
	color: Maroon;
}
h4, h5 {
	font-style: italic;
	font-size: 11px;
	margin: 0px;
}

li  {
	margin-bottom: 15px;
}

p,li,blockquote   {
	font-size: 13px;
	line-height: 17px;
	}
	

/*Structural elements */
#container {
	width: 80%;
	text-align: left;
	padding: 0 0 0 0;
	margin-right: auto;
	margin-left: auto;
	clear: right;
	border: 3px solid #000080;
	background-color: #FFFFFF;
}

#header  {
	margin: 0 0 0 0;
	padding-left: 15px;
	padding-top: 15px;
	padding-right: 15px;
}

#articleBody  {
	margin: 0px 0px 0px 0px;
	padding-left: 15px;
	padding-top: 15px;
	padding-right: 15px;
	text-align: left;
}

#footer  {
	margin-bottom: 15px;
	height: 30px;
	text-align: right;
	border-top-color: #999999;
	border-top-style: dashed;
	border-top-width: 2px;
	}
	
#sidebar {
	width: 180px;
	padding: 5px;
	margin: 10px;
	border: double 4px #CCD9DB;
	background-color: #D3DEE0;
	color: Black;
	float: right;
}

#navList {
	list-style-type: none;
	margin-top: 30px;
	padding: 0;
	border-top: solid 1px #078;
	text-align: right;
}

/* text effects */
em.title {
	text-decoration: underline;
}

.autor   {
	font-family: sans-serif;
	font-size: 11px;
	text-align: right;
}
h3 a    {
	font-size: 14px;
	font-weight: bold;
}

h1 a   {
	text-decoration: none;
	background-color: White;
	color: #00008B;
}

.footer-autor   {
	font-size: 11px;
	line-height: 12px;
}

.footer-tohome   {
	text-align: right;
	margin-right: 15px;
}

#articleList p {
	margin: 0px 0px 10px 0px;
}
#articleList h3 {
	font-size: 13px;
	margin: 0px;
}

.hr-cab   {
	color: #FF0000;
}
#AdBox {
	margin: 10px;
	float: left;
}
