/* GENERIC */

html {
	background-color: #c8f1ff;
}

body {
	background-color: #c8f1ff;
	background-image: url(../gfx/body/bg-body.png);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	line-height: 160%;
	color: #555;
}

strong {
	font-weight: bold;
}

em {
	font-style:italic;
}

a {
	outline: none;
}

a:link {
	color: #0582db;
	text-decoration:none;
}
a:visited {
	color: #0582db;
	text-decoration:none;
}
a:hover {
	color: #4ab6f4;
	text-decoration:none;
}
a:active {
	color: #0582db;
	/*background-color: #e7f9ff;
	border-bottom: 1px solid #8bd2ea;*/
	text-decoration:none;
}

/* CONTAINERS */ 

#wrapper-body {
	background-image: url(../gfx/body/bg-ceu.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 100%;
}

#wrapper {
	width:960px;
	margin: 0 auto;
}

#header {
	padding-top: 25px;
}

#body {
	width:960px;
	margin: 0 auto;
}

#rodape {
	background-image: url(../gfx/body/bg-rodape.png);
	background-repeat: repeat-x;
	height: 121px;
	width: 100%;
	margin-top: 20px;
}

#rodape-content {
	width:960px;
	background-image: url(../gfx/body/img-rodape.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 121px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	line-height: 100px;
	font-size: 87%;
	color: #2093d8;
}

#col-esq {
	float: left;
	width: 260px;
}

#col-dir {
	float: right;
	width: 650px;
}

#image-rotator {
	background-image: url(../gfx/body/bg-img-rotator.png);
	float: right;
	height: 293px;
	width: 633px;
	padding-top: 14px;
	padding-left: 14px;
}

#image-rotator-imgs {
	width: 619px;
	height: 279px;
	overflow: hidden;
}

#menu {
	background-image: url(../gfx/body/bg-menu.png);
	height: 68px;
	width: 100%;
	background-repeat: repeat-x;
	margin-bottom: 25px;
	margin-top: 5px;
}

#contador {
	background-image: url(../gfx/body/bg-contador.png);
	width: 242px;
	height: 40px;
	margin-top:20px;
	padding:10px;
}

.box {
	background-color: #d3f4ff;
	width: 240px;
	border: 1px solid #FFFFFF;
	padding: 10px;
	box-shadow: inset 0px 0px 5px #fff;
	-moz-box-shadow: inset 0px 0px 5px #fff;
	-webkit-box-shadow: inset 0px 0px 5px #fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	
}

.box p {
	line-height: 120%;
	font-size: 87%;
}

#menu ul {
	width:960px;
	margin: 0 auto;
	padding: 15px;
}

#menu ul li {
	float: left;
}

#menu ul li a {
	display: block;
	color: #2e97d6;
	text-decoration: none;
	margin-right: 1px;
	margin-left: 1px;
	padding: 9px 10px;
	text-shadow: 1px 1px 0px #fff;
}

#menu ul li a:hover {
	background-color:#f3fcff;
	color:#0582db;
	box-shadow: 0px 0px 10px #fff;
	-moz-box-shadow: 0px 0px 10px #fff;
	-webkit-box-shadow: 0px 0px 10px #fff;
}

.hover {
	background-color:#f3fcff;
	color:#0582db;
	box-shadow: 0px 0px 10px #fff;
	-moz-box-shadow: 0px 0px 10px #fff;
	-webkit-box-shadow: 0px 0px 10px #fff;
}

/*SUBEMNU*/

#menu ul .submenu {
	width:auto;
	padding:0;
	margin:0px 0 0 0;
	position: absolute;
	background-color: #fff;
	/*border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;*/
	display:none;
}

#menu ul .submenu li {
	float:none;
}

#menu ul .submenu li a {
	border-bottom: 1px solid #e3f6fc;
	background-color:#f3fcff;
	color:#0582db;
	box-shadow: 0px 0px 10px #fff;
	-moz-box-shadow: 0px 0px 10px #fff;
	-webkit-box-shadow: 0px 0px 10px #fff;
}

#menu ul .submenu li a:hover {
	background-color:#fff;
}

/* TIPOGRAFIA */

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 170%;
	color: #0582db;
	font-style: normal;
	font-weight: normal;
	margin-bottom: 1em;
	
}

h2 span {
	color:#555;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 160%;
	color: #49b4f4;
	font-style: normal;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding-bottom: 0.5em;
	margin-bottom:0.5em;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #0582db;
	font-weight: bold;
	font-size: 100%;
	line-height: 120%;
	margin-bottom: 0.5em;
}

.box small {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 90%;
	color: #999;
	margin-bottom:0.5em;
	display: block;
	font-style: italic;
}

/* LINKS */

#col-dir p {
	margin-top:1em;
}

a.logo {
	display: block;
	float: left;
}

a.bt-galeria {
	display: block;
	float: right;
	margin-top: 30px;
	margin-right: 15px;
}

a.banner-blank {
	display: block;
	background-image: url(../gfx/buttons/banner-blank.png);
	background-repeat: no-repeat;
	height: 60px;
	width: 240px;
	padding: 10px;
	text-decoration: none;
	margin-bottom: 20px;
}

a.banner-block {
	display: block;
	width: 260px;
	padding: 10px;
	text-decoration: none;
	border: 1px solid #e2f8ff;
	background-color: #a8e7ff;
}

a.banner-block span {
	display: block;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 130%;
	color: #0582db;
	font-style: normal;
	font-weight: normal;
	margin-bottom: 0.5em;
}

a.banner-block em{
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	color: #555;
	text-decoration: none;
	line-height: 120%;
	font-style: italic;
	margin-right: 1em;
}

a.banner-block img{
	margin-right: 1em;
}

a.banner-blank:hover, a.banner-block:hover {
	box-shadow: 0px 0px 10px #fff;
	-moz-box-shadow: 0px 0px 10px #fff;
	-webkit-box-shadow: 0px 0px 10px #fff;
}

a.banner-blank span {
	display: block;
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	
}

a.banner-blank  em{
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #c8f1ff;
	text-decoration: none;
	margin-left: 20px;
	line-height: 120%;
	margin-top: 10px;
	font-style: italic;
}

/* CLASS */

.image {
	background-color: #fff;
	padding: 5px;
	border: 1px solid #fff;
	margin-right: 1.5em;
	box-shadow: 0px 0px 5px #fff;
	-moz-box-shadow: 0px 0px 5px #fff;
	-webkit-box-shadow: 0px 0px 5px #fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.image:hover {
	background-color: #e6f9ff;
}

.separador {
	height: 1px;
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	box-shadow: 0px 0px 5px #fff;
	-moz-box-shadow: 0px 0px 5px #fff;
	-webkit-box-shadow: 0px 0px 5px #fff;

}

.clear {
	clear: both;
}

.left {
	float: left;
}

.right {
	float: right;
}

.tabela td {
	padding: 5px;
	border: 1px solid #dff7ff;
}

.lista-fotos a img{
	margin-bottom:10px;
	display:block;
	float: left;
	margin-right:10px;
	background-color: #fff;
	padding: 5px;
	border: 1px solid #fff;
	box-shadow: 0px 0px 5px #fff;
	-moz-box-shadow: 0px 0px 5px #fff;
	-webkit-box-shadow: 0px 0px 5px #fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.lista-fotos a:hover img{
	background-color: #e6f9ff;
	
}
