/*
	Page Style
*/
body {
	letter-spacing:0;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #efefef;
	background-image: url(images/fundo.jpg);
	background-repeat: repeat;
	background-position: center top;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#cabecalho {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	height: 155px;
}
#logo {
	height: 150px;
	width: 200px;
	float: left;
}
#menu {
	float: right;
	width: 570px;
	text-align: right;
	margin-top: 40px;
}
#menu ul {
	display: inline;
	list-style-type: none;
	list-style-position: inside;
}
#menu ul li {
	list-style-type: none;
	display: inline;
	margin-left: 28px;
}
#menu ul li a {
	color: #FF4C5C;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
}
#menu ul li a:hover {
	color: #A6303A;
	text-decoration: underline;
}
:focus { outline:0; }
a:active { outline:none; }
ol,ul { list-style:none; }
table { border-collapse:separate; border-spacing:0; }
caption,th,td { text-align:left; font-weight:normal; }
blockquote:before,blockquote:after,q:before,q:after { content:""; }
blockquote,q { quotes:"" ""; }

#container {
	width:580px;
	padding:10px;
	margin:0 auto;
	position:relative;
	z-index:0;
}

#frame {
	position:absolute;
	z-index:0;
	width:739px;
	height:341px;
	top:-3px;
	left:-80px;
}

#example {
	width:600px;
	height:350px;
	position:relative;
}

/*
	Slideshow style
*/

#slides {
	position:absolute;
	top:15px;
	left:4px;
	z-index:100;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/*
	Slides container
	Important:
	Set the width of your slides container
	If height not specified height will be set by the slide content
	Set to display none, prevents content flash
*/

.slides_container {
	width:570px;
	height:270px;
	overflow:hidden;
	position:relative;
	display:none;
}

/*
	Each slide
	Important:
	Set the width of your slides
	Offeset for the 20px of padding
	If height not specified height will be set by the slide content
	Set to display block
*/

#slides .slide {
	padding:0px;
	width:530px;
	height:230px;
	display:block;
}

/*
	Next/prev buttons
*/
#slides .next,#slides .prev {
	position:absolute;
	top:107px;
	left:-39px;
	width:24px;
	height:43px;
	display:block;
	z-index:101;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#slides .next {
	left:585px;
}

/*
	Pagination
*/

.pagination {
	margin:26px auto 0;
	width:100px;
}

.pagination li {
	float:left;
	margin:0 1px;
	list-style:none;
}

.pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background-image:url(img/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}

.pagination li.current a {
	background-position:0 -12px;
}

/*
	Footer
*/

#footer {
	text-align:center;
	width:780px;
	margin-top:9px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 4.5px;
	padding-right: 0;
	padding-bottom: 18px;
	padding-left: 0;
	font-size: 12px;
	line-height: 14px;
	font-family: Arial, Helvetica, sans-serif;
}

#footer p {
	margin:4.5px 0;
	font-size:10px;
}

/*
	Type and anchors
*/

a:link,a:visited {
	color:#FF4C5C;
	text-decoration:none;
}

a:hover,a:active {
	color:#FF4C5C;
	text-decoration:underline;
}

h1 {
	font-size:2em;
}

#slides .link {
	display:block;
	margin-top:10px;
	font-weight:800;
}
#conteudo {
	background-color: #FFF;
	padding: 20px;
	width: 740px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	font-size: 12px;
}
#conteudo p {
	font-size: 12px;
	padding: 0px;
	color: #333;
	margin: 0px;
	display: block;
}
#conteudo h1 {
	color: #FF4C5C;
	font-size: 22px;
	font-weight: bold;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #3DC5D2;
	padding-bottom: 7px;
	margin-bottom: 20px;
	margin-top: 0px;
	line-height: 24px;
}
#conteudo h2 {
	font-size: 13px;
	line-height: 14px;
	font-weight: normal;
	color: #2E9AA4;
	display: block;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.texto {
	font-size: 12px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
	margin-top: 20px;
	margin-bottom: 20px;
}
#conteudo table {
	font-size: 12px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
}
#banners_index {
	width: 680px;
	margin-right: auto;
	margin-left: auto;
	height: 100px;
	text-align: center;
}
.banner {
	float: left;
	height: 80px;
	width: 180px;
	text-align: center;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
}
.limpafloat {
	clear: both;
}
.style9 {font-family: Arial, Helvetica, sans-serif}
.style5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 12px;
	font-weight: normal;
	font-style: normal;
	padding: 5px;
}
.style13 {
	color: #FFFFFF;
	font-weight: normal;
}
.style14 {font-size: 12px; color: #000000; font-family: Arial, Helvetica, sans-serif;}
.style15 {font-size: 12px; color: #000000; font-family: Arial, Helvetica, sans-serif; font-weight: bold; }
.style16 {font-size: 9px}
a:link {
	color: #C91868;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #C91868;
}
a:hover {
	text-decoration: underline;
	color: #C91868;
}
a:active {
	text-decoration: none;
	color: #C91868;
}
.style19 {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
}
.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:link {
	text-decoration: none;
}
.style10 {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 12px;
	line-height: 12px;
}

a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
	color: #FF4C5C;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
}
.bordafina {
	margin: 1px;
	width: auto;
	border: 1px solid #C91868;
}
.voltar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #C91868;
	font-style: normal;
	display: block;
	width: 100%;
	text-align: center;
	margin-top: 20px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	font-weight: normal;
}
.verde {
	color: #090;
	font-weight: normal;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
}
#claro {
	background-image: url(images/fundoclaro_02.jpg);
	background-repeat: repeat;
}
.style2 {color: #715C37}

#col_esquerda {
	float: left;
	width: 270px;
}
#col_direita {
	width: 560px;
	float: left;
	background-image: url(images/fundoclaro_02.jpg);
	padding-top: 35px;
	padding-left: 35px;
	height: 600px;
	background-repeat: no-repeat;
}
#rodape a{
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 10px;
	clear: both;
	color: #A99D8E;
	display: block;
	text-decoration: none;
	float: none;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}
#redes {
	height: 40px;
	width: 500px;
	font-size: 11px;
	font-weight: bold;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	clear: both;
	text-align: center;
}

#redes1 {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 350px;
	height: 40px;
}
#redes2 {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 100px;
	height: 40px;
	position: relative;
}
.agrupafotos {
	padding: 0px;
	clear: both;
	float: left;
	margin-top: 20px;
	width: 750px;
	margin-bottom: 20px;
}
.ligueja {
	margin: 20px;
	padding: 15px;
	border: 1px solid #C91868;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 22px;
	color: #FF4C5C;
	float: left;
	width: 680px;
}

