@font-face {
    font-family: 'BerlinSansFB';
    src: url('../res/BRLNSR.TTF') format('truetype');
}

html, body {
    margin: 0;
    padding: 0;
    font-family: BerlinSansFB, Helvetica, Arial, Verdana;
}
.clearB {
    clear: both;
}
.floatL {
    float: left;
}
.floatR {
    float: right;
}
.text-center {
    text-align: center !important;
}
.text-right {
    text-align: right;
}
.text-left {
    text-align: left;
}
.text-just {
    text-align: justify;
}
.text-small {
    font-size: 0.8em;
}
.text-large {
    font-size: 1.5em;
}
.hidden {
    display: none;
}

.wrapper {
    width: 760px;
    margin: 0 auto;
}
.content-wrapper {
    background-color: #ebebeb;
    padding: 10px;
}
.cirurgias-wrapper {
    width: 1000px;
    margin: 0 auto;
    background-color: #ebebeb;
}

.cirurgias-content {
    width: 700px;
    padding: 20px;
    margin-left: 240px;
}

.cirurgias-content p {
    text-align: justify;
}

.hospital-wrapper {
    text-align: center;
    font-size: 16px;
    display: inline-block;
    margin: 25px;
}

.hospital-wrapper a {
    text-decoration: none;
}

.header {
    background-color: #fdeaaf;
    height: 170px;
}
.header-menu {
    background-color: #ebebeb;
    height: 50px;
    padding: 3px 0px;
    border-color: #bdbec0;
    border-style: solid;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 0px;
    border-right-width: 0px;
}
.header-menu-inner {
    height: 46px;
    border-color: #fff;
    border-style: dashed;
    border-top-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 0px;
    border-right-width: 0px;
}

.header-menu-item {
    display: inline-block;
    color: #ffc9ab;
    font-size: 20px;
    text-shadow: 1px 1px 0px #a97a60;
    text-decoration: none;
    padding: 12px 25px;
}

.header-menu-item:hover {
    background-color: #f1f1f1;
}

.header-menu-item-selected {
    background: #f1f1f1 url(../img/menu-marker.png) no-repeat center bottom;
}

.banner {
    height: 200px;
    background-color: #fff;
    text-align: center;
    overflow: hidden;
}
.content {
    background-color: #ebebeb;
    border-color: #bdbec0;
    border-style: solid;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 0px;
    border-right-width: 0px;
}
.footer {
    background-color: #fdeaaf;
    padding-top: 15px;
    height: 30px;
    color: #888;
}

.featured1 {
    height: 185px;
    padding: 3px 0px;
    background-color: #ffc9ab;
    border-color: #fff;
    border-style: solid;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 0px;
    border-right-width: 0px;
}
.featured1-inner {
    height: 170px;
    padding: 5px;
    border-color: #fff;
    border-style: dashed;
    border-top-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 0px;
    border-right-width: 0px;
}
.featured1-title {
    color: #ffc9ab;
    font-size: 20px;
    text-shadow: 1px 1px 0px #a97a60;
    padding: 20px 0px;
}
.featured-img-wrapper {
    text-align: center;
    color: white;
    font-size: 16px;
    display: inline-block;
}
.featured-img-wrapper img {
    border: 1px solid gray;
    margin: 0 15px;
}

.featured-img-wrapper a {
    text-decoration: none;
    color: white;
}

.featured2 {
    height: 150px;
    padding: 3px 0px;
    margin: 60px 0px 40px 0px;
    background-color: #dbca9f;
    border-color: #b8ab89;
    border-style: solid;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 0px;
    border-right-width: 0px;
}

.featured2-img {
    width: 175px;
    height: 225px;
    margin: -40px 10px 0px 0px;
    border: 1px solid gray;
    float: left;
}

.featured2-text {
    float: left;
    color: white;
    width: 570px;
}

.sidebar {
    background-color: #ffc9ab;
    width: 240px;
    padding: 50px 0px;
    float: left;
}

.sidebar-item {
    padding: 10px;
    border-bottom: 2px dashed white;
    width: 220px;
    height: 20px;
    font-size: 16px;
}

.sidebar-item a {
    color: white;
    text-decoration: none;
}

.sidebar-item a:hover {
    text-decoration: underline;
}

.sidebar-item:first-child {
    border-top: 2px dashed white;
}

.loading-post {
    background: url(../img/loader-bar.gif) no-repeat center center;
    padding: 10px;
}

.loading-post-odd {
    background-color: #F5F5F5;
}

.text-img-left {
    float: left;
    margin-right: 12px;
}

.text-img-right {
    float: left;
    margin-left: 12px;
}