@import url(type.css);
body {
	margin: 0; 
	padding: 0;
}
img {
	border: none;
}
.clear {
	clear: both;
}
#outer_wrapper {
	width: 940px;
	margin: 0 auto;
	background: url(/imagens/bg.png) right top no-repeat;
}
#inner_wrapper {
	width: 850px;
}
#inner_wrapper #topo {
	padding: 30px 0 40px 0;
}
.transparente {
	background: rgba(255, 255, 255, 0.7);
}
#logo {
	float: left;
	color: white;	
}
#bt_marcacao {
	float: right;
	width: 205px;
	font: 700 1.5em/35px 'PT Sans';
	border-bottom-left-radius: 5px;
	border-top-left-radius: 5px;
	text-align: center;
	text-transform: uppercase;
	color: white;
	margin-top: 70px;
	cursor: pointer;
}
#bt_marcacao2 {
	float: right;
	width: 205px;
	font: 700 1.5em/35px 'PT Sans';
	border-radius: 5px;
	text-align: center;
	text-transform: uppercase;
	color: white;
	cursor: pointer;
}
.blue_gradient {
	/* Legacy browsers */
	-o-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	/* Internet Explorer */
	*background: #004c97;
	background: #004c97\0/;
	filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr=#FF3da7f3, endColorstr=#FF004c97);
	/* Recent browsers */
	background-image: -webkit-gradient(
		linear,
		left top, right bottom,
		from(#3da7f3),
		to(#004c97)
	);
	background-image: -webkit-linear-gradient(
		left top,
		#3da7f3,
		#004c97
	);
	background-image: -moz-linear-gradient(
		left top,
		#3da7f3,
		#004c97
	);
	background-image: -o-linear-gradient(
		left top,
		#3da7f3,
		#004c97
	);
	background-image: linear-gradient(
		left top,
		#3da7f3,
		#004c97
	);
	box-shadow: 0px 0px 10px #555555;
}
#ban_menu {
		
}
#menu {
	float: left;
	height: 266px;
	background: #DDD;
	width: 195px;
	border-bottom-left-radius: 10px;
	border-top-left-radius: 10px;
}
#menu ul, #menu li {
	margin: 0px;
	padding: 0px;
	
}
#menu li {
	padding: 0px;
	display: block;	
}
#menu li a {
	color: #004b94;
	padding-left: 30px;
	display: block;
	font: 1.4em/40px 'PT Sans';
	text-decoration: none;
	text-transform: uppercase;
}
#menu li a:hover {
	color: white;
	background: #004b94;
}
#menu li a.selected {
	color: white;
	background: #004b94;
}
#menu .sep {
	height: 5px;
	border-bottom: 1px dashed #848484;
	margin-bottom: 4px;
	margin-left: 10px;
}
#menu ul {
	margin-top: 13px;	
}
#lead .texto {
	color: #757575;
	text-align: center;
}
#lead h3 {
	margin: 0;
	margin-bottom: 10px;
}
#lead .col1 {
	width: 290px;
}
#lead .col2 {
	width: 290px;
}
#lead .col3 {
	width: 200px;
}
#lead .cols {
	float: left;
	display: block;
	margin-top: 5px;
	text-transform: uppercase;
}
#banner {
	float: right;
	width: 650px;
	height: 266px;
	overflow: hidden;
}
#lead {
	font: 1.3em 'PT Sans';
	clear: both;
	padding: 30px;
}
#box_conteudo {
	background: #EFEFEF;
	padding: 20px 0;
}
#box_conteudo2 {
	padding: 30px;
}
#box_conteudo .col_esq {
	float: left;
	width: 225px;
}
#box_conteudo .col_dir {
	float: left;
	border-left: solid 1px #7F7F7F;
	width: 580px;
	padding: 20px;
	min-height: 400px;
}
.col_dir .gallery_tn {
	width: 100px; 
	height: 100px; 
	margin-top: 20px;
	box-shadow: 5px 5px 10px #999999;
	float: left;
	background-repeat: no-repeat;
	background-position: center center;
}
.fancy_link {
	width: 100px; 
	height: 100px;
	display: block; 
}
.hor {
	background-size: auto 100px;
	
}
.ver {
	background-size: 100px auto;
}
#submenu {
	margin: 0;
	padding: 0;
}
#submenu li {
	margin: 0;
	padding: 0;
	display: block;
}
#submenu li a {
	color: #757575;
	padding-left: 30px;
	display: block;
	font: 1.3em/2.4em 'PT Sans';
	text-decoration: none;
	text-transform: uppercase;
}
#submenu li a:hover, #submenu li a.selected {
	color: white;
	background: #004b94;
}
#box_acordos_marcacoes {
	background: #efefef;
	padding: 30px;	
}
#acordos {
	padding: 10px 20px;
	width: 438px;
	height: 145px;
	border: solid 1px #CCCCCC;
	box-shadow: 0px 0px 2px #999999;
	border-radius: 10px;
	background: white;
	float: left;
}
#acordos .titulo {
	font: 1.5em/1.1em 'PT Sans';
	color: #004b94;
	font-weight: 700;
}
#acordos_logos {
	margin-top: 10px;
}
.acordo {
	width: 146px; height: 110px; float: left; 
	background-repeat: no-repeat;
	background-position: center center;
}
.acordos_cont {
	width: 438px;
	height: 110px;
}
#box_marcacoes {
	float: right;
	width: 195px;
	height: 160px;
	border-radius: 10px;
	padding: 5px;
}
#marcacoes {
	width: 160px;
	height: 115px;
	border: solid 2px white;
	border-radius: 10px;
	padding: 20px 15px;
	color: white;
	text-align: center;
}
#marcacoes .linha1 {
	font: 2.7em/1.1em 'PT Sans';
	text-align: center;
}
#marcacoes .linha2 {
	font: 1.2em/0.5em 'PT Sans';
	text-align: center;
}
#marcacoes .sepH {
	height: 20px;
	margin-bottom: 20px;
	border-bottom: solid 1px white;
}
#box_acordos_marcacoes .sep {
	height: 100px;
	margin-top: 30px;
	border-left: 1px solid #666;
	float: right;
	margin-right: 50px;
}
#box_rodape {
	padding: 30px;
	background: #3A3A3A;
	
	color: white;
}

#rodape_menu ul, #rodape_menu li {
	margin: 0;
	padding: 0;
}
#rodape_menu {
	
}
#rodape_menu li { 
	display: block;
	float: left;
	margin-right: 20px;
} 
#rodape_menu li a {
	font: 1.3em 'PT Sans';
	color: white;
	text-decoration: none;
}
#box_rodape a {
color: white;
	text-decoration: none;
}
#box_rodape .col_esq1 {
	float: left;
	width: 450px;
}
#rodape_contactos {
	margin: 20px 0;
	border-top: solid 1px white;
	border-bottom: solid 1px white;
	color: white;
}
.copy {
	font: 1.3em 'PT Sans';
}
.col_dir1 {
	width: 250px;
	float: right;
	border-left: solid 1px white;
	padding: 30px 0 30px 20px;
	font: 1.3em 'PT Sans';
}
.col_dir1 table {
	width: 100%;
}
.col_esq2 {
	float: left;
	width: 400px;
}
.col_dir2 {
	float: right;
	width: 300px;
}
#form_contactos, #form_marcacoes {
	margin-top: 20px;
}
#form_contactos .frmrow, #form_marcacoes .frmrow {
	height: 50px;
}
.campo1 {
	border: solid 1px #999999;
	margin-top: 5px;
	font: 700 1.2em/1.2em 'PT Sans', Helvetica, Arial, sans-serif;
	padding: 2px;
	width: 300px;
}
.campo1-select {
	border: solid 1px #999999;
	margin-top: 5px;
	font: 700 1.2em/1.2em 'PT Sans', Helvetica, Arial, sans-serif;
	padding: 2px;
}
#form_contactos label, #form_marcacoes label {
	display: block;
	text-align: left;
	font: 700 1.2em/1.2em 'PT Sans', Helvetica, Arial, sans-serif;
}
#form_contactos textarea, #form_marcacoes textarea {
	border: solid 1px #999999;
	margin-top: 5px;
	font: 700 1.2em/1.2em 'PT Sans', Helvetica, Arial, sans-serif;
	padding: 2px;
	width: 300px;
	height: 150px;
}
.botao {
	background: #004b94;
	border: solid 1px #004b94;
	color: white;
	font: 400 1.2em/1.2em 'PT Sans', Helvetica, Arial, sans-serif;
	padding: 2px 5px;
	width: 100px;
	cursor: pointer;
}
.error {
	background: #e31e1e;
}
#form_contactos .frmrow2, #form_marcacoes .frmrow2 {
	height: 190px;
}
#form_contactos .frmrow3, #form_marcacoes .frmrow3 {
	height: 25px;
}