@CHARSET "ISO-8859-1";

#content a {
	color: #FC5700;
	font-weight: bold;
	text-decoration: none;
}

#content a:hover {
	text-decoration: underline;
}

.bg-narnaja-uno {
	background-color: #B5430D;
	background-image: url(../img/back_orange-dos.jpg);
	background-position: left top;
	background-repeat: repeat-x;
	height: 145px;
}

#destacados {
	background-color: #5F646A;
	background-image: url("../img/back_internal.jpg");
	background-position: center top;
	background-repeat: repeat-x;
	clear: both;
	color: #FFFFFF;
	float: left;
	min-height: 350px;
	padding-bottom: 10px;
	position: relative;
	text-align: center;
	width: 100%;
	height: auto;
	_height: 350px;
}

#content {
	margin: 0px;
}

#newsList {
	background-color: white;
	border-right: 1px solid #40434A;
	color: black;
	float: left;
	padding: 10px;
	width: 254px;
	margin-top:10px;
	margin-left:10px;
	_margin-left:5px;
}