/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 14px;
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	position: absolute;
	width:100%; 
	height:100%; 
	overflow:hidden; 

}
a:link {
	color: #666666;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	color: #999999;
}
a:active {
	text-decoration: underline;
}
h1 {
	font-size: 24px;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 14px;
}
#adsense {
	float: left;
	height: 100%;
	width: 170px;
	border-top-style: none;
	border-right-style: 1px dotted;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #000000;
	font-size: 10px;
	position:fixed;
	left:0px;
	margin-left:0px;
	top:0px;
	margin-top:0px;
}
#contenidos {
	float: right;
	width: 80%;
	list-style-type: disc;
	height:100%;
	overflow: auto;
	position: relative;
}
.menu {
	font-size: 12px;
	color: #000000;
	background-color: #F2F2F2;
	border: 1px solid #000000;
	text-align:center;
	padding:5px;
}
.footer {
	font-size: 10px;
	color: #000000;
	background-color: #E8E8E8;
	border: 1px solid #000000;
	text-align:justify;
	padding:5px;
}
#feed-control {
	width: 600px;
	border: 0px;
	float: inherit;
}