/* LINKS
================================================ */

a:link {
	color: #0066FF;
	text-decoration: none;
	}
a:visited {
	color: #0066FF;
	text-decoration: none;
	}
a:hover {
	text-decoration: underline;
	color: #000000;
	}

/* BODY
================================================ */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: small;
	padding: 0px;
	margin: 0;
	width: 100%;
	text-align: center;
}

/* PAGE
================================================ */

#page {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

/* SIDEBAR
================================================ */

#sidebar {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	padding-top: 1em;
}
#sidebar ul {
	margin-right: 0;
	margin-left: 0;
	padding-right: 0;
	padding-left: 0;
}
#sidebar li {
	list-style-type: none;
	display: inline;
}

.sideitem {
	font-size: large;
	margin-bottom: 0px;
	color: #999999;
	margin-top: 0px;
}
.pageitem {
	font-weight: bold;
	margin-top: 0px;
	color: #000000;
}

/* CONTENT
================================================ */

#content {
	padding-bottom: 2em;
}

.article-read {
	font-size: medium;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	background-image: url(imgs/read.png);
	padding-left: 15px;
	background-repeat: no-repeat;
	margin-top: 0.5em;
}
.author {
	color: #000000;
}

.article-summary {
	font-size: medium;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	background-image: url(imgs/summary.png);
	padding-left: 15px;
	background-repeat: no-repeat;
	margin-top: 0.5em;
}

/* FOOTER
================================================ */

#footer {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	width: 700px;
	clear: both;
}
#footer ul {
	margin-right: 0;
	margin-left: 0;
	padding-right: 0;
	padding-left: 0;
}
#footer li {
	list-style-type: none;
	display: inline;
}

/* TYPES
================================================ */

h3 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: large;
}
h4 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000000;
}

/* OTHERS
================================================ */

img {
	border: none;
}
.no, hr, .barnav, h1, .description {
	display: none;
}
.separa {
	color: #999999;
}
.alignleft {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.alignright {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

.encuesta {
	position: absolute;
	top: 10px;
	margin-left: 580px;
}

