/* CSS Document */

#noticias {
	float: left;
	width: 353px;
}
#noticias h1 {
	display: block;
	float: left;
	width: 353px;
	padding: 0px;
	margin: 0px;
	color: #333333;
	font-size: 12px;
	text-transform: uppercase;
	border-bottom: dotted 1px #333333;
	margin-bottom: 10px;
}
#noticias h2 {
	display: block;
	float: left;
	width: 353px;
	padding: 0px;
	margin: 0px;
	font-size: 14px;
	color: #C1282D;
	margin-bottom: 10px;
}
#noticias #foto {
	float: left;
	width: 353px;
}
#noticias p {
	text-align: justify;
}
#noticias p a {
	color: #C1282D;
	border-bottom: dotted 1px #C1282D;
	text-decoration: none;
}
#noticias p a:hover {
	color: #000000;
	border-bottom: solid 1px #000000;
}
#noticias #album {
	float: left;
	width: 353px;
}
#noticias #album ul {
	display: block;
	float: left;
	width: 353px;
	padding: 0px;
	margin: 0px;
}
#noticias #album ul li {
	display: block;
	float: left;
	width: 79px;
	margin: 0px;
	padding: 0px;
	margin-right: 9px;
	margin-bottom: 4px;
}
#noticias #album ul li a img {
	border: solid 2px #C1282D;
}
#noticias #album ul li a:hover img {
	border: solid 2px #333333;
}
#more {
	float: left;
	width: 353px;
}
#more h1 {
	display: block;
	float: left;
	width: 353px;
	padding: 0px;
	margin: 0px;
	color: #333333;
	font-size: 12px;
	text-transform: uppercase;
	border-bottom: dotted 1px #333333;
	margin-bottom: 10px;
}
#more ul {
	display: block;
	float: left;
	width: 353px;
	padding: 0px;
	margin: 0px;
}
#more ul li {
	display: block;
	float: left;
	width: 353px;
	margin: 0px;
	padding: 0px;
}
#more ul li a {
	color: #333333;
	text-decoration: none;
}
#more ul li a:hover {
	text-decoration: underline;
}
#more span {
	display: block;
	float: left;
	width: 353px;
	text-align: right;
	font-weight: bold;
}
#more span a {
	color: #000000;
	border-bottom: dotted 1px #000000;
	text-decoration: none;
}
#more span a:hover {
	border-bottom: solid 1px #000000;
}
