#noticias {
	width: 198px;
	border-bottom: 10px solid #FF8218;
	border-left: 1px solid #FF8218;
	border-right: 1px solid #FF8218;
}
#noticias #titNoticias1 {
	height: 20px;
	padding-top: 20px;
	padding-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color: #FFFFFF;
	background-color: #FF8218;
	background-image: url(../img/noticiasHome.gif);
	background-position:right;
	background-repeat:no-repeat;
}
#noticias #cuerpoNoticias1 {
	padding: 5px;
	padding-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#noticias #cuerpoNoticias1 p{
	padding: 0px;
	padding-bottom: 5px;
	margin: 0px;
}
#noticias #cuerpoNoticias1 p a{
	font-weight: bold;
	color: #333399;
	text-decoration: none;
}
#noticias #cuerpoNoticias1 p a:hover {
	border-top: 1px solid #333399;
	background-color: #e1e1f5;
	text-decoration: underline;
}

#eventos {
	width: 198px;
	border-bottom: 10px solid #7c191c;
	border-left: 1px solid #7c191c;
	border-right: 1px solid #7c191c;
}
#eventos #titNoticias2 {
	height: 20px;
	padding-top: 20px;
	padding-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color: #FFFFFF;
	background-color: #7c191c;
	background-image: url(../img/agendaHome.gif);
	background-position:right;
	background-repeat:no-repeat;
}
#eventos #cuerpoNoticias2 {
	padding: 5px;
	padding-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#eventos #cuerpoNoticias2 p{
	padding: 0px;
	padding-bottom: 5px;
	margin: 0px;
}
#eventos #cuerpoNoticias2 p a{
	font-weight: bold;
	color: #333399;
	text-decoration: none;
}
#eventos #cuerpoNoticias2 p a:hover {
	border-top: 1px solid #333399;
	background-color: #e1e1f5;
	text-decoration: underline;
}
