* {
	margin:0;
	padding:0;
}
img {
	border:0;
}
body {
	background:#6A7284;
	font-family:'Lucida Sans', sans-serif;
	font-size:14px;
}

/*Geral*/
#geral {
	width:100%;
	max-height:560px; 
	position:relative;
	background: url(../imagens/bg_topo.jpg) repeat-x;
	z-index: 1;
}
/*Topo*/
#topo {
	height:165px;
	background: url(../imagens/bg_box_logotipo.png) center top no-repeat;
	background-size: 280px 100%;
	position: relative;
}
#menuTopo {
	width: 100%;
	max-width:265px;
	height:20px;
	font-family: 'Exo', sans-serif;
	list-style: none;
	margin:0 auto;
	position:relative;
	top:10px;
}
#menuTopo > li {
	float:left;
	width:87px;
	text-align:center;
}
#menuTopo li a {
	text-decoration:none;
	color:#ADB2BA;
	text-transform: uppercase;
	font-size:11px;
}
#menuTopoEsquerda, #menuTopoDireita {
	width:100%;
	max-width:245px;
	position:absolute;
	top:80px;
	left:50%;
	list-style:none;
}
#menuTopoEsquerda li, #menuTopoDireita li {
	margin-top:3px;
}
#menuTopoEsquerda a, #menuTopoDireita a {
	text-transform:uppercase;
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
	display:block;
	padding:0px 15px 0;
	height:20px;
	max-height:20px;
	line-height:20px;
}
.ie7 #menuTopoEsquerda a, .ie7 #menuTopoDireita a {
	padding:0 15px;
}
#menuTopoEsquerda a:hover, 
#menuTopoDireita a:hover, 
#menuTopoEsquerda a.ativo, 
#menuTopoDireita a.ativo {
	background: url(../imagens/sombra_menu.png) no-repeat;
}
#menuTopoDireita a:hover, #menuTopoDireita a.ativo {
	background-position: right top;
}
#menuTopoEsquerda {
	margin-left:-376px;
	text-align: right;
}
#menuTopoDireita {
	margin-left:130px;
}
#logotipo {
	width:215px;
	height:78px;
	margin:25px auto 0;
}
#logotipo a {
	display:block;
}
/* Menu Mobile */
#menu_mobile {
	margin-top: 5px;
	display: none;
}

#menu_mobile li {
	display: inline-block;
	width: 49%;
	margin: 2px 0;
	text-align: center;
}
#menu_mobile li:nth-child(2n+1) a{
	border-top-right-radius: 7px;
    border-bottom-right-radius: 1px;
	background: rgba(78,80,97,1);
	background: -moz-linear-gradient(left, rgba(78,80,97,1) 0%, rgba(106,113,130,1) 66%, rgba(106,113,130,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(78,80,97,1)), color-stop(66%, rgba(106,113,130,1)), color-stop(100%, rgba(106,113,130,1)));
	background: -webkit-linear-gradient(left, rgba(78,80,97,1) 0%, rgba(106,113,130,1) 66%, rgba(106,113,130,1) 100%);
	background: -o-linear-gradient(left, rgba(78,80,97,1) 0%, rgba(106,113,130,1) 66%, rgba(106,113,130,1) 100%);
	background: -ms-linear-gradient(left, rgba(78,80,97,1) 0%, rgba(106,113,130,1) 66%, rgba(106,113,130,1) 100%);
	background: linear-gradient(to right, rgba(78,80,97,1) 0%, rgba(106,113,130,1) 66%, rgba(106,113,130,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4e5061', endColorstr='#6a7182', GradientType=1 );
}
#menu_mobile li:nth-child(2n+2) a{
	border-top-left-radius: 1px;
    border-bottom-left-radius: 7px;
	background: rgba(106,113,130,1);
	background: -moz-linear-gradient(left, rgba(106,113,130,1) 0%, rgba(106,113,130,1) 0%, rgba(106,113,130,1) 34%, rgba(78,80,97,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(106,113,130,1)), color-stop(0%, rgba(106,113,130,1)), color-stop(34%, rgba(106,113,130,1)), color-stop(100%, rgba(78,80,97,1)));
	background: -webkit-linear-gradient(left, rgba(106,113,130,1) 0%, rgba(106,113,130,1) 0%, rgba(106,113,130,1) 34%, rgba(78,80,97,1) 100%);
	background: -o-linear-gradient(left, rgba(106,113,130,1) 0%, rgba(106,113,130,1) 0%, rgba(106,113,130,1) 34%, rgba(78,80,97,1) 100%);
	background: -ms-linear-gradient(left, rgba(106,113,130,1) 0%, rgba(106,113,130,1) 0%, rgba(106,113,130,1) 34%, rgba(78,80,97,1) 100%);
	background: linear-gradient(to right, rgba(106,113,130,1) 0%, rgba(106,113,130,1) 0%, rgba(106,113,130,1) 34%, rgba(78,80,97,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6a7182', endColorstr='#4e5061', GradientType=1 );
}
#menu_mobile li a {
	border-radius: 5px;	
	text-transform:uppercase;
	color:#FFF;
	text-decoration:none;
	font-weight: lighter;
	display:block;
	padding: 0;
	height:20px;
	max-height:20px;
	line-height:20px;
	text-align: center;
	width: 100%;
	font-size: 16px;
	padding: 3px 0;
}
.rufino-historia{
	padding:20px;
		color:white;
}
.rufino-historia .tituloRufino2{
	max-width:166px;
	max-height:50px;

}
/*Conteúdo*/
#conteudo {
	border-top:solid 1px #FFF;
	border-bottom:solid 1px #FFF;
	/* min-height:408px; */
	background:#303241;
}
#conteudo img {
	width: 100%;
	height: auto;
}
/*Rodape*/
#rodape {
	position:absolute;
	bottom:-45px;
	text-align:center;
	color:#FFF;
	font-size:15px;
	width:100%;
/* 	background:#525568; */
	left:0;
	font-weight:normal;
}
#camadaRodape {
	width:100%;
	height:500px;
	position:absolute;
	z-index:0;
	bottom:0;
}
/*Página Rufino*/
#bgRufino {
	display:none;
	background: url(../imagens/bg_rufino.jpg) top left no-repeat;
    width: 100%;
    height: 100%;
}
#lateralRufino {
	max-width:260px;
	width: 100%;
	height:100%;
	background:url(../imagens/transparencia_azul3.png);
	position:absolute;
	right:0;
	top:0;
	padding-left:20px;
	color:#FFF;
}
#lateralRufino h2 {
	font-size:14px;
	margin-top:10px;
}
#lateralRufino p {
	margin-top:10px;
	font-size:12px;
}
/*Página Cardápio*/
#menuCardapio > ul{
}
#menuCardapio{
	height:100%;
}
#menuCardapio {
	width:100%;
	max-width:270px;
	height:30px;
	background:url(../imagens/transparencia_azul3.png);
	position:absolute;
	z-index:4;
	font-weight:bold;
	text-transform:uppercase;
}
#tituloMenuCardapio {
	height:30px;
	line-height:30px;
	color:#FFF;
	padding-left:30px;
}
#menuCardapio ul{
	list-style:none;
	top:110px;
	position:absolute;
	width:100%;
	display:none;
	left:0;
}
#menuCardapio ul li a{
	display:block;
	height:25px;
	color:#000;
	text-decoration:none;
	line-height:25px;
	background:url(../imagens/transparencia_azul3.png);
	padding-left:30px;
}
#menuCardapio ul li a:hover {
	color:#FFF;
	background-image: url(../imagens/transparencia_azul2.png);
}
/*Galeria de Imagens*/
.galeria {
	list-style:none;
}
.galeria li {
	position:absolute;
	display:none;
	text-align: center;
}
.galeria li img{
    text-align: center;
    max-width: 780px;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    display: block;
}
.galeria li h2{
    position: absolute;
	display: none;
    color: #ffffff;
	background: url(../imagens/faixa_nome.png) top right no-repeat;
    background-size: 100% 100%;
    right: 0;
    bottom: 20px;
    font-size: 15px;
    text-align: right;
    padding: 5px 15px 5px 65px;
    font-weight: lighter;
    font-style: italic;
    z-index: 3;	
}

/*Scrollbar personalizada*/
.jspContainer {
	overflow:hidden;
	position:relative;
}
.jspPane {
	position:absolute;
}
.jspVerticalBar {
	position:absolute;
	top:0;
	right:0;
	width:16px;
	height:100%;
	background:red;
}
.jspHorizontalBar {
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:16px;
	background:red;
}
.jspVerticalBar *, .jspHorizontalBar * {
	margin:0;
	padding:0;
}
.jspCap {
	display:none;
}
.jspHorizontalBar .jspCap {
	float:left;
}
.jspTrack {
	background:#6A7284;
	position:relative;
}
.jspDrag {
	background:#50506D;
	position:relative;
	top:0;
	left:0;
	cursor:pointer;
}
.jspHorizontalBar .jspTrack, .jspHorizontalBar .jspDrag {
	float:left;
	height:100%;
}
.jspArrow {
	background:#50506d;
	text-indent:-20000px;
	display:block;
	cursor:pointer;
}
.jspArrow.jspDisabled {
	cursor:default;
	background:#80808d;
}
.jspVerticalBar .jspArrow {
	height:16px;
}
.jspHorizontalBar .jspArrow {
	width:16px;
	float:left;
	height:100%;
}
.jspVerticalBar .jspArrow:focus {
	outline:none;
}
.jspCorner {
	background:#eeeef4;
	float:left;
	height:100%;
}
/*Classes*/
.faixa {
	position: absolute;
	z-index:3;
	right:0;
	bottom:20px;
	min-height: 50px;
}
.tituloPagina {
	position:absolute;
	bottom:20px;
	left:40px;
	z-index:5;
}
.fonte13 {
	font-size:13px;
}
.fonte12 {
	font-size:12px;
}
.height100 {
	height:100%;
}
.debug {
	border:solid 1px #000;
}
.centro {
	width: 100%;
	max-width:780px;
	margin:0 auto;
}
.relativo {
	position:relative;
}
.espaco {
	height:2px;
}
#geosfera {
    margin: 3px 0;
    height: 13px;
    position:absolute;
    text-align:right;
    font-size: 12px;
    width: 95%;
}
#geosfera a{
    text-decoration: none;
    color: #ffffff;
}
#geosfera a b{
    color: #21bdca;
}
#geosfera img {
    margin:0;
}
