body {
	background-color: #EEEDED;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #00833B;
	text-align: left;
}
#logo {
	background: transparent url(/images/ojala-logo.gif) no-repeat 0 0;
	display: block;
	width: 250px;
	height: 100px;
	overflow: hidden;
	text-indent:-9000px;
	padding-left: 0px;
	padding-right: 0px;	
	margin:0px;
	cursor: hand;
}
.contenido {
	padding-top: 25px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 20px;
}
p {
	text-align: justify;
}
.subtit {
	color: #5D5D5D;
	font-size: 14px;
	font-weight: bold;	
}
a:link, a:active, a:visited {
	color: #00833B;
	text-decoration: none;
}
a:hover {
	color: #6D6E70;
	text-decoration: none;
}
hr {
	height: 1px;
	color: #ACACAD;
}
.bottom {
	color: #ACACAD;
	text-align: center;
	font-size: 11px;
	padding: 5px;
	border-top: 1px solid #00833B;
}