/*------------------------------------------------------------------------
# pg Bellatrix 1.0 - Dec, 2006
# ------------------------------------------------------------------------
# Copyright (C) 2004-2006 J.O.O.M Solutions Co., Ltd. All Rights Reserved.
# @license - Copyrighted Commercial Software
# Author: J.O.O.M Solutions Co., Ltd
# Websites:  http://www.joomlart.com -  http://www.joomlancers.com
-------------------------------------------------------------------------*/

/* COMMON STYLE
--------------------------------------------------------- */
* {
	margin: 0;
	padding: 0;
}

body {
	color: #545C66;
	background: url("bd.png"/*tpa=templates/pg_poleas/images/bd.png*/) repeat-x top  #87898C;
	font-family: Tahoma, Arial, Geneva, sans-serif;
	line-height: 1;
}

body#bd {
	background: url("bd.png"/*tpa=templates/pg_poleas/images/bd.png*/) repeat-x top #87898C;
}

body.contentpane {
	width: auto; /* Printable Page */
	margin: 1em 2em;
	background: #161D2D;
	color: #000000;
	font-size: 12pt;
	font-family: serif;
	line-height: 140%;
	text-align:justify;
}

body.fs1{
	font-size: 9px;
}

body.fs2{
	font-size: 10px;
}

body.fs3{
	font-size: 11px;
}

body.fs4{
	font-size: 12px;
}

body.fs5{
	font-size: 13px;
}

body.fs6{
	font-size: 14px;
}

/* Normal link */
a {
	color: #F68C1E;
	text-decoration: underline;
}

a:hover, a:active, a:focus {
	color: #F68C1E;
	text-decoration: underline;
}

/* Small text */
.small, .smalldark, .createdate, .modifydate, .mosimage_caption,
.back_button, .pagenavcounter, .pagenav, .pagenavbar {
}

/* Heading */
h1 {
	font-size: 1.5em;
	font-weight: normal;
}

h2 {
	font-size: 1.3em;
}

h3 {
	font-size: 1.17em;
}

h4 {
	font-size: 1em;
	text-transform: uppercase;
}

p {
	margin: 5px 0 15px;
}

ul {
	margin-top: 5px;
	margin-bottom: 15px;
	list-style: none;
}

ul li {
	/*padding-left: 35px;
	background: url(../images/bullet-list.gif) no-repeat 20px 6px;*/
}

ol {
	margin-top: 5px;
	margin-bottom: 15px;
}

ol li {
	margin-left: 35px;
}

th {
	padding: 4px;
	font-weight: bold;
	text-align: left;
}

fieldset {
	border: none;
}

fieldset a {
	font-weight: bold;
}

hr {
	border-top: 1px solid #C6CED9;
	border-right: 0;
	border-left: 0;
	border-bottom: 0;
	height: 1px;
}

a img {
	border: none;
}

td, div {
	font-size: 1em;
}

/* Code text */
pre, .code {
	padding: 10px 15px;
	margin: 5px 0 15px;
	border-left: 5px solid #8E9CAE;
	background: #ECF0F4;
	font: 1em/1.5 "Courier News", monospace;
}

blockquote {
	padding: 15px 40px;
	background: url("quote.gif"/*tpa=templates/pg_poleas/images/quote.gif*/) 10px 10px no-repeat;
	font: italic 1em/1.5 Georgia, Times, serif;
}

.dropcap {
	float: left;
	padding: 3px 3px 0 0;
	display: block;
	color: #646E7B;
	font: 50px/40px Georgia, Times, serif;
}

/* Tips, Error, Message, Hightlight*/
.error {
	padding-left: 22px;
	color: #E50000;
	background: url("bullet-error.gif"/*tpa=templates/pg_poleas/images/bullet-error.gif*/) no-repeat top left;
}

.message {
	padding-left: 22px;
	color: #F68C1E;
	background: url("bullet-info.gif"/*tpa=templates/pg_poleas/images/bullet-info.gif*/) no-repeat top left;
}

.tips {
	padding-left: 22px;
	color: #E86D29;
	background: url("bullet-tips.gif"/*tpa=templates/pg_poleas/images/bullet-tips.gif*/) no-repeat top left;
}

.highlight {
	border-bottom: 1px dotted;
	background: #DFE5EC;
	font-weight: bold;
}

p.stickynote {
	padding: 25px 60px 15px 20px;
	background: url("sticky-bg.gif"/*tpa=templates/pg_poleas/images/sticky-bg.gif*/) no-repeat top right #F68C1E;
	color: #FFFFFF;
}

p.clipnote {
	padding: 25px 60px 15px 20px;
	background: url("clip-bg.gif"/*tpa=templates/pg_poleas/images/clip-bg.gif*/) no-repeat top right #F68C1E;
	color: #FFFFFF;
}

.blocknumber {
	position: relative;
	clear: both;
	padding: 5px 10px 10px; 
}

.bignumber {
	float: left;
	font: 30px/normal Arial, sans-serif;
	font-weight: bold;
	color: #F68C1E;
	display: block;
	margin-right: 5px;
	margin-bottom: 5px;
}

/* FORM
--------------------------------------------------------- */
form {
	margin: 0;
	padding: 0;
}

input, select {
	font: 11px/normal Tahoma, Arial, Helvetica, sans-serif;
}

select, .inputbox {
	padding: 2px;
}

textarea {
	padding-left: 2px;
}

.button, .button:hover {
	border-top: 1px solid #DFE5EC;
	border-right: 1px solid #8E9CAE;
	border-bottom: 1px solid #8E9CAE;
	border-left: 1px solid #DFE5EC;
	padding: 1px 10px!important;
	padding: 1px 5px;
	background: url("button-bg.gif"/*tpa=templates/pg_poleas/images/button-bg.gif*/) repeat-x top left #ECF0F4;
	color: #646E7B;
}

.button:active, .button:focus {
	border-top: 1px solid #8E9CAE;
	border-right: 1px solid #DFE5EC;
	border-bottom: 1px solid #DFE5EC;
	border-left: 1px solid #8E9CAE;
}

.inputbox {
	border: 1px solid #DFE5EC;
	background: #FFFFFF;
}

.inputbox:hover, .inputbox:focus {
	border: 1px solid #8E9CAE;
}

/* MODULE
--------------------------------------------------------- */
div.moduletable h3 {
	margin: 0 -10px 5px;
	padding: 5px 10px;
	color: #646E7B;
	font-size: 1em;
}

div.moduletable {
	padding: 10px;
}

/* JOOMLA STYLE
--------------------------------------------------------- */
table.blog {
}

table.blog .article_seperator {
	display: none;
	background: url("seperator.gif"/*tpa=templates/pg_poleas/images/seperator.gif*/) repeat-x center;
	height: 10px;
}

#pg-leftcol .article_seperator, #pg-rightcol .article_seperator {
	display: none;
}

table.contentpane {
	border: none;
	width: 100%;
}

table.contentpaneopen {
	border: none;
}

table.contenttoc {
	margin: 0 0 10px 10px;
	padding: 0;
	width: 35%;
}

table.contenttoc a {
	text-decoration: none;
}

table.contenttoc td {
	padding: 1px 5px 1px 22px;
	background: url("bullet-list.gif"/*tpa=templates/pg_poleas/images/bullet-list.gif*/) no-repeat 5% 50%;
}

table.contenttoc th {
	padding: 4px;
	border-bottom: 5px solid #FFFFFF;
	background: #DFE5EC;
	color: #646E7B;
	text-indent: 5px;
}

table.poll {
	padding: 0;
	width: 100%;
	border-collapse: collapse;
}

table.pollstableborder {
	padding: 0;
	width: 100%;
	border: none;
	text-align: left;
}

table.pollstableborder img {
	vertical-align: baseline;
}

table.pollstableborder td {
	padding: 2px!important;
}

table.searchintro {
	padding: 10px 0;
	width: 100%;
}

table.searchintro td {
	padding: 5px!important;
}

table.adminform {
	width: 400px!important; /*Control the Frontend Editor area width*/
}

.adminform .inputbox {
}

.blog_more {
	margin: 10px 0;
}

.blog_more strong {
	margin: 0 0 5px;
	padding-left: 13px;
	display: block;
	color: #646E7B;
	text-transform: uppercase;
}

td.buttonheading {
	padding: 0 0 0 3px!important;
	text-align: center;
}

.category {
	font-weight: bold;
}

.clr {
	clear: both;
}

.componentheading {
	padding-bottom: 5px;
	margin-bottom: 10px;
	background: url("seperator2.gif"/*tpa=templates/pg_poleas/images/seperator2.gif*/) no-repeat bottom right;
	color: #F68C1E;
	font-size: 1.7em;
	line-height: normal;
	font-weight: bold;
}

.contentdescription {
	padding-bottom: 30px;
}

table.blog .contentheading {
	font-size: 1em;
	font-weight: bold;
}

.contentheading {
	color:#fff;
	border-bottom: 1px dashed #F68C1E;
	/*color: #F68C1E;*/
	font-size: 1em;
	text-align:center;
}

a.contentpagetitle {
	text-decoration: none!important;
}

a.contentpagetitle:hover,
a.contentpagetitle:active,
a.contentpagetitle:focus {
	text-decoration: none!important;
}

a.readon {
	float: right;
	padding: 1px 5px 1px 16px;
	display: block;
	background: url("arrow-readon.gif"/*tpa=templates/pg_poleas/images/arrow-readon.gif*/) no-repeat 5% 55% #161D2D;
	color: #F68C1E;
	font-size: 0.87em;
	text-decoration: none;
}

a.readon:hover, a.readon:active, a.readon:focus {
	color: #F68C1E;
	background: url("arrow-readon.gif"/*tpa=templates/pg_poleas/images/arrow-readon.gif*/) no-repeat 5% 55% #161D2D;
	text-decoration: none!important;
}

table.contentpaneopen td, table.contentpane td {
padding-left: 5px;
padding-right: 5px;
text-align:justify;
}

table.contentpaneopen, table.contentpane, table.blog {
	width: 100%;
}

.createdate {
	padding-bottom: 10px;
	color: #8E9CAE;
	font-weight: bold;
	line-height: 10px;
}

.modifydate {
	color: #8E9CAE;
	height: 15px;
}

.moduletable {
	padding: 0;
}

.mosimage {
	padding: 0;
	margin: 8px 15px 0 0!important;
	margin: 8px 5px 0 0;
}

.mosimage img {
	padding: 0;
	margin: 0!important;
}

.mosimage_caption {
	margin-top: 2px;
	padding: 1px 2px;
	color: #8E9CAE;
}

.pagenav,
.pagenav_prev,
.pagenav_next,
.pagenavbar {
	padding: 0 2px;
}

a.pagenav,
.pagenav_prev a,
.pagenav_next a,
.pagenavbar a {
	text-decoration: none;
}

a.pagenav:hover, a.pagenav:active, a.pagenav:focus,
.pagenav_prev a:hover, .pagenav_prev a:active, .pagenav_prev a:focus,
.pagenav_next a:hover, .pagenav_next a:active, .pagenav_next a:focus,
.pagenavbar a:hover, .pagenavbar a:active, .pagenavbar a:focus {
	text-decoration: none;
}

.pagenavbar {
	padding-left: 14px;
	background: url("pages.gif"/*tpa=templates/pg_poleas/images/pages.gif*/) no-repeat center left;
}

.pagenavcounter {
	padding: 8px 14px 0 14px;
	background: url("pages.gif"/*tpa=templates/pg_poleas/images/pages.gif*/) no-repeat 0 11px;
}

.sectiontableheader {
	padding: 5px;
	background: #DFE5EC;
	color: #646E7B;
	font-weight: bold;
}

tr.sectiontableentry1 td {
	padding: 5px;
	background: url("seperator.gif"/*tpa=templates/pg_poleas/images/seperator.gif*/) repeat-x bottom;
}

tr.sectiontableentry2 td {
	padding: 5px;
	background: url("seperator.gif"/*tpa=templates/pg_poleas/images/seperator.gif*/) repeat-x bottom;
}

.small {
	color: #8E9CAE;
}

.smalldark {
	text-align: left;
}

div.syndicate div {
	text-align: center;
}

.pollstableborder tr.sectiontableentry1 td,
.pollstableborder tr.sectiontableentry2 td {
	background: none;
}

/* MAIN LAYOUT DIVS
--------------------------------------------------------- */
#pg-wrapper {
	margin: 0 auto;
	padding: 0;
	width: 95%;
	text-align: left;
	min-width: 750px;
	max-width: 2000px;
	border-top: 4px solid #87898C;
	background: #161D2D ;
}

.narrow #pg-wrapper {
	width: 750px;
}

.wide #pg-wrapper {
	width: 930px;
}

#pg-container,
#pg-container-fr,
#pg-container-fl,
#pg-container-f {
	clear: both;
	padding: 0;
}

#pg-container,
#pg-container-fr {
	background: url("container-bgs.gif"/*tpa=templates/pg_poleas/images/container-bgs.gif*/) repeat-y 20% 0 #161D2D; /*todo el contenido*/
}

#pg-container-fl,
#pg-container-f {
	background: #161D2D;
}

#pg-contentwrap {
	background: url("grad1s.gif"/*tpa=templates/pg_poleas/images/grad1s.gif*/) repeat-x top;
}

#pg-content {
	padding: 10px 5px 20px;
}

/* HEADER
--------------------------------------------------------- */
#pg-header {
	clear: both;
	background: url("header-bg.jpg"/*tpa=templates/pg_poleas/images/header-bg.jpg*/) top left repeat-x #F68C1E;
	color: #FFFFFF;
	text-align: rigth;
	line-height: normal;
	height: 100%;
	position: relative;
	background-image: url(header-bg.jpg);
}

#pg-header a:hover,
#pg-header a:active,
#pg-header a:focus,
#pg-header a:link,
#pg-header a:visited {
	text-decoration: none!important;
	color: #CCCCCC;
}



#pg-header h1 {
	font-size: 2em;
	position: absolute;
	top: 12px;
	left: 15px;
}

#pg-header h1 img {
	float: left;
}

#pg-banner {
	clear: both;
	background: url("bannerz.png"/*tpa=templates/pg_poleas/images/bannerz.png*/) top left repeat-x #161D2;
	color: #FFFFFF;
	height: 144px;
}

#pg-banner h1 {
}

#pg-banner h1 img {
	float: left;
}



#pg-usertoolswrap {
	position: absolute;
	top: 25px;
	right: 15px;
	height: 27px;
	padding: 0;
	padding-left: 4px;
	background: url("usertools-left-bg.gif"/*tpa=templates/pg_poleas/images/usertools-left-bg.gif*/) top left no-repeat;
}

#pg-usertools {
	padding: 0;
	float: left;
	display: block;
	font-size: 11px;
	height: 27px;
	background: url("usertools-right-bg.gif"/*tpa=templates/pg_poleas/images/usertools-right-bg.gif*/) top right no-repeat;
}

#pg-usertools span {
	float: left;
	margin: 0 10px 0 10px;
	display: block;
}

#pg-usertools img {
	padding: 9px 2px 0;
}

#pg-usertools a {
}

#pg-usertools a:hover, #pg-usertools a:active, #pg-usertools a:focus {
}

#pg-search {
	float: left;
	display: block;
	margin: 2px 4px 2px 10px;
}

#pg-search div.search {
	padding-right: 22px;
	background: url("icono_buscar.png"/*tpa=templates/pg_poleas/images/default/icono_buscar.png*/) no-repeat center right;
}

#pg-search .inputbox {
	border: none!important;
	width: 100px;
	color: #DFE5EC;
	background: #636363;
	padding-left: 5px;
}

#pg-usertools .inputbox:hover,
#pg-usertools .inputbox:focus {
}

/* MAIN NAVIGATION
--------------------------------------------------------- */
#pg-mainnav {
	float: left;
	width: 100%;
	font-size: 1em;
	/*line-height: normal;*/
	background: #161D2D;
	/*border-bottom: 5px solid #F68C1E;*/
}

#pg-subnavwrap {
	clear: both;
	float: left;
	width: 59%;
	background: #F68C1E;
	border-bottom: 5px solid #F68C1E;
}

#pg-subnav {
	padding: 0 10px;
}

/* Default Joomla! Menu */
a.mainlevel {
	padding: 2px;
	border-bottom: 1px dashed #F78C18;
	padding-left:12px;
	display: block;
	color: #646E7B;
	text-decoration: none;
	background: url("Icono_-Nombres-productos.png"/*tpa=templates/pg_poleas/images/Icono_-Nombres-productos.png*/)  no-repeat center left;
}

a.mainlevel:hover,
a.mainlevel:active,
a.mainlevel:focus {
	color: #F78C18;
	background: #BBBDC0;
	text-decoration: none;
	padding-left:12px;
	background: url("Icono_-Nombres-productos.png"/*tpa=templates/pg_poleas/images/Icono_-Nombres-productos.png*/)  no-repeat center left;
}

a.mainlevel#active_menu {
	background: #BBBDC0;
	color: #F78C18;
	text-decoration: none;
	padding-left:12px;
	background: url("Icono_-Nombres-productos.png"/*tpa=templates/pg_poleas/images/Icono_-Nombres-productos.png*/)  no-repeat center left;
}

a.sublevel {
	padding: 2px 4px 2px 12px;
	display: block;
	background: url("Icono_-Nombres-productos.png"/*tpa=templates/pg_poleas/images/Icono_-Nombres-productos.png*/) no-repeat 2% 50%;
	text-decoration: none;
	color: #646E7B;
	border-bottom: 1px dashed #F78C18;
}

a.sublevel:hover,
a.sublevel:active,
a.sublevel:focus {
	text-decoration: none;
	background: url("Icono_-Nombres-productos.png"/*tpa=templates/pg_poleas/images/Icono_-Nombres-productos.png*/) no-repeat 2% 50%;
	color: #F68C1E;
	border-bottom: 1px dashed #F78C18;
}

#active_menu {
	background: url("Icono_-Nombres-productos.png"/*tpa=templates/pg_poleas/images/Icono_-Nombres-productos.png*/) no-repeat 2% 50%;
	color: #F68C1E;
	border-bottom: 1px dashed #F78C18;
}

#pg-rightcol a.mainlevel {
	border: none;
}
/*End: Default Joomla! Menu  */

/* SPOTLIGHT
--------------------------------------------------------- */
#pg-topsl {
	color: #D9E5F4;
	background: url("topsl-bg.gif"/*tpa=templates/pg_poleas/images/topsl-bg.gif*/) bottom repeat-x #545C66;
	padding: 10px;
}

#pg-topsl a {
	color: #F68C1E;
}

#pg-topsl h3 {
	padding: 0;
	margin: 0 0 5px;
	color: #FFFFFF;
	font-size: 1em;
}

#pg-topsl div.moduletable {
	background: url("topsl-modules-bg.gif"/*tpa=templates/pg_poleas/images/topsl-modules-bg.gif*/) repeat-x top;
	margin: 0;
	padding: 5px 10px 10px;
	border-right: 2px solid #545C66; 
}

#pg-botsl {
	background: url("botsl-bg.gif"/*tpa=templates/pg_poleas/images/botsl-bg.gif*/) top left repeat-x #545C66;
	color: #C6CED9;
	padding: 15px 20px;
}

#pg-botsl a {
	color: #C6CED9;
}

.pg-box {
	float: left;
	overflow: hidden;
}

#pg-botsl h3 {
	padding: 0;
	margin: 0 0 5px;
	color: #FFFFFF;
	font-size: 1em;
}

#pg-botsl div.moduletable {
	margin: 0 20px 0 0;
	padding: 0;
}

#pg-botsl ul {
	padding: 0;
	margin: 0!important;
}

#pg-botsl li {
	padding: 0;
	margin: 0;
	background: none;
	line-height: 170%;
}

#pg-botsl li a {
	padding-left: 13px;
	background: url("arrow-readon.gif"/*tpa=templates/pg_poleas/images/arrow-readon.gif*/) no-repeat 0 50%;
	text-decoration: none;
}

#pg-botsl li a:hover,
#pg-botsl li a:active,
#pg-botsl li a:focus {
	color: #F68C1E;
	background: url("arrow-readon2.gif"/*tpa=templates/pg_poleas/images/arrow-readon2.gif*/) no-repeat 0 50%;
	text-decoration: none;
}

#pg-botsl td {
	padding: 0;
}

#pg-botsl .article_seperator,
#pg-topsl .article_seperator {
	display: none;
}

#pg-botsl table,
#pg-topsl table {
	border-spacing: 0;
	border-collapse: collapse;
}

.box-ended div.moduletable {
	margin-right: 0!important;
	border: none!important;
}

/* PATHWAY
---------------------------------------------------------*/
#pg-pathway {
	padding: 7px 0 9px;
	text-indent: 10px;
	background: url("pathway-bg.gif"/*tpa=templates/pg_poleas/images/pathway-bg.gif*/) repeat-x bottom #FFFFFF;
	color: #646E7B;
}

#pg-pathway strong {
	margin-right: 10px;
}

#pg-pathway img {
	margin: 0 5px;
}

#pg-pathway a {
	color: #646E7B;
	text-decoration: none;
}

#pg-pathway a:hover, #pg-pathway a:active {
	color: #646E7B;
	text-decoration: none;
}


/* CONTENT COLUMN
--------------------------------------------------------- */
#pg-mainbody, #pg-mainbody-fl, #pg-mainbody-fr, #pg-mainbody-f {
color:#FFFFFF;
}

#pg-mainbody {
	float: left;
	width: 80%;
}

#pg-mainbody #pg-contentwrap {
	float: right;
	width: 77%;
}

#pg-mainbody-fl {
	float: left;
	width: 80%;
}

#pg-mainbody-fl #pg-contentwrap {
	float: left;
	width: 100%;
}

#pg-mainbody-fr {
	float: rigth;
	width: 100%;
}

#pg-mainbody-fr #pg-contentwrap {
	float: right;
	width: 80%;
}

#pg-mainbody-fr #pg-leftcol {
	width: 16.8%;
}

#pg-mainbody-f {
	float: left;
	width: 100%;
}

/* LEFT COLUMN
--------------------------------------------------------- */
#pg-leftcol {
	float: left;
	width: 21%;
	padding: 10px 0px 10px 10px;
	color: #545C66;
}

#pg-leftcol div.moduletable h3 {
	margin: 0 -10px 2px;
	padding: 2px 3px 5px 3px;
	background: url("titulo_izquierda.png"/*tpa=templates/pg_poleas/images/titulo_izquierda.png*/) repeat-x center right #F78C18;
	color: #fff;
	text-align:center;
	font-size: 1em;
}

#pg-leftcol div.moduletable-primero h3 {
	margin: 0 -10px 2px;
	padding: 2px 3px 5px 3px;
	background: url("Titulo-productos.png"/*tpa=templates/pg_poleas/images/Titulo-productos.png*/) repeat-x top left #fff;
	color: #fff;
	text-align:center;
	font-size: 1em;
}

#pg-leftcol div.moduletable-ultimo h3 {
	margin: 0 -10px 2px;
	padding: 2px 3px 5px 3px;
	background: url("titulo_izquierda.png"/*tpa=templates/pg_poleas/images/titulo_izquierda.png*/) repeat-x center right #F78C18;
	color: #fff;
	text-align:center;
	font-size: 1em;
}

#pg-leftcol div.moduletable {
	padding: 0 10px 10px ;
	background: #BBBDC0;
}

#pg-leftcol div.moduletable-primero {
	padding: 0 10px 10px;
	background: #BBBDC0;
}

#pg-leftcol div.moduletable-ultimo {
	padding: 0 10px 10px;
	background: url("modulo_izquierdo.png"/*tpa=templates/pg_poleas/images/modulo_izquierdo.png*/) repeat-x bottom left #BBBDC0;
}



/* RIGHT COLUMN
--------------------------------------------------------- */
#pg-rightcol {
	float: left;
	width: 20%;
	padding: 10px 0px 10px 0px;
	color:#FFFFFF;
	/*background: url(../images/grad1s.gif) repeat-x top;*/
}

#pg-rightcol div.moduletable h3 {
	margin: 0 0 5px;
	padding: 0 2px 4px 2px;
	/*color: #646E7B;*/
	color: #fff;
	text-align:center;
	background: url("titulo_derecha.png"/*tpa=templates/pg_poleas/images/titulo_derecha.png*/) repeat-x top left #3E3E3F;
	font-size: 1em;
}

#pg-rightcol div.moduletable {
	margin-bottom: 10px;
	padding: 0px 0 10px;
	width: 92%;
	background: url("modulo_derecha.png"/*tpa=templates/pg_poleas/images/modulo_derecha.png*/) repeat-x bottom left #F68C1E;
}

#pg-rightcol div.moduletable-hilite h3 {
	margin: 0 -10px 5px;
	padding: 10px 10px 4px 8px;
	color: #FFFFFF;
	background: url("h3-bg-hilite.gif"/*tpa=templates/pg_poleas/images/h3-bg-hilite.gif*/) no-repeat top right #FFFFFF;
	font-size: 1em;
}

#pg-rightcol div.moduletable-hilite {
	margin-bottom: 5px;
	padding: 0px 10px 10px;
	color: #FFFFFF;
	background: #F68C1E;
	border-right: 10px solid #FFFFFF; 
}

#pg-rightcol a.readon {
	float: right;
	padding: 1px 5px 1px 16px;
	display: block;
	background: url("arrow-readon2.gif"/*tpa=templates/pg_poleas/images/arrow-readon2.gif*/) no-repeat 5% 55% #F68C1E;
	color: #161D2D;
	font-size: 0.87em;
	text-decoration: none;
}

#pg-rightcol a.readon:hover, a.readon:active, a.readon:focus {
	color: #161D2D;
	background: url("arrow-readon2.gif"/*tpa=templates/pg_poleas/images/arrow-readon2.gif*/) no-repeat 5% 55% #F68C1E;
	text-decoration: none!important;
}

/* FOOTER
--------------------------------------------------------- */
#pg-footer {
	clear: both;
	background: url("barra_inferior.png"/*tpa=templates/pg_poleas/images/barra_inferior.png*/) repeat-x top #F78C18;
	color: #fff;
	border-bottom: 1px solid #F78C18;
	position: relative;
	height: 45px;
}

#pg-footer a {
	color: #fff;
	text-decoration: none;
}

#pg-footer a:hover,
#pg-footer a:active,
#pg-footer a:focus {
	color: #fff;
}

#pg-bottomline {
	position: absolute;
	top: 0px;
	left: 15px;
}

#pg-cert {
	float:right;
	top: 0px;
	right: 15px;
}

#pg-cert a {
	padding-left: 5px;
}

/* MISCELLANOUS
----------------------------------------------------------- */
div.back_button a,
div.back_button a:hover,
div.back_button a:active {
	margin: 10px 0;
	display: block;
	color: #F68C1E;
	background: none!important;
	text-decoration: none!important;
}

#mod_login_password, #mod_login_username {
	width: 90%;
}

#mod_login_password {
}

#mod_login_username {
}

#mod_login_remember {
	border: none;
	background: none;
}

/* Clearfix */
.clearfix:after {
	clear: both;
	display: block;
	content: ".";
	height: 0;
	visibility: hidden;
}

* html > body .clearfix {
	width: 100%;
	display: block;
}

* html .clearfix {
	height: 1%;
}

/* Firefox Scrollbar Hack - Do not remove */
html {
	margin-bottom: 1px;
	height: 100%!important;
	height: auto;
}

/* pg CoolAds Module */
#pg-coolads {
	height: 0;
	overflow: hidden;
	position: relative;
}

#pg-coolads-container {
	margin-right: 5%;
	overflow: hidden;
}

#pg-coolads-container div.moduletable {
	overflow: hidden;
}

.chronoform {
	display:none;
}
