div.noticia {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #7EADD4;
	clear: both;
}
div.noticia img {
	float: left;
	border: 1px solid #445E73;
	cursor: pointer;
	margin-right: 3px;
}
div.ampliar {
	background-image:  url("/imagenes/mas.gif");
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
	visibility: visible;
	z-index: 9;
	left: 0px;
	top: 11px;
	overflow: hidden;
	height: 11px;
	width: 11px;
	clip: rect(0px,11px,11px,0px);
	cursor: pointer;
}
span.fecha {
	color: #287CC0;
	display: block;
	text-indent: 2em;
}
span.titular {
	color: #445E73;
	font-weight: bold;
	display: block;
	text-align: justify;
	margin-bottom: 0px;
	padding-bottom: 0px;
	text-transform: uppercase;
}
span.titular:first-letter {
	font-size: 200%;
	float: left;
}
body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border-width: 0px;
	padding: 0px;
	margin: 0px 10px;
	width: 300px;
}
h1 {
	font-size: 14px;
	color: #445E73;
}
p {
	margin-top: 0px;
}
span.subtitular {
	font-style: italic;
	text-indent: 2em;
	display: block;
	text-align: justify;
}
span.detalle {
	text-align: right;
	display: block;
}
