/* CSS Document */
body{
	font-family:Arial,Tahoma,Verdana,Helvetica;
	background-color:#263751;
	background-image:url(images/body_bg_pat.gif);
	background-repeat:repeat-x;
	background-position:left top;
	font-size:11px;
	margin: 0px;
	padding: 0px;
}
a img { border:none}

#portal-wrapper{
	margin:0px auto 0px auto;
	width:879px;
	text-align:left;

	background-image:url(images/wrapper_bg.gif);
	background-position:top;
	background-repeat:repeat-x;
/*	background-color:#fff;*/
}

#masthead{
	height:220px;
	background-image:url(images/cabezal_esq_der.gif);
	background-position:853px 14px;
	background-repeat:no-repeat;
}
.home #masthead{
	height:140px;
	background-image:url(images/cabezal_esq_der.gif);
	background-position:853px 14px;
	background-repeat:no-repeat;
}
#content{
   width:844px;
   background-color:#FFFFFF;
   padding:0px 13px 0px 22px;
   min-height:400px;
	background-image:url(images/content_clr.gif);
	background-position: -1px bottom;
	background-repeat:no-repeat;   
}

#contentcol{
	margin-bottom:6px;
	width:647px;
	float:left;
	overflow:hidden;
}
.home #contentcol{
	margin-bottom:6px;
	width:844px;
	float:left;
	overflow:hidden;
}

.subsidiaria #contentcol{
      width:465px;
}

.cabezal{
	height:82px;
	background-color:#FFFFFF;
	background-image:url(images/cabezal-fluxit.gif);
	background-repeat:no-repeat;
	background-position:top left;
	height:112px;
	width:879px;

}
#portal-footer .cabezal{
  background-image:url(images/footer_bg.jpg);
  height:25px;
}
#portal-footer {
   background-color:#fff;
   background-image:url(images/footer_bg_2.gif);
   background-position:0px 25px;
   background-repeat:repeat-x;
   background-color:#092F66;
   height:120px;
}
#leftcol {
   float:left;
   width:171px;
   margin:5px 20px 0px 0px;
}
.home #leftcol {
 display:none;
}
.subsidiaria  #rightcol {
   float:right;
   margin-left:10px;
   background-color:#eee;
   width:150px;
   min-height:200px;
   padding:0px 12px 0px 12px;
      display:block;   
}

#rightcol{
      display:none;
}
