@charset "utf-8";
/* CSS Document */
@font-face { font-family: 'Droid Sans'; src: url('../etc/DroidSans.ttf'); }
@font-face { font-family: 'Calibri'; src: url('../etc/calibri.ttf'); }

@font-face { /* importacao de fonte estreita */
    font-family: 'Optimus Semi';
    src: url('../etc/opsb.ttf');
}



/* Reset global (compatibilidade entre navegadores) */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li,fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
        margin: 0; 
        padding: 0; 
        border: 0; 
        outline: 0; 
        font-weight: normal; 
        font-style: inherit; 
        font-size: inherit;
        font-family: inherit; 
        vertical-align: baseline;
}

:focus {
    outline: 0; 
}

html, body { 
    height: 100%;
}

body {
    line-height: 1;
    background-color: #D2E1F0;
    background-image: url(../images/bg_body.png);
    background-repeat: repeat-x;
    font-family: 'Calibri';
    background-attachment: fixed;
}

body a {
    text-decoration: none;
}

ol, ul { 
    list-style: none;
}

h1 {
    font-family: 'Optimus Semi';
}

blockquote:before, blockquote:after, q:before, q:after {
    content: "";
}

blockquote, q {
    quotes: "" "";
}

table {
	border-collapse:separate;
	border-spacing:0;
}
caption, th, td {
	text-align:left;
	font-weight:normal;
}

/* Definições do corpo da página */

div#wrap {
    min-height: 100%;
}

/* corpo da pagina */
div#main {
    overflow: auto;
    background: white;
    display: block;
    width: 1000px;
    margin: 0 auto;
    font-size: 16px;
    padding-bottom: 40px;
}

div#main div.top {
    width: 100%;
    height: 190px;
    background-image: url(../images/bg_top.jpg);
    background-repeat: no-repeat;
}

div#main div.top[rel=int] {
    height: 152px;
    background-image: url(../images/bg_top_int.png);
    background-repeat: repeat-x;
}

div#main div.top > a img {
    margin: 15px 0 0 25px;
    position: absolute;
    z-index: 9;
    width: 220px;
    height: auto;
}

div#main div.top[rel=int] > a img {
    margin-top: 25px;
    width: 180px;
    height: auto;
}

div#main div.top div#menu_top {
    position: relative;
    float: right;
    right: 14px;
    top: 130px;
    display: block;
    z-index: 3;
}

div#main div.top[rel=int] ul {
    position: relative;
    float: right;
    right: 40px;
    top: -1px;
    display: block;
    z-index: 3;
}

div#main div.top > a[rel=facebook] {
    display: none;
    width: 40px;
    height: 50px;
    background-image: url(../images/social.png);
    cursor: pointer;
    float: right;
    right: 0;
    bottom: 0;
}

div#main div.top[rel=int] ul {
    display: block;
    margin-top: 15px;
    margin-right: 0px;
}

div#main div.top ul li {
    float: left;
}

div#main div.top ul li a {
    display: block;
    height: 15px;
    margin: 0 12px 0 15px;
    cursor: pointer;
    color: #663300;
    background: url(../images/menu_item.png);
}

div#main div.top ul span { /* espacamento do menu */
    float: left;
    display: block;
    height: 15px;
    background-image: url(../images/menu_item.png);
    background-position: right top;
    width: 6px;
}

div#main div.top ul > li a[rel=estrutura] {
    width: 121px;
}
div#main div.top ul > li a[rel=estrutura]:hover {
    background-position: 0 15px;
}

div#main div.top ul > li a[rel=clinica] {
    width: 152px;
    background-position: -121px 0px;
}

div#main div.top ul > li a[rel=clinica]:hover {
    background-position: -121px 15px;
}

div#main div.top ul > li a[rel=profissionais] {
    width: 161px;
    background-position: -273px 0px;
}
div#main div.top ul > li a[rel=profissionais]:hover {
    background-position: -273px 15px;
}

div#main div.top ul > li a[rel=contato] {
    width: 154px;
    background-position: -434px 0px;
}
div#main div.top ul > li a[rel=contato]:hover {
    background-position: -434px 15px;
}

div#main div.top ul > li a[rel=aluguel] {
    width: 95px;
    background-position: -523px 0px;
}
div#main div.top ul > li a[rel=aluguel]:hover {
    background-position: -523px 15px;
}

div#main div.top > div.opacity {
    z-index: 1;
    position: absolute;
    top: 0;
}

div#main div.top[rel=int] > div.opacity {
    z-index: 1;
    position: absolute;
    top: 0;
}

div#main div.top[rel=int] > div.opacity img {
    margin-top: -30px;
    opacity: 0.8;
}

div#main div.top[rel=int] img#logo_capa {
    display: block;
    width: 160px;
    height: auto;
    padding-left: 15px;
}

div#main div.spacer {
    position: relative;
    width: 1000px;
    height: 20px;
    background: url(../images/bg_top_spacer.png) repeat-x;
}

div#main p {
    font-size: 18px;
    line-height: 1.5em;
}

div#main div.box_destaque {
    float: left;
    width: 400px;
    height: 390px;
    margin: 40px 10px 40px 80px;
    background-image: url(../images/bg_bottom_box.png);
    background-repeat: no-repeat;
    background-position: 0 340px;
}

div#main div.box_destaque2 {
    float: left;
    width: 400px;
    height: auto;
    margin: 120px 10px 40px 100px;
}

div#main div.box_destaque2 img {
	border: 2px solid gray;
}

div#main div.box_destaque > h1 {
    line-height: 40px;
    font-size: 23px;
    color: #663300;
    text-align: center;
    background-image: url(../images/bg_h1_box.png);
    background-repeat: no-repeat;
    background-position: 0 38px;
}

div#main div.box_destaque > p {
    display: block;
    padding: 10px 30px 10px 30px;
    font-size: 16px;
    line-height: 1.5em;
    text-align: justify;
}

div#main div.box_destaque > a {
    padding-left: 30px;
    font-size: 16px;
    font-weight: bold;
    color: #900;
    text-decoration: none;
}

div#main > div.conteudo {
    margin-top: 30px;
    padding: 0 70px 0 80px;
    background: url(../images/bg_conteudo.png) repeat-y;
}

div#main > div.conteudo > h1 {
    font-size: 28px;
    text-transform: capitalize;
    line-height: 40px;
    color: #663300;
    margin-bottom: 20px;
    margin-top: 20px;
}

div#main > div.conteudo > img {
    float: left;
    margin: 10px;
}

div#main > div.conteudo > p {
    font-size: 18px;
    line-height: 1.5em;
    padding-bottom: 20px;
}

div#main > div.conteudo p > br+br {
    line-height: 2em;
}

div#main > div.conteudo ul {
    margin-left: 60px;
    margin-bottom: 20px;
    list-style: url(../images/ul_li_circle.png);
    line-height: 2em;
}

div#main > div.conteudo h1+p+h1 {
    margin-top: 40px;
}

div#main > div.conteudo ul li {
    font-size: 18px;
}

/* PROFISSIONAIS */
div#main > div.conteudo div.box_item {
    font-family: 'Calibri' !important;
    display: block;
    background-color: yellow;
    width: 100%;
    height: 180px;
    margin-left: -49px;
    padding: 0px 59px 0 60px;
    background: url(../images/bg_item_profissionais.png) repeat-x;
    border-top: 1px solid #DDD;
}

div#main > div.conteudo div.box_zepaulo {
    font-family: 'Calibri' !important;
    display: block;
    width: 100%;
    height: 180px;
    margin-left: -49px;
    padding: 0px 59px 0 60px;
    background: url(../images/bg_item_profissionais.png) repeat-x;
    border-top: 1px solid #DDD;
}

div#main > div.conteudo div.box_item * {
    text-decoration: none;
    border: 0;
    color: #000;
}

div#main > div.conteudo div.box_item > a:nth-child {
    border: 0;
    display: block;
    width: 100%;
    height: 166px;
    clear: both;
    float: none;
    z-index: 13;
}

div#main > div.conteudo div.box_item img {
        /* tira a foto da listagem display: none; */
        /* Set up proportionate scaling */
        width: auto;
        height: 166px;

        /* Set up positioning */
        float: left;
        position: static;
        top: -1px;
        left: 0;
        margin-right: 20px;
}

div#main > div.conteudo div.box_zepaulo img {
        /* tira a foto da listagem display: none; */
        /* Set up proportionate scaling */
        width: auto;
        height: 166px;

        /* Set up positioning */
        float: left;
        position: static;
        top: -1px;
        left: 0;
        margin-right: 20px;
}

div#main > div.conteudo div.box_item h1, h3 {
    font: 14px 'Calibri';
    line-height: 32px;
}

div.box_zepaulo h1, div.box_zepaulo {
    font: 9px 'Calibri';
    line-height: 15px;
}

#main > .conteudo .box_item h3 {

}

#main > div.conteudo div.box_item a+a {
    position: relative;
    top: -15px;
    text-decoration: underline;
    color: blue;
    line-height: 28px;
}


div#main > div.conteudo div.box_item h2, h4 {
    font: bold 16px 'Calibri';
    position: relative;
}

div#main > div.conteudo div.box_item h4 {
    display: none;
}

div#main > div.conteudo div#map {
    clear: both;
    z-index: 9;
    width: 928px;
    position: relative;
    margin: 20px 0 20px -48px;
    padding-right: 40px;
    background-image: url(../images/bg_bottom.jpg);
    background-repeat: repeat;
}

div#main > div.conteudo div#map div#canvas {
    width: 830px;
    height: 350px;
    background-image: url(../images/bg_loading_map.png);
}

div#footer {
    position: relative;
    width: 100%;
    height: 200px;
    clear: both;
    background-image: url(../images/bg_bottom.jpg);
    background-repeat: repeat;
    margin: auto;
}

div#footer div.conteudo {
    width: 970px;
    padding: 30px 0 0 30px;
    margin: auto;
}

div#footer div.conteudo > div.footer_menu {
    width: 200px;
    display: block;
    float: right;
    clear: right;
    padding: 0 30px 0 0;
    color: #663300;
    margin-top: -120px;
}

div#footer small {
    font-size: 12px;
    line-height: 1.8em;
    color: #663300;
    position: relative;
}

div#footer small a {
    color: #663300;
    float: right;
    clear: both;
    display: block;
    position: relative;
    text-decoration: underline;
}

#footer a {
    display: block;
    clear: left;
}

#footer a img {
    width: auto;
    height: 80px;
}
