﻿/* CSS para Uma marcacao */
/* Estilos geral */
body {
	margin:0;
	padding:0;
	border:none;
	font: 11px/1.5 Verdana, Arial, Helvetica, sans-serif;
	background:#ffffff;
	background-image: url(../imagens/fundo.jpg);
	background-repeat:repeat-x;
	color:#333;
	text-align:center;
	}
	
#tudo {
	width:770px;
	_width:773px;
	margin:auto;
	border-left: 1px solid #d7d8dd;
	border-right: 1px solid #d7d8dd;
	padding-top: 20px;
	}
#topo {
	height:50px;
	border-bottom:1px solid #efefef;
	padding-bottom: 5px;
	}

#corpo_estrutura {
	BORDER-RIGHT: #ccc 1px solid;
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;
	BACKGROUND: #ffffff;
	PADDING-BOTTOM: 0px;
	MARGIN: auto;
	BORDER-LEFT: #ccc 1px solid;
	WIDTH: 770px;
	PADDING-TOP: 0px;
	
}
#rodape {
	width:100%;
	clear:both;
	background-image:url(../imagens/fundo_rodape.jpg);
	background-repeat:repeat-x;
	}
	
#motos {
	width:100%;
	background-image:url(../imagens/motos/pop100.jpg);
	background-repeat:no-repeat;
	padding-left:255px;
	padding-top:60px;
	}

#rodape2 {
	MARGIN: auto;
	WIDTH: 770px;
	HEIGHT: 51px;
}
#copyright {
	FLOAT: left;
	MARGIN: 20px 0px 0px 30px
}
#direitos {
	FLOAT: rigth; 
	MARGIN: 20px 15px 0px 0px
}
#gb {
	FLOAT: right;
	WIDTH: 180px;
	MARGIN: 21px 50px 0px 180px
}
ul, ol {
	margin:0;
	padding:0;
	list-style:none;
	}
h1, h2, h3 {
	margin: 10px 0;
	color:#c30;
	font-size:1.4em;
	}
h2 {
	font-size:1.2em;
	}
h3 {
	font-size:1.0em;
	}
	
.dest {
	color:#039;
	}
/* 3 colunas */
#principal {
	float:right;
	width:469px;
	margin-left:0px;
	padding-left: 14px;
	padding-right: 36px;
	}
#nav {
	width:199px;
	padding-left: 29px;
	padding-right: 23px;
	padding-top: 0px;
	border:dotted #efefef;
	border-width: 0 0px 0px 0px;
	}
	
#logo {
	width:199px;
	height:112px;
	}
	
#banner {
	width:469px;
	height:211px;
	float:left;
	}
	
#destaques {
	width:469px;
	background-image:url(../imagens/fundo_destaques.jpg);
	height:182px;
	float:left;
	}

#login {
	width:469px;
	height:128px;
	background-image: url(../imagens/fundo_login.jpg);
	float: left;
	}

	
#dest_01 {
	width:459px;
	float:left;
	padding-left:5px;
	padding-right:5px;
	}
	
#dest_02 {
	width:220px;
	float:left;
	padding-left:0px;
	padding-right:5px;
	padding-top:0px;
	padding-bottom:5px;
	line-height: 11px;
	text-align: left;
	}
	
#dest_03 {
	width:220px;
	float:left;
	padding-left:0px;
	padding-right:5px;
	padding-top:0px;
	padding-bottom:5px;
	line-height: 11px;
	text-align: left;
	}
	
#dest_img {
	width:68px;
	float:left;
	padding:5px;
	}
	
#menu {
	width:179px;
	height:296px;
	padding-top:18px;
	padding-right:10px;
	padding-left:10px;
	background-image:url(../imagens/fundo_menu.jpg);
	background-repeat:repeat-x;
	}
	
#telefone123 {
	width:199px;
	height:92px;
	padding-top:18px;
	}
	
#gs {
	width:199px;
	height:92px;
	padding-top:18px;
	}
	
#varias_tres {
	width:469px;
	padding-left:40px;
	float:left;
	}
	
#porque {
	width:217px;
	height:196px;
	float:left;
	padding-left: 0px;
	padding-right: 23px;
	padding-top: 7px;
	}
	
#pesquise {
	width:212px;
	height:92px;
	float:right;
	padding-top: 7px;
	padding-left: 17px;
	}
	
#agende {
	width:212px;
	height:92px;
	float:right;
	padding-top: 12px;
	padding-left: 17px;
	}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}


/* Estilização do link */
#principal p.linque {
	font-size:0.8em;
	margin-bottom:15px;
	width:35em;
	background-color:#669;
	padding:2px 6px;
	}
#principal p.linque a, #principal p.linque a:link, 
#principal p.linque a:visited {
	text-decoration:none;
	color:#ff0;
	}
#principal p.linque  a:hover {
	color:#000;	
	background-color:#ff0;
	}

