/*@charset "utf-8";*/
/* CSS Document */

/*
Design by Barbara Carneiro
www.barbaracarneiro.com

CSS by Bruno Carneiro
www.brunocarneiro.com
*/

/* Main */
* {
	margin: 0 auto;
	padding: 0;
	border: 0;
}
ul, ol, li {
	/*padding-left: 10px;*/
}
body {
	background: #CAE1F3 url(../images/top-degrade.jpg) top repeat-x;
}


/* Containers */
#wrapper {
	background: url(../images/_swirls.png) no-repeat center 60px;
}
#wrap {
	padding-top: 11px;
	width: 920px;
}	
#header {
	height: 247px;
}
#logo {
	width: 349px;
	height: 153px;
	position: absolute;
 	z-index: 0;
	left: 50%;
	margin-left: 105px;
	top: 57px;
}

#menu {
	background: url(../images/top-corner.png) top no-repeat;
	height: 32px;
	padding-top: 5px;
	width: 920px;
	text-align: right;
}
#banner {
	background: url(../images/shadows.png) repeat-y;
	height: 247px;
	width: 920px;
	text-align: center;
	min-height: 247px;
	z-index: 0;
}
#bottom {
	background: url(../images/bottom-corner.png) top no-repeat;
	height: 45px;
	width: 920px;
	min-height: 100%;
	text-align: center;
	min-height: 45px;
	z-index: 0;
}
#mainContainer {
	background: url(../images/shadows.png) repeat-y;
	width: 920px;
}
#floatContainer {
	margin: 0 7px;
	padding: 2px 2px;
/* 	background: url(../images/bkg-columns.png) repeat-y; */
}
#leftColumn {
	float: left;
	width: 190px;
	position: relative;
	z-index: 0;
	margin: 10px;
}
#centerColumn {
	float: left;
	width: 435px;
	padding: 0 20px;
	position: relative;
	z-index: 0;
	margin-top: 0px;
/* 	background: url(../images/bkg-centercolumns.png) repeat-y; */
}
#rightColumn {
	float: left;
	width: 190px;
	position: relative;
	z-index: 0;
	margin: 10px;
}
.clear {
	clear: both;
}
#bottom {
	background: url(../images/bottom-corner.png) top no-repeat;
	height: 45px;
	width: 920px;
	padding-bottom: 25px;
	text-align: center;
}

/* Text */
.textBlack {
	font: 13px/21px Georgia, Arial, Helvetica, sans-serif;
	text-align: justify;
	color: #000;
}
.titleBlue {
	font: 18px Georgia;
	color: #003967;
	padding-top: 40px;
	padding-bottom: 40px;
}
.titleBlueSmall {
	font: bold 11px/22px Arial, Helvetica, sans-serif;
	color: #003967;
	text-transform: uppercase;
	padding-left: 0px;
}
.copyright, .copyright a {
	font: 12px/40px Arial, Helvetica, sans-serif;
	color: #663300;
	text-decoration: none;
}
.copyright a:hover {
 text-decoration: underline;
}
/* Menu */
.menu {
	font: bold 11px/32px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
.menu a {
	color: #663300;
	padding: 10px 10px 9px;
	text-decoration: none;
	margin: 0 5px;
}
.webkit .menu a {
	padding: 11px 10px 10px;
}
.chrome .menu a {
	padding: 10px 10px 9px;
}
.menu a:hover {
	background: url(../images/bt-bkg.jpg) repeat-x;
	color: #01565B;
}
.menu a.Selected {
	font: bold 11px/32px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	padding: 10px 10px 9px;
	text-decoration: none;
	background: url(../images/bt-bkg.jpg) repeat-x;
	color: #01565B;
	margin: 0 5px;
}
.webkit .menu a.Selected {
	padding: 11px 10px 10px;
}
.chrome .menu a.Selected {
	padding: 10px 10px 9px;
}

/* Images and Boxes */
.form {
	height: 20px;
	padding: 2px;
	border: 1px solid #CCC;
	background: #FFF;
	width: 120px;
}
.banner {
	margin: 0 7px;
	border-bottom: 1px solid #6CA6CE;
	border-top: 1px solid #6CA6CE;
}
.advertisement {
	margin-top: 10px;
}

/* scripts */
.no_js { 
	display: block;
}
.has_js { 
	display: none;
}
.js .no_js { 
	display: none;
}
.js .has_js {
	display: block;
}
.prev_next a{
	color: red;
	text-decoration:none;
}
.prev_next a:hover{
	color: red;
	text-decoration:underline;
	font-style: italic;
}
.spa_eng {
	float:left;
	font-size: 8px;
	padding-left: 10px;
}

.txtBlue {
	color: #283EFF;
	font-size: 9pt;
	font-style: italic;
	border-color: #ccc solid 1px;
}

.transpimg {
	filter:alpha(opacity=70);
	opacity:.70;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; /*--IE 8 Transparency--*/
	position:absolute;
	padding-top: 5px;
	padding-left: 10px;
	z-index: 100;
}

.next_prev a {
	font-size: 11px;
	font-weight: bolder;
	font-style: italic;
	color: #f00
}

div.hr {
  background-image: url(/images/hr.gif) no-repeat scroll center;
}
/*
div.hr hr {
  display: none;
}*/