/**************************************************************************************************/
/* FONTES */
@font-face {
    font-family: 'DINAlternateMediumRegular';
    src: url('http://www.ronnau.com.br/css/din_alternate_medium-webfont.eot');
    src: url('http://www.ronnau.com.br/css/din_alternate_medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('http://www.ronnau.com.br/css/din_alternate_medium-webfont.woff') format('woff'),
         url('http://www.ronnau.com.br/css/din_alternate_medium-webfont.ttf') format('truetype'),
         url('http://www.ronnau.com.br/css/din_alternate_medium-webfont.svg#DINAlternateMediumRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'DINMediumRegular';
    src: url('http://www.ronnau.com.br/css/din_medium-webfont.eot');
    src: url('http://www.ronnau.com.br/css/din_medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('http://www.ronnau.com.br/css/din_medium-webfont.woff') format('woff'),
         url('http://www.ronnau.com.br/css/din_medium-webfont.ttf') format('truetype'),
         url('http://www.ronnau.com.br/css/din_medium-webfont.svg#DINMediumRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/**************************************************************************************************/
/* CORES */
.cinza_escuro {
	color: #353535;
}

.cinza {
	color: #606060;
}

.cinza_claro {
	color: #9f9f9f;
}

.azul {
	color: #12aced;
}

/**************************************************************************************************/
/* GERAL */
* {
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

a {
	cursor: pointer;
	text-decoration: none;
	color: inherit;
	outline: 0;
}

a:hover {
	text-decoration: underline;
}

p {
	padding-top: 10px;
	display: block;
	font-family: Verdana;
	font-weight: normal;
	font-size: 13px;
}

ul {
	padding-top: 20px;
	list-style: inside url(http://www.ronnau.com.br/images/front_end/item_lista.png);
}

ul li {
	margin-bottom: 10px;
}

h1, h2, h3, h4 {
	font-weight: normal;
	text-transform: uppercase;
}

h1 {
	font-family: 'DINMediumRegular';
	font-size: 22px;
	color: #353535;
	padding-top: 35px;
}

h2 {
	font-family: 'DINAlternateMediumRegular';
	font-size: 14px;
	color: #9d9d9d;
}

body {
	font-family: 'DINMediumRegular';
	font-weight: normal;
	font-size: 14px;
	color: #606060;
	background-color: #fbfbfb;
}

.corpo {
	background: #fbfbfb;
	background: -moz-linear-gradient(top,  #ebebeb 0%, #fbfbfb 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ebebeb), color-stop(100%,#fbfbfb));	
	background: -webkit-linear-gradient(top,  #ebebeb 0%,#fbfbfb 100%);
	background: -o-linear-gradient(top,  #ebebeb 0%,#fbfbfb 100%);
	background: -ms-linear-gradient(top,  #ebebeb 0%,#fbfbfb 100%);
	background: linear-gradient(top,  #ebebeb 0%,#fbfbfb 100%);
	display: block;
	clear: both;
	min-height: 280px;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

.clear {
	clear: both;
}

.engloba {
	width: 960px;
	margin: 0px auto;
}

input, textarea {
	color: #9f9f9f;
	background: none;
	border: none;
	height: 30px;
	line-height: 30px;
	font-family: Verdana;
	font-size: 13px;
	padding: 4px 0 0 10px;
}

input:focus, textarea:focus, select:focus {
	outline: none;
}

input[type="submit"]:hover {
	text-decoration: underline;
}

.h1_divisoria {
	background: url(http://www.ronnau.com.br/images/front_end/borda_h1.png) bottom center no-repeat;
	width: 300px;
	height: 40px;
	margin-bottom: 15px;
	clear: both;
}

.h1_divisoria_2 {
	background: url(http://www.ronnau.com.br/images/front_end/borda_h1_2.png) bottom left no-repeat;
	width: 100%;
	height: 7px;
	margin: 10px 0 35px 0;
	clear: both;
	border-top: #d4d4d4 solid 1px;
}

.botao {
	background: url(http://www.ronnau.com.br/images/front_end/botao.png) center center no-repeat;
	width: 110px;
	height: 37px;
	line-height: 35px;
	display: block;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	font-size: 12px;
}

.espaco_internas {
	clear: both;
	height: 10px;
	width: 100%;
}

.sobre_rodape {
	clear: both;
	height: 60px;
	width: 100%;
}

.div_voltar {
	clear: both;
	height: 70px;
}

.voltar {
	background: #fff;
	background: -moz-linear-gradient(top,  #fff 0%, #ebebeb 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(100%,#ebebeb));	
	background: -webkit-linear-gradient(top,  #fff 0%,#ebebeb 100%);
	background: -o-linear-gradient(top,  #fff 0%,#ebebeb 100%);
	background: -ms-linear-gradient(top,  #fff 0%,#ebebeb 100%);
	background: linear-gradient(top,  #fff 0%,#ebebeb 100%);
	width: 125px;
	height: 35px;
	line-height: 35px;
	cursor: pointer;
	font-family: 'DINAlternateMediumRegular';
	font-weight: normal;
	font-size: 14px;
	border: 1px solid #e3e3e3;
	border-bottom-color: #bcbcbc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display: block;
	clear: both;
	padding-left: 10px;
}

.voltar span {
	background: url(http://www.ronnau.com.br/images/front_end/seta_voltar.png) center left no-repeat;
	width: inherit;
	height: inherit;
	padding-left: 13px;
}

.bordasimples {
	border-collapse: collapse;
	width: 90%;
}

.bordasimples tr td {
	border: 1px solid #d4d4d4;
}

.bordasimples tr {
	height: 25px;
}

.bordasimples td {
	text-align: center;
}

.plus {
	background: url(http://www.ronnau.com.br/images/front_end/plus2.png) center center no-repeat;
	width: 15px;
	height: 15px;
	float: left;
	margin: 0 10px 0 30px;
}

.tooltip {
	background: url(http://www.ronnau.com.br/images/front_end/tooltip2.png) bottom center no-repeat;
    display: none;
    padding: 10px 10px 28px 10px;
    width: 230px;
    font-size: 11px;
    color: #fff;
}

.tooltip h3 {
	color: #12aced;
	padding-bottom: 5px;
}

/**************************************************************************************************/
/* CABECALHO */
.cabecalho {
	height: 185px;
	background: url(http://www.ronnau.com.br/images/front_end/fundo_cabecalho.jpg) center bottom repeat-x;
	border-bottom: 2px solid #12aced;
}

.faixa_azul, .faixa_azul_fina {
	background: #03a6eb;
	background: -moz-linear-gradient(top,  #0378d2 1%, #03a6eb 30%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#0378d2), color-stop(30%,#03a6eb));
	background: -webkit-linear-gradient(top,  #0378d2 1%,#03a6eb 30%);
	background: -o-linear-gradient(top,  #0378d2 1%,#03a6eb 30%);
	background: -ms-linear-gradient(top,  #0378d2 1%,#03a6eb 30%);
	background: linear-gradient(top,  #0378d2 1%,#03a6eb 30%);
	width: 100%;
	height: 10px;
}

.faixa_azul_fina {
	height: 5px;
	width: 65%;
}

#logo {
	float: left;
}

.cab {
	height: 132px;
	margin-top: 30px;
}

.cab_central {
	float: right;
	margin-top: 15px;
}

.cab_fone_1, .cab_fone_2 {
	font-family: 'DINMediumRegular';
	font-size: 32px;
	color: #12aced;
}

.cab_fone_2 {
	font-size: 26px;
}

.curtir {
	float: right;
	margin-top: 55px;
}

/**************************************************************************************************/
/* RODAPE */
.menu_e_busca {
	margin-top: -27px;
	position: absolute;
	width: 960px;
}

.menu {
	height: 39px;
	float: left;
	list-style: none;
	padding: 0;
	width: 658px;
	border: 1px solid #d6d6d6;
	background: url(http://www.ronnau.com.br/images/front_end/fundo_menu.jpg) center center repeat-x;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.menu > a:hover {
	text-decoration: none;
}

.menu_li {
	color: #525252;
	font-family: 'DINMediumRegular';
	font-size: 14px;
	float: left;
	text-transform: uppercase;
	height: 40px;
	line-height: 40px;
	position: relative;
	cursor: pointer;	
	border-right: 1px solid #dedede;
	border-left: 1px solid #fff;
	text-align: center;
}

.menu_selecionado {
	font-family: 'DINMediumRegular';
	font-size: 14px;
	float: left;
	text-transform: uppercase;
	height: 40px;
	line-height: 40px;
	position: relative;
	cursor: pointer;	
	border-right: 1px solid #dedede;
	border-left: 1px solid #fff;
	text-align: center;
	color: #fff;
	background: #414141;
	background: -moz-linear-gradient(top,  #414141 0%, #1b1b1b 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#414141), color-stop(100%,#1b1b1b));
	background: -webkit-linear-gradient(top,  #414141 0%,#1b1b1b 100%);
	background: -o-linear-gradient(top,  #414141 0%,#1b1b1b 100%);
	background: -ms-linear-gradient(top,  #414141 0%,#1b1b1b 100%);
	background: linear-gradient(top,  #414141 0%,#1b1b1b 100%);
}

.submenu, .menu_li:hover {
	color: #fff;
	background: #414141;
	background: -moz-linear-gradient(top,  #414141 0%, #1b1b1b 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#414141), color-stop(100%,#1b1b1b));
	background: -webkit-linear-gradient(top,  #414141 0%,#1b1b1b 100%);
	background: -o-linear-gradient(top,  #414141 0%,#1b1b1b 100%);
	background: -ms-linear-gradient(top,  #414141 0%,#1b1b1b 100%);
	background: linear-gradient(top,  #414141 0%,#1b1b1b 100%);
}

.submenu {
	position: absolute;
	width: 100%;
	padding: 0;
	display: none;
	z-index: 99999;
	margin-bottom: 5px;
}

.submenu_li {
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #3c3c3c;
	border-top: 1px solid #282828;
	margin: 0 0 0 15px;
	text-align: left;
	text-transform: none;
}

.busca {
	height: 40px;
	width: 252px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #cacaca;
	border-top: 1px solid #eee;
	float: right;
	background-color: #ebebeb;
}

#lupa {
	width: 14px;
	height: 15px;
	float: right;
	margin: 8px 8px 0 0;
}

/**************************************************************************************************/
/* RODAPE */
.fundo_rodape {
	background: #1b1b1b url(http://www.ronnau.com.br/images/front_end/fundo_rodape.jpg) top center repeat-x;
}

.rodape {
	padding-top: 30px;
	height: 240px;
}

.rod_lista {
	width: 660px;
	float: left;
	list-style: none;
	padding: 0;
	height: 165px;
}

.rod_lista > li {
	float: left;
	margin-right: 40px;
	line-height: normal;
}

.rod_lista_sub {
	color: #fff;
}

.rod_redes {
	float: right;
}

.rod_redes h2 {
	margin-bottom: 10px;
}

.twitter, .facebook {
	height: 30px;
	background: center center no-repeat;
	display: block;
}

.twitter {
	background-image: url(http://www.ronnau.com.br/images/front_end/twitter_off.png);
	width: 80px;
}

.facebook {
	background-image: url(http://www.ronnau.com.br/images/front_end/facebook_off.png);
	width: 85px;
	margin-right: 30px;
}

.twitter:hover {
	background-image: url(http://www.ronnau.com.br/images/front_end/twitter_on.png);
}

.facebook:hover {
	background-image: url(http://www.ronnau.com.br/images/front_end/facebook_on.png);
}

.logo_2op {
	background: url(http://www.ronnau.com.br/images/front_end/logo_2op.png) center center no-repeat;
	position: absolute;
	width: 40px;
	height: 40px;
	margin: -42px 0 0 -25px;
	display: none;
	opacity: 0.65;
	-moz-opacity: 0.65;
	filter: alpha(opacity=65);
}

.doisop {
	font-family: 'DINAlternateMediumRegular';
	font-size: 14px;
	color: #4b4b4b;
	margin-top: 20px;
}

.doisop:hover {
	color: #880f0f;
}

.ender_rod {
	float: left;
	width: 500px;
}

.end_rod {
	float: left;
	padding: 0;
	margin: 5px 0 0 15px;
}

/**************************************************************************************************/
/* SELECT */
.select {
	background: #fff;
	background: -moz-linear-gradient(top,  #ebebeb 0%, #fff 50%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ebebeb), color-stop(50%,#fff));	
	background: -webkit-linear-gradient(top,  #ebebeb 0%,#fff 50%);
	background: -o-linear-gradient(top,  #ebebeb 0%,#fff 50%);
	background: -ms-linear-gradient(top,  #ebebeb 0%,#fff 50%);
	background: linear-gradient(top,  #ebebeb 0%,#fff 50%);
	width: 300px;
	height: 35px;
	line-height: 35px;
	cursor: pointer;
	z-index: 999;
	border: 1px solid #e3e3e3;
	border-top-color: #bcbcbc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	position: relative;
	font-family: 'DINAlternateMediumRegular';
	font-weight: normal;
	font-size: 14px;
	color: inherit;
}

select {
	-khtml-appearance: none;
	background: url(http://www.ronnau.com.br/images/front_end/seta_select.png) 96% center no-repeat;
	border: none;
	width: 100%;
	height: 100%;
	padding-left: 10px;
	font: inherit;
	color: inherit;
	line-height: inherit;
	cursor: pointer;
	background: none\9;
	height: 24px\9;
}

@-moz-document url-prefix() {
    select {
        padding: 7px 0 0 10px;
        background: none;
    }
}

option {
	border-bottom: 1px solid #d4d4d4;
	height: 25px;
	line-height: 25px;
	cursor: pointer;
}

/**************************************************************************************************/
/* INDEX */
.col_300 {
	width: 300px;
	float: left;
	margin-right: 30px;
}

.col_300_right {	
	width: 300px;
	float: right;
}

.home_sites_uteis {
	height: 120px;
}

.ul_indicadores {
	height: 90px;
	padding: 0;
}

.ul_indicadores li {
	width: 150px;
	float: left;
}

.home_localizacao {
	clear: both;
}

.home_servico {
	clear: both;
	height: 70px;
}

.img_servico {
	margin-right: 10px;
	float: left;
	margin-top: 5px;
}

.desc_servico {
	float: left;
	width: 250px;
	height: 50px;
	overflow: hidden;
}

.desc_servico a {
	text-transform: uppercase;
}

.desc_infor {
	float: left;
	width: 250px;
	height: 55px;
	overflow: hidden;
}

.desc_infor_intern {
	float: left;
	width: 700px;
	height: 55px;
	overflow: hidden;
	margin-top: 9px;
}

.home_infor {
	clear: both;
	height: 75px;
	margin-bottom: 0;
}

.img_infor {
	height: 50px;
	width: 34px;
	overflow: hidden;
	margin-right: 10px;
	float: left;
	background-color: gray;
	margin-top: 2px;
}

#mapa {
	float: left;
	margin-right: 15px;
}

#home_premio_img {
	width: 100px;
	height: 100px;
	float: left;
	margin: 0 10px 25px 0;
}

#home_premio_div {
	float: left;
	width: 140px;
}

.home_premio_int {
	float: left;
	width: 320px;
	margin-bottom: 50px;
}

.home_premio_int_img {
	width: 100px;
	height: 100px;
	margin: 0 10px 15px 0;
}

.home_premio_int_div {
	width: 240px;
}

/**************************************************************************************************/
/* INTERNAS */
.nome_e_bread {
	height: 65px;
}

.nome_e_bread span {
	padding: 0;
}

#nome_pagina {
	float: left;
	width: 300px;
}

#breadcrumb {
	float: right;
	width: 600px;
	padding-top: 43px;
	text-align: right;
}

/**************************************************************************************************/
/* FALE CONOSCO */
.fc_1 {
	width: 300px;
	float: left;
}

.fc_2 {
	width: 605px;
	float: right
}

.form_contato {
	margin-top: 20px;
	position: relative;
}

.input_field, .input_field_2, .textarea_field {
	background: #fff;
	background: -moz-linear-gradient(top,  #ebebeb 0%, #fff 50%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ebebeb), color-stop(50%,#fff));	
	background: -webkit-linear-gradient(top,  #ebebeb 0%,#fff 50%);
	background: -o-linear-gradient(top,  #ebebeb 0%,#fff 50%);
	background: -ms-linear-gradient(top,  #ebebeb 0%,#fff 50%);
	background: linear-gradient(top,  #ebebeb 0%,#fff 50%);
	width: 300px;
	height: 35px;
	line-height: 35px;
	cursor: pointer;
	font-family: 'DINAlternateMediumRegular';
	font-weight: normal;
	font-size: 14px;
	border: 1px solid #e3e3e3;
	border-top-color: #bcbcbc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	float: left;
	margin-bottom: 15px;
}

.input_field_2 {
	width: 605px;
	margin-top: 40px;
}

.textarea_field {
	width: 603px;
	height: 100px;
}

textarea {
	height: 82px;
	line-height: normal;
	padding: 10px 0 0 95px;
}

.margin_left_input {
	margin-left: 20px;
	width: 280px;
}

label {
	position: absolute;
	margin-left: 10px;
	z-index: 9;
}

input[type="submit"] {
	cursor: pointer;
	padding: 0;
	margin: 0;
	font-family: 'DINMediumRegular';
	font-weight: normal;
	font-size: 12px;
}

.error {
	background-color: #12aced;
	z-index: 99999;
	height: 25px;
	line-height: 25px;
	padding: 0 5px;
	color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #000;
	border-right: none;
	position: relative;
}

.error p {
	padding: 0;
}

.div_msg {
	width: 144px;
	width: 141px\9;
	height: 25px;
	background: url(http://www.ronnau.com.br/images/front_end/seta_error.png) center right no-repeat;
	position: absolute;
}

@-moz-document url-prefix() {
	.div_msg {
		width: 140px;
	}
}

.sucesso {
	text-transform: uppercase;
	margin-top: 10px;
	color: #12aced;
}

/**************************************************************************************************/
/* BANNER */
.fundo_total_banner {
	background-color: #ebebeb;
	border-top: 1px solid #d4d4d4;
}

.fundo_banner {
	display: none;
	margin: 0px auto;
	width: 1020px;
	clear: both;
	padding-top: 40px;
	height: 290px;
}

/**************************************************************************************************/
/* CAMERA SLIDESHOW PLUGIN */
.camera_wrap a, .camera_wrap img, 
.camera_wrap ol, .camera_wrap ul, .camera_wrap li,
.camera_wrap table, .camera_wrap tbody, .camera_wrap tfoot, .camera_wrap thead, .camera_wrap tr, .camera_wrap th, .camera_wrap td
.camera_thumbs_wrap a, .camera_thumbs_wrap img, 
.camera_thumbs_wrap ol, .camera_thumbs_wrap ul, .camera_thumbs_wrap li,
.camera_thumbs_wrap table, .camera_thumbs_wrap tbody, .camera_thumbs_wrap tfoot, .camera_thumbs_wrap thead, .camera_thumbs_wrap tr, .camera_thumbs_wrap th, .camera_thumbs_wrap td {
	background: none;
	border: 0;
	font: inherit;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	list-style: none;
}
.camera_wrap {
	display: none;
	float: left;
	position: relative;
	z-index: 0;
}
.camera_wrap img {
	max-width: none!important;
}
.camera_fakehover {
	height: 100%;
	min-height: 60px;
	position: relative;
	width: 100%;
	z-index: 1;
}
.camera_wrap {
	width: 100%;
}
.camera_src {
	display: none;
}
.cameraCont, .cameraContents {
	height: 100%;
	position: relative;
	width: 100%;
	z-index: 1;
}
.cameraSlide {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}
.cameraContent {
	bottom: 0;
	display: none;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}
.camera_target {
	bottom: 0;
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	text-align: left;
	top: 0;
	width: 100%;
	z-index: 0;
}
.camera_overlayer {
	bottom: 0;
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 0;
}
.camera_target_content {
	bottom: 0;
	left: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
}
.camera_target_content .camera_link {
	display: block;
	height: 100%;
	text-decoration: none;
}
.camera_loader {
    background: #fff url(http://www.ronnau.com.br/images/front_end/slideshow/camera-loader.gif) no-repeat center;
	background: rgba(255, 255, 255, 0.9) url(http://www.ronnau.com.br/images/front_end/slideshow/camera-loader.gif) no-repeat center;
	border: 1px solid #ffffff;
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	border-radius: 18px;
	height: 36px;
	left: 50%;
	overflow: hidden;
	position: absolute;
	margin: -18px 0 0 -18px;
	top: 50%;
	width: 36px;
	z-index: 3;
}
.camera_bar {
	bottom: 0;
	left: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 3;
}
.camera_thumbs_wrap.camera_left .camera_bar, .camera_thumbs_wrap.camera_right .camera_bar {
	height: 100%;
	position: absolute;
	width: auto;
}
.camera_thumbs_wrap.camera_bottom .camera_bar, .camera_thumbs_wrap.camera_top .camera_bar {
	height: auto;
	position: absolute;
	width: 100%;
}
.camera_nav_cont {
	height: 65px;
	overflow: hidden;
	position: absolute;
	right: 9px;
	top: 15px;
	width: 120px;
	z-index: 4;
}
.camera_caption {
	bottom: 0;
	display: block;
	position: absolute;
	width: 100%;
}
.camera_caption > div {
	padding: 10px 20px;
}
.camerarelative {
	overflow: hidden;
	position: relative;
}
.imgFake {
	cursor: pointer;
}
.camera_prevThumbs {
	bottom: 4px;
	cursor: pointer;
	left: 0;
	position: absolute;
	top: 4px;
	visibility: hidden;
	width: 30px;
	z-index: 10;
}
.camera_prevThumbs div {
	background: url(http://www.ronnau.com.br/images/front_end/slideshow/camera_skins.png) no-repeat -160px 0;
	display: block;
	height: 40px;
	margin-top: -20px;
	position: absolute;
	top: 50%;
	width: 30px;
}
.camera_nextThumbs {
	bottom: 4px;
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 4px;
	visibility: hidden;
	width: 30px;
	z-index: 10;
}
.camera_nextThumbs div {
	background: url(http://www.ronnau.com.br/images/front_end/slideshow/camera_skins.png) no-repeat -190px 0;
	display: block;
	height: 40px;
	margin-top: -20px;
	position: absolute;
	top: 50%;
	width: 30px;
}
.camera_command_wrap .hideNav {
	display: none;
}
.camera_command_wrap {
	left: 0;
	position: relative;
	right:0;
	z-index: 4;
}
.camera_wrap .camera_pag .camera_pag_ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: right;
}
.camera_wrap .camera_pag .camera_pag_ul li {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	cursor: pointer;
	display: inline-block;
	height: 16px;
	margin: 20px 5px;
	position: relative;
	text-align: left;
	text-indent: -9999px;
	width: 16px;
}
.camera_commands_emboss .camera_pag .camera_pag_ul li {
	-moz-box-shadow:
		0px 1px 0px rgba(255,255,255,1),
		inset 0px 1px 1px rgba(0,0,0,0.2);
	-webkit-box-shadow:
		0px 1px 0px rgba(255,255,255,1),
		inset 0px 1px 1px rgba(0,0,0,0.2);
	box-shadow:
		0px 1px 0px rgba(255,255,255,1),
		inset 0px 1px 1px rgba(0,0,0,0.2);
}
.camera_wrap .camera_pag .camera_pag_ul li > span {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	height: 8px;
	left: 4px;
	overflow: hidden;
	position: absolute;
	top: 4px;
	width: 8px;
}
.camera_commands_emboss .camera_pag .camera_pag_ul li:hover > span {
	-moz-box-shadow:
		0px 1px 0px rgba(255,255,255,1),
		inset 0px 1px 1px rgba(0,0,0,0.2);
	-webkit-box-shadow:
		0px 1px 0px rgba(255,255,255,1),
		inset 0px 1px 1px rgba(0,0,0,0.2);
	box-shadow:
		0px 1px 0px rgba(255,255,255,1),
		inset 0px 1px 1px rgba(0,0,0,0.2);
}
.camera_wrap .camera_pag .camera_pag_ul li.cameracurrent > span {
	-moz-box-shadow: 0;
	-webkit-box-shadow: 0;
	box-shadow: 0;
}
.camera_pag_ul li img {
	display: none;
	position: absolute;
}
.camera_pag_ul .thumb_arrow {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid;
	top: 0;
	left: 50%;
	margin-left: -4px;
	position: absolute;
}
.camera_prev, .camera_next, .camera_commands {
	cursor: pointer;
	height: 40px;
	margin-top: -20px;
	position: absolute;
	top: 50%;
	width: 40px;
	z-index: 2;
}
.camera_prev {
	left: 0;
}
.camera_prev > span {
	background: url(http://www.ronnau.com.br/images/front_end/slideshow/camera_skins.png) no-repeat 0 0;
	display: block;
	height: 40px;
	width: 40px;
}
.camera_next {
	right: 0;
}
.camera_next > span {
	background: url(http://www.ronnau.com.br/images/front_end/slideshow/camera_skins.png) no-repeat -40px 0;
	display: block;
	height: 40px;
	width: 40px;
}
.camera_commands {
	right: 41px;
}
.camera_commands > .camera_play {
	background: url(http://www.ronnau.com.br/images/front_end/slideshow/camera_skins.png) no-repeat -80px 0;
	height: 40px;
	width: 40px;
}
.camera_commands > .camera_stop {
	background: url(http://www.ronnau.com.br/images/front_end/slideshow/camera_skins.png) no-repeat -120px 0;
	display: block;
	height: 40px;
	width: 40px;
}
.camera_wrap .camera_pag .camera_pag_ul li {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	cursor: pointer;
	display: inline-block;
	height: 16px;
	margin: 20px 5px;
	position: relative;
	text-indent: -9999px;
	width: 16px;
}
.camera_thumbs_cont {
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	overflow: hidden;
	position: relative;
	width: 100%;
}
.camera_commands_emboss .camera_thumbs_cont {
	-moz-box-shadow:
		0px 1px 0px rgba(255,255,255,1),
		inset 0px 1px 1px rgba(0,0,0,0.2);
	-webkit-box-shadow:
		0px 1px 0px rgba(255,255,255,1),
		inset 0px 1px 1px rgba(0,0,0,0.2);
	box-shadow:
		0px 1px 0px rgba(255,255,255,1),
		inset 0px 1px 1px rgba(0,0,0,0.2);
}
.camera_thumbs_cont > div {
	float: left;
	width: 100%;
}
.camera_thumbs_cont ul {
	overflow: hidden;
	padding: 3px 4px 8px;
	position: relative;
	text-align: center;
}
.camera_thumbs_cont ul li {
	display: inline;
	padding: 0 4px;
}
.camera_thumbs_cont ul li > img {
	border: 1px solid;
	cursor: pointer;
	margin-top: 5px;
	vertical-align:bottom;
}
.camera_clear {
	display: block;
	clear: both;
}
.showIt {
	display: none;
}
.camera_clear {
	clear: both;
	display: block;
	height: 1px;
	margin: -1px 0 25px;
	position: relative;
}
.pattern_1 .camera_overlayer {
	background: url(http://www.ronnau.com.br/images/front_end/slideshow/patterns/overlay1.png) repeat;
}
.pattern_2 .camera_overlayer {
	background: url(http://www.ronnau.com.br/images/front_end/slideshow/patterns/overlay2.png) repeat;
}
.pattern_3 .camera_overlayer {
	background: url(http://www.ronnau.com.br/images/front_end/slideshow/patterns/overlay3.png) repeat;
}
.pattern_4 .camera_overlayer {
	background: url(http://www.ronnau.com.br/images/front_end/slideshow/patterns/overlay4.png) repeat;
}
.pattern_5 .camera_overlayer {
	background: url(http://www.ronnau.com.br/images/front_end/slideshow/patterns/overlay5.png) repeat;
}
.pattern_6 .camera_overlayer {
	background: url(http://www.ronnau.com.br/images/front_end/slideshow/patterns/overlay6.png) repeat;
}
.pattern_7 .camera_overlayer {
	background: url(http://www.ronnau.com.br/images/front_end/slideshow/patterns/overlay7.png) repeat;
}
.pattern_8 .camera_overlayer {
	background: url(http://www.ronnau.com.br/images/front_end/slideshow/patterns/overlay8.png) repeat;
}
.pattern_9 .camera_overlayer {
	background: url(http://www.ronnau.com.br/images/front_end/slideshow/patterns/overlay9.png) repeat;
}
.pattern_10 .camera_overlayer {
	background: url(http://www.ronnau.com.br/images/front_end/slideshow/patterns/overlay10.png) repeat;
}
.camera_caption {
	color: #fff;
}
.camera_caption > div {
	background: #000;
	background: rgba(0, 0, 0, 0.8);
}
.camera_wrap .camera_pag .camera_pag_ul li {
	background: #b7b7b7;
}
.camera_wrap .camera_pag .camera_pag_ul li:hover > span {
	background: #b7b7b7;
}
.camera_wrap .camera_pag .camera_pag_ul li.cameracurrent > span {
	background: #434648;
}
.camera_pag_ul li img {
	border: 4px solid #e6e6e6;
	-moz-box-shadow: 0px 3px 6px rgba(0,0,0,.5);
	-webkit-box-shadow: 0px 3px 6px rgba(0,0,0,.5);
	box-shadow: 0px 3px 6px rgba(0,0,0,.5);
}
.camera_pag_ul .thumb_arrow {
    border-top-color: #e6e6e6;
}
.camera_prevThumbs, .camera_nextThumbs, .camera_prev, .camera_next, .camera_commands, .camera_thumbs_cont {
	background: #d8d8d8;
	background: rgba(216, 216, 216, 0.85);
}
.camera_wrap .camera_pag .camera_pag_ul li {
	background: #b7b7b7;
}
.camera_thumbs_cont ul li > img {
	border-color: 1px solid #000;
}
.botao_banner {
	position: absolute;
	margin: 230px 0 0 30px;
	background: url(http://www.ronnau.com.br/images/front_end/botao.png) center center no-repeat;
	width: 110px;
	height: 37px;
	line-height: 35px;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	font-size: 12px;
}

/**************************************************************************************************/
/* SCROLLABLE */
.scrollable {
	position: relative;
	overflow: hidden;
	width: 365px;
	height: 270px;
}

.scrollable .items {
	width: 20000em;
	position: absolute;
	clear: both;
}

.items div {
	float: left;
	width: 365px;
}

.scrollable img {
	float: left;
	width: 365px;
	height: 270px;
}

.next, .prev {
	display: none;
}

.navi {
	width: 150px;
	height: 10px;
	margin: 10px 0 20px 170px;
}

.navi a {
	width: 10px;
	height: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	float: left;
	margin: 3px;
	display: block;
	font-size: 1px;
	background-color: #c3c3c3;
}

.navi a:hover {
	background-color: #fff;      
}

.navi a.active {
	background-color: #12aced;     
}

/**************************************************************************************************/
/* HISTORICO */
.slide_hist {
	float: right;
	margin-top: 34px;
	margin-left: 45px;
	position: relative;
}

.ul_interna {
	padding-top: 10px;
}

.ul_interna li {
	line-height: normal;
	margin-bottom: 5px;
	padding-left: 15px;
	font-family: Verdana;
	font-size: 13px;
}

/**************************************************************************************************/
/* PAGINACAO */
.pagination {
	clear: both;
	margin-top: 10px;
	display: block;
	height: 50px;
}

.pagination strong, .pagination a {
	color: #353535;
	background-color: #fff;
	border: 1px solid #d4d4d4;
	width: 30px;
	height: 25px;
	line-height: 25px;
	display: block;
	float: left;
	margin-right: 3px;
	text-align: center;
}

.pagination strong {
	color: #12aced;
}
