@charset "utf-8";
body {
	font-family: Tahoma;
	color: #666666;
	font-size: 11px;
	margin: 0;
}
#contenido {
	width: 235px;
}

#contenido ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#contenido ul li {
	display: block;
	margin-bottom: 5px;
	margin-top: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E3E7E9;
	height: 105px;
}
#novedad-image {
	width: 98px;
	height: 98px;
	float: left;
	margin: 0;
	padding: 2px;
	border: 1px solid #98A6BF;
	margin-right: 10px;
}
#novedad-title {
	font-weight: bold;
	color: #12336D;
	float: right;
	width: 120px;
	margin-bottom: 5px;
}
#novedad-title a:hover {
	color: #2365D1;
	text-decoration: none;
}
#novedad-title a:link {
	color: #12336D;
	text-decoration: none;
}
#novedad-title a:active {
	color: #5087E2;
	text-decoration: none;
}
#novedad-title a:visited {
	color: #12336D;
	text-decoration: none;
}

#novedad-fecha {
	font-weight: bold;
	color: #9D9D9D;
	float: right;
	width: 120px;
	margin-bottom: 8px;
}
#novedad-contenido {
	float: right;
	width: 120px;
}

