.boxShadow {
	background-image: url(../images/shadowAlpha.png) !important;
	background-image: url(../images/shadow.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	margin: 5px 0 0 5px;
	padding: 0 7px 7px 0;
}

.boxBody {
	background-color: #FFFFFF;
	border-left: #eaeaea 1px solid;
	border-top: #eaeaea 1px solid;
	padding: 5px;
}

.boxBody img { 
	background-image: url(../images/shadowAlpha.png) !important;
	background-image: url(../images/shadow.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	border: none;
	float: left;
	margin: 5px;
	padding: 0 7px 7px 0;
}

.boxBodyTitle {
	background-image: url(../images/gradiente_news.gif); 
	background-repeat: repeat-x;
	color: #FFFFFF;
	padding: 5px;
}

.boxPaging {
	font-size: 75%;
	padding: 5px;
	text-align: right;
}
.boxPaging a { color:#ff0000; text-decoration: none; }
.boxPaging a:hover { text-decoration: underline; }

.boxItem {
	border-bottom: #7e9a00 1px dashed;
	/*font-size: 75%;*/
}
.boxItem img { 
	background-image: url(../images/shadowAlpha.png) !important;
	background-image: url(../images/shadow.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	border: none;
	float: left;
	margin: 1px;
	padding: 0 7px 7px 0;
}

.boxTitle {
	color: #990000;
	font-weight: bold;
	height: 25px;
	line-height: 25px;
	padding: 5px 0 5px 0;
}
.boxTitle a { color:#990000; text-decoration: none; }
.boxTitle a:hover { text-decoration: underline; }

.boxText {
	text-align: justify;
}

.boxDate {
	color:#666666;
	font-size: 90%;
	font-weight: bold;
	padding: 5px 0 5px 0;
}

.boxLink { padding: 5px; text-align: right; }
.boxLink a { color:#990000; text-decoration: none; }
.boxLink a:hover { text-decoration: underline; }

