@charset "utf-8";
/* CSS Document */
body {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
#tblNoticia {
	font-size: 11px;
	COLOR: #333333;
	font-family: Arial, Helvetica, sans-serif;
	width: 95%;
}

#tblNoticia td{
	padding-bottom: 0px;
	padding-top: 11px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
}
#tblNoticia h1{
	color: #990000;
	font-weight: bold;
	font-size: 14px;
}
#tblNoticia a {
	COLOR: #333333;
	font-size: 11px;
	text-decoration: none;
	font-weight: normal;
}
#tblNoticia a:hover {
	COLOR: #000000;
	font-size: 11px;
	text-decoration: underline;
}
#tblNoticia p {
	text-align: justify;
}
#noticia {
	width: 340px;
	border-bottom: 0px dashed #ccc;
	padding-left: 10px;
}
#noticia img {
	border: 1px solid #CCC;

}
#noticia .resumen {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-align: justify;
	margin-right: 10px;
}
#noticia .resumen img {
	border: 1px solid #ccc;
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
}
#noticia .resumen a {
	text-decoration: none;
	color: #333333;
}
#noticia .resumen a:hover {
	text-decoration: underline;
}
#noticia .titular {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #990000;
	font-weight: bold;
	margin-bottom: 5px;
	margin-left: 0px;
	margin-right: 10px;
	text-align: left;
}
#noticia .titular a {
	color: #990000;
	text-decoration: none;
	text-align: left;
}
#noticia .titular a:hover {
	color: #000;
	text-decoration: underline;
}
#tblNoticia {
}
#noticia .volver a{
	color: #000;
	text-decoration: none;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-right: 10px;
}
#noticia .volver a:hover {
	color: #900;
	text-decoration: underline;
}

