@charset "utf-8";
/* CSS Document */

td.left {
	width:477px;
	border-right:1px solid #ff6600;
	padding:20px 20px 20px 0px;
	vertical-align:top;
}

td.left h1 {
	color:#ff6600;
	font-size:14px;
	font-weight:bold;
	line-height:1.3em;
	padding:0px;
	margin:0px 0px 20px;
}

td.left h2 {
	color:#000;
	font-size:11px;
	font-weight:bold;
	line-height:1em;
}

td.left img {
	float:left;
	border:1px solid #000;
	margin:0px 20px 10px 0px;
}

td.right {
	width:477px;
	padding:0px;
	vertical-align:top;
}

td.right div.noticia_item_0, td.right div.noticia_item_1 {
	width:467px;
	margin-bottom:15px;
	padding:10px 10px 10px 0px;
}

td.right div.noticia_item_1 {
	background:url(../img/news/news_item_back.jpg) repeat-x;
}

td.right div.noticia_item_0 div.triangle, td.right div.noticia_item_1 div.triangle {
	float:left;
	width:18px;
}

td.right div.noticia_item_0 div.foto, td.right div.noticia_item_1 div.foto {
	float:left;
	width:110px;
}

td.right div.noticia_item_0 div.foto img, td.right div.noticia_item_1 div.foto img {
	border:1px solid #000;
}

td.right div.noticia_item_0 div.noticia_text, td.right div.noticia_item_1 div.noticia_text {
	float:left;
	margin-left:20px;
	width:300px;
}

td.right div.noticia_item_0 h1, td.right div.noticia_item_1 h1 {
	color:#ff6600;
	font-size:11px;
	font-weight:bold;
	line-height:1em;
	padding:0px;
	margin:0px 0px 3px;
}

td.right div.noticia_item_0 h2, td.right div.noticia_item_1 h2 {
	color:#000;
	font-size:11px;
	font-weight:bold;
	line-height:1em;
	margin:3px 0px 3px;
}

td.right div.noticia_item_0 p, td.right div.noticia_item_1 p {
	margin:0px;
}

div.noticias_pager {
	width:477px;
	text-align:center;
}

div.noticias_pager table {
	margin:0px auto;
}

div.noticias_pager td {
	vertical-align:middle;
	padding:0px 5px;
}

div.noticias_pager td.button {
	vertical-align:middle;
	padding:0px 2px;
}

a.pagenumber {
	color:#000;
	font-weight:bold;
}

a.pagenumber:hover {
	color:#ff6600;
}

span.pagenumber {
	color:#ff6600;
	font-weight:bold;
}

a.button_prev {
	display:inline-block;
	width:14px;
	height:11px;
	background-image:url(../img/b_prev.gif);
	background-repeat:no-repeat;
}

a.button_prev:hover {
	background-image:url(../img/b_prev_ov.gif);
}

a.button_next {
	display:inline-block;
	width:14px;
	height:11px;
	background-image:url(../img/b_next.gif);
	background-repeat:no-repeat;
}

a.button_next:hover {
	background-image:url(../img/b_next_ov.gif);
}

a.button_first {
	display:inline-block;
	width:14px;
	height:11px;
	background-image:url(../img/b_first.gif);
	background-repeat:no-repeat;
}

a.button_first:hover {
	background-image:url(../img/b_first_ov.gif);
}

a.button_last {
	display:inline-block;
	width:14px;
	height:11px;
	background-image:url(../img/b_last.gif);
	background-repeat:no-repeat;
}

a.button_last:hover {
	background-image:url(../img/b_last_ov.gif);
}

table.categoria {
	margin:0px 0px 15px 15px;
}