@charset "utf-8";
 
body {
	font-family: arial, helvetica, serif;
        font-size: 12px;
}

a {
	color: #0089d0;
}

a:hover {
	text-decoration: underline;
}

label {
	display: block;
	font-weight: bold;
}

textarea {
	display: block;
	width: 80%;
}

ul.horizontal li {
	display: inline;
}

ul.vertical {
	list-style: none;
}

ul.vertical li {
	background-color: #eee;
	padding: 10px;
	margin: 10px 5px;
	overflow: auto;
}

ul.vertical h3 {
  font: bold 16px;
}

ul.vertical li img {
	float: left;
	margin: 0 15px 0 0;
	width: 115px;
	height: 86px;
}

ul.vertical li:hover {
  background: #ddd;
  cursor: pointer;
}

#header {
	height: 116px;
	border-top: 4px solid #b2b2b2;
}

#banner {
	background: url(images/bg_slider.jpg) no-repeat;
	min-height: 460px;
}

#footer {
	color: #fff;
	height: 132px;
	background: url(images/bg_assinatura.png);
}

#footer a {
        color: #fff;
}

#assinatura {
        padding: 20px 30px;
}

#assinatura h2 {
        font-size: 18px;
        font-weight: normal;
        margin-bottom: 0px;
}

#assinatura p {
        margin-bottom: 0px;
}

#logo, #menu {
	line-height: 116px;
}

#logo img {
    margin: 12px 30px;
}

#menu {
	font-size: 19px;
}

#menu a { 
	color: #000;
}

#menu a.ativo, #menu a:hover {
	color: #0089d0;
}

#menu ul li {
    margin: 0px 18px;   
}

#menu ul li.separator {
    margin: 0px;
}

#mapa {
        padding: 0px 30px;
}

#mapa a:hover {
    	color: #0089d0;
}

#mapa ul li {
    margin: 0px;
    padding: 0px 7px;
    border-left: 1px solid #fff;
}

#mapa ul li:first-child {
    padding-left: 0px;
    border: 0px;
}

#combos {
    padding: 18px 0px;
    background-color: #f1f2f2;
    text-align: center;
}

.combo {
    height: 300px;
    width: 290px;
    border: 5px solid #ccc;
    background: url('images/bg_combos.gif');
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.combo .icone {
    padding: 20px;
    padding-bottom: 10px;
}

.combo p {
    font-size: 14px;
    color: #001c43;
    padding: 0px 50px;
}

div.blue_bar {
	background: url(images/linhas_inclinadas_azuis.gif) top center no-repeat;
	opacity:0.6;
	filter:alpha(opacity=60);
	height: 15px;
}

#sheet {
 	background-color: #fff;
	-moz-box-shadow: 1px 1px 8px 2px #c4c4c4;
	-webkit-box-shadow: 1px 1px 8px 2px #c4c4c4;
	box-shadow: 1px 1px 8px 2px #c4c4c4;
	font-size: 14px;
}

#sheet div.foto {
	float: right;
	padding-left: 40px;
	height: 325px;
}

#conteudo {
	padding: 15px 23px;
	text-align: justify;
}

#conteudo {
	text-align: inherit;
}

#sheet h1 {
	font-size: 32px;
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 0px;
}

#sheet h2 {
	font-size: 20px;
	color: #0089d0;
}

#sheet h3 {
	margin-bottom: 0px;
}

#sheet h4 {
	margin-bottom: 5px;
	font-size: 1.2em;
}

#equipetecnica {
	padding: 0px 10px;
}

#profissionais p, #profissionais h3 {
	margin-bottom: 0px;
}

#profissionais ul li {
}

.avatar {
	float: left;
	padding: 1px;
}

.info {
	float: left;
	padding: 20px;
	width: 310px;
	height: 110px;
}

.email {
	font-size: 12px;
	color: #0089d0;
}

#galeria {
	text-align: center;
}

ul#galeria .item_galeria {
	background: #f1f2f2;
	width: 170px;
	float: left;
	margin: 3px;
}

#galeria .item_galeria span {
	height: 28px;
	line-height: 28px;
}

.acesso {
	background-color: #fff;
	font-size: 18px;
}

.acesso a {
	text-decoration: none; 
}

#mapa {
	text-align: center;
}

#slider_container {
        position: absolute;
        left: 0;
        right: 0;
}

#slider div.slide_image {
    position: relative; 
    width: 100%;
}

div.slide_image .acesso {
    position: absolute; 
    top: 240px; 
    left: 288px; 
    padding: 3px 5px;
}

div.slide_image .caption { 
    position: absolute; 
    bottom: 10px; 
    right: 0; 
    color: white;
    background: rgb(0, 0, 0); 
    background: rgba(0, 0, 0, 0.7); 
    padding: 15px; 
}

div.slide_image .caption span { 
    font: bold 24px/45px; 
    letter-spacing: -1px;  
}

div.slide_image .caption span.spacer { 
    padding: 0 2px; 
    background: none; 
}

.caption h2, .caption h3 {
    margin: 0px;
    padding: 0px;
}

.caption h2 {
    font-size: 22px;
}

.caption h3 {
    font-size: 20px;
    font-weight: normal;
    padding-bottom: 5px;
}

.caption a {
	color: inherit;
}
.caption a:hover {
	color: #eee;
}

.galeria img {
	margin: auto; /* Required */
 	position: absolute; /* Required */
 	bottom: 0; /* Aligns at the bottom */
 	left: 0; right: 0; /* Aligns horizontal center */
 	max-height: 100%; /* images bigger than height  */
 	max-width: 100%;  /* will be shrinked to size */ 
}

.galeria {
	position: relative;
	height: 150px;
}

#galeria-projeto span {
	padding: 10px 20px;
	line-height: 140px;
}

.sucesso {
	color: #393;
}

.erro {
	color: #933;
}