/*
	@VERSAO	2.0 Fevereiro 2013
	@AUTOR	Paulo da Silva - Bicicletando
	@DESC		Folha de estilo geral ao site Bicicletando
*/

html {
	height: 100%;
	width: 100%;
	background-color: #FFFFFF;
}
body{
	background-image: url(images/btt.jpg);
	background-attachment: fixed;
	background-repeat: repeat-y;
	background-position: center;
	font-family: Verdana, Arial, Helvetica, sans-serif,"Trebuchet MS", "Comic Sans" ;
	font-size: small;
	color: #003333;
	margin: 0 auto;
}
#base {
	width: 70.7em;
	padding: 0;
	border: none;
	margin: 0 auto;
}
/* bloco do cabecalho */
#cabecalho {
	width: 70.7em;
	background-position: center top;
	height: 10em;
	border-top: 0.2em solid #FFCC99;
	border-left: 0.1em solid #FFCC99;
	clear: both;
	position: relative;
	top: -0.2em;

}
.logotipo{
	position: absolute;
	left: 10em;
	width: 605px;
	height: 50px;


}
.salta{
	position: absolute;
	right: 0;
	padding: 0.2em 0.3em;
	border: 0.1em solid #FFCC99;
}
.salta:hover {
	border: 0.1em solid #003333;
}
.acessibilidade{
	position: absolute;
	top: 2.3em;
	right: 0.5em;
}
.acessibilidade:hover{
	top: 2.2em;
	right: 0.4em;
	border: 0.1em solid #003333;
}
.contador{
	position: absolute;
	text-align: left;
	top: 1.3em;
	left: 0.3em;
}
.actualizado{
	position: absolute;
	text-align: left;
	top: 0.1em;
	left: 0.3em;
}
/* bloco de pesquisa */
.pesquisa{
	position: absolute;
	text-align: right;
	bottom: 0.5em;
	right: 0.3em;
	width: 35em;
}
.googleform{
	font-weight: bolder;
	vertical-align: middle;
}
.textinput{
	width: 18em;
	border: 0.1em solid #FFCC99;
	cursor: text;
}
.textinput:hover, .textinput:focus, .textinput:active{
	border: 0.1em solid #003333;
}
.submitsearch{
	border: 0.1em solid #003333;
	width: 3em;
	font-weight: bolder;
	margin: 0px;
	background-color: #FFCC99;
}
.submitsearch:hover, .submitsearch:focus, .submitsearch:active{
	border: 0.1em solid #FFCC99;
	background-color: #003333;
	color: #FFCC99;
}
.equipamentos {
	position: absolute;
	top: 3.1em;
	right: 64.5em;
}																
.equipamentos:hover, .equipamentos:focus, .equipamentos:active {
	top: 3em;
	right: 64.4em;
	border: 0.1em solid #003333;
}
.borda:hover, .borda:focus, .borda:active {
	width: 113px;
	height: 105px;
	border: 1px solid #FFCC99;
}

#cabecalho a:visited, #cabecalho a:active, #cabecalho a:focus, #cabecalho a:link {
	color: #003333;
	text-decoration: underline;
}
#cabecalho a:hover {
	color: #009966;
	text-decoration: underline;
}
img {
	border: 0;
}
img.imgdireita {
	float: right;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	padding-left: 0.2em;
}
img.imgesquerda {
	float: left;
	padding-top: 0.2em;
	padding-right: 0.2em;
	padding-bottom: 0.2em;
}
img.imgemlinha {
	display: inline;
}
img.imglargura{
	display: inline;
	width:100%;
	height:auto;
}
img.bttista {
	float: right;
	padding: 0.1em;
}
img.natal {
	padding: 0.1em;
}

/* bloco de menu invisivel que apenas contem links para facilitar a acessibilidade */
.menuinvisivel{
	visibility: hidden;
	display: none;
}
/* bloco nav */
.nav1 { /* para compatibilidade */
	width: 13.2em;
	margin: 0;
	padding: 0;
	float: left;
	clear: left;
}
.nav {
	width: 13.2em;
	margin: 0.2em 0;
	float: left;
	clear: left;
	text-align: right;
	border-top: 0.2em solid #FFCC99;
	border-right: 0.1em solid #FFCC99;
	border-bottom: none;
	border-left: none;
	padding-top: 0.2em;
	padding-left: 0.2em;
}
.nav ul{
	float:right;
	margin: 0;
	padding: 0;
	list-style-type:none;
}
.nav ul li{	float: left; padding-right: 0.15em; padding-top:0.1em;}

.nav ul li a{ display:block; width: 55px; height:55px; overflow:hidden;	color: #003333;
	text-decoration: none;
}

.nav ul li a:hover, .nav ul li a:active, .nav ul li a:focus {
	color: #FFCC99;
	background-color: #003333;}

.nav ul li a img {
	width: 100%;
	height: 100%;
}


/* bloco do menu */
#menu {
	width: 13.2em;
	margin: 0.2em 0;
	float: left;
	clear: left;
	text-align: right;
}
#menu ul{
	margin: 0;
	list-style: none;
	width: 100%;
	border-top: 0.2em solid #FFCC99;
	border-right: 0.1em solid #FFCC99;
	border-bottom: none;
	border-left: none;
	padding: 0;
}
#menu ul li{
	display: block;
	text-decoration: none;
	width: 100%;
}
.cronicamenu{
	margin: 0;
	list-style-image: url(images/btt.gif);
	width: 100%;
	display: block;
	text-decoration: none;	
}
.separamenu{
	margin: 0;
	list-style-image: none;
	width: 100%;
	display: block;
	text-decoration: none;
	list-style: none;
	background-color: #FFEEBB;
	text-align: left;
	text-indent: 0.5em;
}
#menu ul li a:visited, #menu ul li a:link {
	width: 100%;
	color: #003333;
	text-decoration: none;
	display: block;
}
#menu ul li a:hover, #menu ul li a:active, #menu ul li a:focus {
	color: #FFCC99;
	text-decoration: none;
	background-color: #003333;
}
#spyt, #spytf{
	background-image: url(images/youtube.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

/* bloco do corpo e conteudos */
#corpo {
	width: 47.7em;
	border-top: 0.2em solid #FFCC99;
	border-right: none;
	border-bottom: none;
	border-left: 0.1em solid #FFCC99;
	float: left;
	margin-top: 0.2em;
	margin-bottom: 0.2em;
	margin-left: 0.4em;
	margin-right: 0;
}
#corpo ul li{
	list-style-image: url(images/btt.gif);
	list-style-position: inside;
	border-top: 0.2em solid #FFCC99;
	border-right: 0.1em solid #FFCC99;
	border-bottom: none;
	border-left: none;
	text-align: left;
	text-indent: -2.5em;
	margin-bottom: 0.5em;
}
#corpo ul li ul li{
	margin-right: 0.5em;
	margin-top: 0.5em;
	margin-left: 0em;
}
#corpo ul li ul li.biciclista{
	background-position: right top;
	background-repeat: no-repeat;
	vertical-align: top;
	padding-right: 5.6em;
}
p{ text-indent: 1em;}

/* #corpo ul li p,  #corpo p{ text-indent: 1em; }*/

#corpo a.biciclista:visited, #corpo a.biciclista:active, #corpo a.biciclista:focus, #corpo a.biciclista:link {
	text-decoration: none;
	font-weight: bolder;
}
#corpo #conteudo:visited, #corpo #conteudo:active, #corpo #conteudo:focus, #corpo #conteudo:link {
	text-decoration: none;
	font-weight: bolder;
}
a.dia:visited, a.dia:active, a.dia:focus, a.dia:link {
	color: #003333;
	font-weight: bolder;
	text-decoration: none;
}
a.dia:hover {
	color: #009966;
}
#corpo a:visited, #corpo a:active, #corpo a:focus, #corpo a:link {
	color: #003333;
	text-decoration: underline;
}
#corpo a:hover {
	color: #009966;
	text-decoration: none;
}

select{
	border: thin solid #FFCC99;
	cursor: pointer ;
}

fieldset, .trimestre{
	text-align: right;
	border-top: thin solid #FFCC99;
	border-right: none;
	border-bottom: none;
	border-left: thin solid #FFCC99;
	text-indent: 0;
	width: 95%;
	margin-bottom: 1em;
	margin-top: 1em;
}
.trimestre label{
	text-align: left;
}
/*  remover o button */
button{
	border: thin solid #FFCC99;
	width: 6em;
	color: #003333;
	text-decoration: none;
	cursor: pointer ;
}
input{
	border: thin solid #FFCC99;
	width: 6em;
	color: #003333;
	text-decoration: none;
	cursor: pointer ;
}

button:hover{
	border: thin solid #FFCC99;
	width: 6em;
	text-decoration: none;
	color: #FFCC99;
	background-color: #003333;
}

p.irtopo {
	text-align: right;
	text-decoration: none;
	cursor: pointer;
	margin-top: -0.5em;
}
.menor{
	font-size: smaller;
	display: inline;
}
.menorbold{
	font-size: smaller;
	font-weight: bolder;
	display: inline;
}
.bold{
	font-weight: bolder;
	display: inline;
}
.maior{
	font-size: larger;
	display: inline;
}
.maiorbold{
	font-size: larger;
	font-weight: bolder;
	display: inline;
}
.aviso{
	font-size: larger;
	font-weight: bolder;
	display: inline;
	color: #993300;
}
.indenta{
	padding-left: 1.5em;

}
.peso {
	border-top: thin solid #FFCC99;
	border-bottom: thin solid #FFCC99;
	padding: 0.5em;
	width: 95%;
	margin: 0.5em;
	text-indent: 0;
}
.peso th {
	background-color: #FFEEBB;
}
.peso td {
	border-top: thin solid #FFCC99;
	border-right: none;
	border-bottom: none;
	border-left: thin solid #FFCC99;
	vertical-align: top;
	margin: 0.5em;
}
.peso td.right{
	text-align: right;
}
.peso td.left{
	text-align: left;
}
.peso th.left{
	text-align: left;
}
.biciclistas {
	border-top: thin solid #FFCC99;
	border-bottom: thin solid #FFCC99;
	padding: 0.5em;
	width: 95%;
	margin: 0.5em;
}
.biciclistas th, .biciclistas tfoot {
	background-color: #FFEEBB;
	font-size: small;
	text-align: left;
	font-style: normal;
	font-weight: normal;
}
.biciclistas td {
	border-top: thin solid #FFCC99;
	border-right: thin solid #FFCC99;
	border-bottom: none;
	border-left: none;
	vertical-align: top;
	width: 50%;
}

div.top{
	width: 100%;
	clear: both;
	margin-top: 0.2em;
	margin-bottom: 0.2em;
	margin-left: 0;
	margin-right: 0;
}
div.direita {
	width: 50%;
	float: left;
}
div.esquerda {
	width: 50%;
	float: right;
}

h1 {
	visibility: hidden;
	font-size: small;
	font-weight: bold;
	margin-top: 0em;
	display: none;
}
h2 {
	visibility: hidden;
	font-size: small;
	font-weight: bold;
	margin-top: 0em;
	display: none;
}
h3 {
	visibility: hidden;
	font-size: small;
	font-weight: bold;
	margin-top: 0em;
	display: none;
}
h5 {
	font-weight: bold;
	display: inline;
}

#form{
	float: right;
	clear: both;
	margin-top: -0.8em;
	margin-bottom: -0.8em;
	width: 30em;
	text-align: right;
	display: inline;
}
.verde{
	color: #006600;
}
.vermelho{
	color: #FF0000;
}
.amarelo{
	color: #FFCC33;
}
.ytdireita {
	float: right;
	margin-top: 0.2em;
	margin-bottom: 0.2em;
	margin-left: 0.2em;
	height: 23.5em;
	width: 31.4em;
	background-image: url(../images/youtubebloqueado.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.ytesquerda {
	float: left;
	margin-top: 0.2em;
	margin-right: 0.2em;
	margin-bottom: 0.2em;
	height: 23.5em;
	width: 31.4em;
	background-image: url(../images/youtubebloqueado.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.youtube{
	background-image: url(images/youtube.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 1.5em;
}
.facebook{
	background-image: url(images/facebook.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 1.5em;
}
.freebike{
	background-image: url(images/freebike.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 1.5em;
}

/* bloco do rodape */
#rodape {
	width: 100%;
	border-top: 0.2em solid #FFCC99;
	border-right: 0.1em solid #FFCC99;
	border-bottom: none;
	border-left: thin solid #FFCC99;
	padding: 0.2em;
	clear: both;
	height: 2.9em;
}

div.certificados{
	float: left;
	position: static;
	width: 30em;
}
div.contpriv{
	float: left;
	clear: left;
	position: static;
	width: 21em;
}
div.direitos{
	float: right;
	clear: right;
	position: static;
	width: 21em;
	text-align: right;
}
div.paginaactualizada{
	float: right;
	clear: right;
	position: static;
	width: 25em;
	text-align: right;
	font-size: smaller;
	font-weight: bold;
	margin: 0.5em;
}
div.selector{
	min-height: 0.1em;
	clear:both;
}
hr {
	border: thin solid #FFCC99;
}
#zonacertificados {
	border-top: 0.2em solid #FFCC99;
	border-right: 0.1em solid #FFCC99;
	border-bottom: 0.2em solid #FFCC99;
	border-left: 0.1em solid #FFCC99;
	width: 8.7em;
	height: 13.5em;
	float: right;
	margin-top: 0.3em;
	margin-bottom: 0;
	margin-left: 0.3em;
	margin-right: 0;
	text-align: right;
}
#zonacertificados img{
	display: inline;
	padding: 0.4em 0.5em 0.2em;
}
#zonacertificados {
	text-decoration: none;
}
abbr, acronym, .abbr {
	border-bottom-width: 0.01em;
	border-bottom-style: dashed;
	border-bottom-color: #009933;
}
del{
	color: #FF0000;
	text-decoration: line-through;
}
ins{
	color: #006600;
	text-decoration: underline;
}
/* trivago block */
.widget{
	background-color:#FFFFFF;
	display:block;
	font-family:Univers,Arial,Helvetica,Sans,Sans-Serif;
	margin:0.5em 0px 0px;
	width: 8.7em;
	height: 100%;
	float: right;
	cursor:text;
	border: 0.1em solid #8c8c8c;
}
.widget .header {
	margin:0px;
	line-height:1.2em;
	font-size:x-small;
	font-weight:normal;
	width:100%;
	color:#FFFFFF;
	padding-top:0.2em;
	height:2.6em;
	background-image: -moz-linear-gradient(center top , #919191, #737373);
	background-color:#737373;	overflow:hidden;
	cursor:pointer;
}
.widget .header .link{
	text-decoration:none;
}
.widget .logo{
	margin-left:0.2em;
	margin-top: 0.2em;
	width:8.3em;
	height:3em;
	float:left;
	border:0px;
}

.texta {
	text-decoration:none;
	display:block;
	width:8.6em;
	height:4.1em;
	background-color: #F5F5F5;
	background-image: -moz-linear-gradient(center top , #FAFAFA, #F5F5F5);
	border-bottom-color: #DDDDDD;
	border-bottom-style: solid;
	border-bottom-width: 0.1em;
	border-top-color: #FFFFFF;
	border-top-style: solid;
	border-top-width: 0.1em;
	margin-left:0.1em; 
}
.liste {
	line-height:1.2em; 
	font-size:x-small; 
	font-weight:normal; 
	color:#000; 
	margin-left:0px; 
	width:100%;
	margin-bottom:0px !important;
	padding-left:0.3em !important;
	padding-top:0.1em !important;
	height:4.8em;
	overflow:hidden;
	cursor:pointer;
}
.texta:hover {
	color: #0030CD;
	background-color: #FFFFFF;
	background-image:url(http://il2.trivago.com/images/layoutimages/new_design_3/arrow_right.png);
	background-repeat:no-repeat;
	background-position:right;
	border-bottom-color: #DDDDDD;
	border-bottom-style: solid;
	border-bottom-width: 0.1em;
	border-top-color: #FFFFFF;
	border-top-style: solid;
	border-top-width: 0.1em;
	text-decoration:underline;
}
.city1 {
	background-image:url(http://img.trivago.com/categoryimages/31/72/31720_v10_s.jpeg) !important
}
.city2 {
	background-image:url(http://img.trivago.com/categoryimages/31/72/31725_v28_s.jpeg) !important
}
.picture {
	margin-left:0.1em;
	margin-top: 0.2em;
	margin-right: 0.3em;
	width:50px;
	height:50px;
	border-radius:0.2em;
	float:left;
	box-shadow: 0 0 4px -1px #000000 inset;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.text {
	margin: 0.2em;
	float:left;
	width:4.2em;
}
.widget .link{
	text-decoration:none;
	color:#fff;
}