body {
	background-color: #FFFFFF;
	margin: 0px;
}
a {
	text-decoration: none;
	font-weight: regular;
	color:  #669900;
	outline: none;
	}
a:visited {
	color:  #666666;
	}
a:active {
	color:  #339900;
	}
a:hover {
	color: #336600;
	}
img {
	border: none;
}
.titulo {
	font-family: trebuchet MS, arial, helvetica, sans-serif;
	font-size: 20px;
	line-height: 20px;
	font-weight: bold;
	color: #333333;
	margin: 0px;
}
.fecha {
	font-family: trebuchet ms, arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	margin: 5px 0px 0px 0px;
	
}
.entradilla {
	font-family: "trebuchet ms", arial, helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	font-weight: normal;
	color: #333333;
	text-transform: uppercase;
	margin: 5px 0px 10px 0px;
}
.txt {
	font-family: trebuchet ms, arial, helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	font-weight: normal;
	color: #333333;
	margin: 0px 0px -5px 0px;
}