body { 
	//background: url(../rimg/bg.gif) repeat-x top center #132330;
	font-size: small;
	font-family: tahoma,helvetica,verdana,arial,sans-serif;
	margin: 0 auto;
	padding: 0px;
}

#bg_shadow {
	width: 860px;
	margin: 0px;
	padding: 0px;
	-moz-box-shadow: 0 0 20px 5px #000000;
	-webkit-box-shadow: 0 0 20px 5px #000000;
	box-shadow: 0 0 20px 5px #000000;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-topright: 20px;
	-moz-border-radius-bottomright: 15px;
	-moz-border-radius-bottomleft: 15px;
	-webkit-border-top-left-radius: 15px;
	-webkit-border-top-right-radius: 20px;
	-webkit-border-bottom-right-radius: 15px;
	-webkit-border-bottom-left-radius: 15px;
	border-top-left-radius: 15px;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
	background-color: #ffffff;
}

#cabecalho {
	text-align: center;
	margin: 0px;
	padding: 0px;
}

#corpo {
	margin: 0px;
	padding: 0px;
}

img.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#extream-top, #extream-bottom {
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #002776; 
	color: #ffdf00;
	white-space: nowrap;
	height: 30px;
	line-height: 30px;
}

#extream-bottom {
	height: 60px;
	/* line-height: 60px; */
}

#facebook {
	position: absolute;
	top: 0;
	right: 0;
}

#headerbg {
    border-radius: 20px 20px 0px 0px;
   background-color: #000000;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

#gallery {
   background-color: #000000;
	border: none;
	position: relative;
	height: 180px;
	float: left;
}

#gallery a {
	border: none;
	position: absolute;
}

#gallery a img {
	border: none;
	-moz-border-radius-topright: 15px;
	-webkit-border-top-right-radius: 15px;
	border-top-right-radius: 15px;
	width: 581px;
	height: 181px;
}

#gallery a.show {
	z-index: 500
}

#gallery .caption {
	z-index: 600;
	background-color: #000000;
	color: #ffffff;
	height: 40px;
	width: 100%;
	position: absolute;
	bottom: 0;
}

#gallery .caption .content {
	margin: 0px
}

#gallery .caption .content h3 {
	margin: 0;
	padding: 0;
	color: #1DCCEF;
}

#rodape 
{
	border-top: 1px solid #dddddd;
	color: gray;
	font-size: 0.9em;
	margin:0 auto;
	padding: 8px;
	text-align: center;
	clear: both;
}

#rodape p {margin:0; padding:0; text-align:center}

#rodape table{text-align:center; width: 100%}

#rodape td {color:gray; font-size:0.9em;}

#texto {
	margin: 20px 150px 20px 180px;
	text-align: justify;
	line-height: 1.5em;
	padding: 0;
}

.expand-right {
	margin: 20px 20px 20px 180px !important;
}

#texto h1 { font-size: 1.6em; font-weight: normal; margin-bottom: 10px; text-shadow: 2px 2px 2px #888;}

#texto h2 { font-size: 1.2em; font-weight: normal; margin-bottom: 2px;} 

#texto h3 { font-size: 1em; font-weight: normal;} 

#texto p { margin-top: 2px; margin-bottom: 5px; text-indent:20px;}

#texto table {border:1px solid #d8d8d8; border-collapse:collapse; width:100%; margin:0 0 5px; padding:0;}

#texto caption {margin:0; padding:3px 0 2px; text-align:left;}

#texto td {color:#303030; padding:0px; text-align:left;}

#texto .icon {border: 0; padding: 0; margin: 5px; }

#texto ul,#texto ol,#textowide ul,#textowide ol {margin:0 0 16px 20px; padding:0;}

#texto ul ul,#texto ol ol,#textowide ul ul,#textowide ol ol {margin:2px 0 2px 20px;}

#texto li,#textowide li {margin:0 0 2px 10px; padding:0 0 0 4px;}

#container {
   margin: 0;
   padding: 0;
   width: 100%;
}

#left {
   width: 279px;
   float: left;
   margin: 0;
   padding: 0;
   color: #000;
   background-color: #000000;
   border-radius: 15px 0px 0px 0px;
}

#right {
   background-color: #000000;
   width: 581px;
   float: right;
   margin: 0;
   padding: 0;
}

.clear {
   height: 0;
   font-size: 1px;
   margin: 0;
   padding: 0;
   line-height: 0;
   clear: both;
}


#box_rounded {
	width: 270px;
	margin-left:auto;
	margin-right:auto;
	padding: 20px;
	color: white;
	font-weight: bold;
	-moz-box-shadow: 2px 2px 2px #B2AF9E;
	-webkit-box-shadow: 2px 2px 2px #B2AF9E;
	box-shadow: 2px 2px 2px #B2AF9E;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	background-color: #000030;
	text-align: center;
}

#box_rounded a:link, a:visited, a:hover{
	text-decoration:none;
	color: white;
}

// NEWS CSS
nav#breadcrumb {
	display: none;
} 
nav#breadcrumb {
	margin-left:auto;
	margin-right:150px;
	width: 100%;
	background: #e0ddd3;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 2px 2px 2px #B2AF9E;
	-moz-box-shadow: 2px 2px 2px #B2AF9E;
	box-shadow: 2px 2px 2px #B2AF9E;
	font: normal 12px verdana;
	padding: 8px;
}
nav#breadcrumb span {
	font: bold 12px Tahoma;
	margin: 0px 6px;
}

.image  { 
	font: bold 10px Tahoma;
	float: left; padding: 10px 3px 0px 3px;
	text-align: center; 
	color: grey;
	text-shadow: 2px 2px 2px #888;
	}
.caption { 
	font-size: 80%;
	background-color: black;
	text-align: center; 
	}

// KEYNOTES
nav#breadcrumbKeynotes {
	display: none;
} 
nav#breadcrumbKeynotes {
	margin-left:auto;
	margin-right:20px;
	width: 92%;
	background: #e0ddd3;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 2px 2px 2px #B2AF9E;
	-moz-box-shadow: 2px 2px 2px #B2AF9E;
	box-shadow: 2px 2px 2px #B2AF9E;
	font: normal 12px verdana;
	padding: 10px;
}
nav#breadcrumbKeynotes span {
	font: bold 12px Tahoma;
	margin: 0px 6px;
}


#ryttbl a:link, a:visited, a:hover{
	text-decoration:underline;
	color: white;
}

#ryttbl table {
	border: none;
	border-collapse: collapse;
	text-align: center;
	width: 599px;
}
#ryttbl th.side {
	background: transparent url(../rimg/tb-bg_th_side.gif) no-repeat bottom left;
}
#ryttbl td.side {
	background: transparent url(../rimg/tb-bg_td_side.gif) no-repeat bottom left;
	width:150px;
	font:bold 12px/15px verdana;
	color:#6e6f37;
}
#ryttbl th {
	height:75px;
	border-right:1px solid #fff;
	vertical-align:bottom;
	color:#fff;
	font:normal 19px/24px arial;
	letter-spacing:1px;
	text-align:center;
	background:transparent url(../rimg/tb-bg_th.gif) no-repeat bottom left;
}
#ryttbl td {
	text-align:center;
	background:transparent url(../rimg/tb-bg_td.gif) no-repeat bottom left;
	border-right:1px solid #fff;
	color:#fff;
	width:150px;
	height:50px;
	font:bold 12px/18px verdana;
}
#ryttbl td.on {background:transparent url(../rimg/tb-bg_td_on.gif) no-repeat bottom left;}
#ryttbl th.on {
	background:transparent url(../rimg/tb-bg_th_on.gif) no-repeat bottom left;
	padding-bottom:4px;
	width:150px;
}
#ryttbl tfoot td {
	background:transparent url(../rimg/tb-bg_foot_td.gif) no-repeat top left;
	height:64px;
	vertical-align:top;
	padding-top:8px;
}
#ryttbl tfoot td.on {
	background:transparent url(../rimg/tb-bg_foot_td_on.gif) no-repeat top left;
	padding-top:16px;
}
#ryttbl tfoot td.side {background: transparent url(../rimg/tb-bg_foot_td_side.gif) no-repeat top left;}
