html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ""; content: none; }
ins { background-color: #ff9; color: #000; text-decoration: none; }
mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }
table { border-collapse: collapse; border-spacing: 0; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
input, select { vertical-align: middle; }

/**
 * Font normalization inspired by YUI Library's fonts.css: developer.yahoo.com/yui/
 */

body { font: 12px/1.231 sans-serif; *font-size:small; background-color: #fff; } /* Hack retained to preserve specificity */
select, input, textarea, button { font: 99% sans-serif; }

/* Normalize monospace sizing:
   en.wikipedia.org/wiki/MediaWiki_talk:Common.css/Archive_11#Teletype_style_fix_for_Chrome */
pre, code, kbd, samp { font-family: monospace, sans-serif; }

/**
 * Minimal base styles.
 */

/* Always force a scrollbar in non-IE */
html { overflow-y: scroll; }

/* Accessible focus treatment: people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active { outline: none; }
ul, ol { margin-left: 2em; }
ol { list-style-type: decimal; }

/* Remove margins for navigation lists */
nav ul, nav li { margin: 0; list-style:none; list-style-image: none; }
small { font-size: 85%; }
strong, th { font-weight: bold; }
td { vertical-align: top; }

/* Set sub, sup without affecting line-height: gist.github.com/413930 */
sub, sup { font-size: 75%; line-height: 0; position: relative; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
pre {
  /* www.pathf.com/blogs/2008/05/formatting-quoted-code-in-blog-posts-css21-white-space-pre-wrap/ */
  white-space: pre; white-space: pre-wrap; word-wrap: break-word;
  padding: 15px;
}

textarea { overflow: auto; } /* www.sitepoint.com/blogs/2010/08/20/ie-remove-textarea-scrollbars/ */
.ie6 legend, .ie7 legend { margin-left: -7px; }

/* Align checkboxes, radios, text inputs with their label by: Thierry Koblentz tjkdesign.com/ez-css/css/base.css  */
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }

/* Hand cursor on clickable input elements */
label, input[type="button"], input[type="submit"], input[type="image"], button { cursor: pointer; }

/* Webkit browsers add a 2px margin outside the chrome of form elements */
button, input, select, textarea { margin: 0; }

/* Colors for form validity */
input:valid, textarea:valid   {  }
input:invalid, textarea:invalid { border-radius: 1px; -moz-box-shadow: 0px 0px 5px red; -webkit-box-shadow: 0px 0px 5px red; box-shadow: 0px 0px 5px red; }
.no-boxshadow input:invalid, .no-boxshadow textarea:invalid { background-color: #f0dddd; }

/* These selection declarations have to be separate
   No text-shadow: twitter.com/miketaylr/status/12228805301
   Also: hot pink! */
::-moz-selection{ background: #CCCCCC; color:#fff; text-shadow: none; }
::selection { background:#CCCCCC; color:#fff; text-shadow: none; }

/* j.mp/webkit-tap-highlight-color */
a:link { -webkit-tap-highlight-color: #CCCCCC; }

/* Make buttons play nice in IE:
   www.viget.com/inspire/styling-the-button-element-in-internet-explorer/ */
button {  width: auto; overflow: visible; }

/* Bicubic resizing for non-native sized IMG:
   code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/ */
.ie7 img { -ms-interpolation-mode: bicubic; }

body, select, input, textarea { color: #444; }
h1, h2, h3, h4, h5, h6 { font-weight: bold; }
a, a:active, a:visited { color: #008dbb; }
a:hover { color: #92ba01; }

.header{
    border-bottom: 1px solid #e6e6e6;
    position: relative;
    height: 107px;
    background-color: #fff;
    z-index: 99;
}
.content{
    max-width: 996px;
    margin: auto;
    position: relative;
}

.logo_info{
    width: 184px;
    height: 93px;
    position: absolute;
    left: 30px;
    top: 0px;
    background: transparent url('/sites-tematicos/infocancro/images/logotipo.jpg') no-repeat 0 0;
}
.logo_roche{
    width: 70px;
    height: 36px;
    position: absolute;
    right: 35px;
    top: 35px;
    background: transparent url('/sites-tematicos/infocancro/images/roche-logo.gif') no-repeat 0 0;
}

.home div{
    width: 186px;
    height: 446px;
    float: left;
    margin: 1px 0 0 0;
}
.pagInternas .menu-sec {
    width: 16.666667%;
    min-width: 135px;
    min-height: 446px;
    float: left;
    margin: 0;
}
.menu-sec ul{ list-style: none; margin: 10px 0px; }
.menu-sec ul li{ padding: 4px 7px; }
.menu-sec ul li:hover{ background: #fff; }
.menu-sec ul li:hover a{ color: #008dbb; }

.home ul{ list-style: none; margin: 10px 0px; }
.home ul li{ padding: 4px 7px; }
.home ul li:hover{ background: #fff; }
.home ul li:hover a{ color: #008dbb; }

.home .lista01, .home .lista02, .home .lista03 { border-right: solid 1px #fff;}
.home .lista03 p{
    padding: 6px 0 15px 6px;
    margin: 10px 4px 15px 4px;
    border-bottom: 1px solid #82a700;
    font-size: 11px;
    color: #fff;
    text-decoration: none;
}
.home .lista03 a{
    padding: 6px 0 15px 6px;
    margin: 10px 4px 15px 4px;
    color: #fff;
    text-decoration: none;
}
.home .lista03 a span{
  display: inline-block;
  position: relative;
  top: 3px;
  margin: 0 4px 0;
  width: 15px;
  height: 15px;
  background: url(../images/setinha_branca.jpg)
}
.conteudosFinais{min-height: 520px;}

.conteudosFinais p img, .conteudosFinais div img{ max-width: 100%; }

.conteudos{position: relative;}
.conteudos .lista01{ background: #d6de00; }
.conteudos .lista02{ background: #b2c900; }
.conteudos .lista03{ background: #92ba01; }
.conteudos .lista04{ background: #00b3ba; }
.conteudos .lista05{ background: #008dbb; }
.conteudos .lista06{ background: #0160ba; }
.conteudos .lista01 li{ border-bottom: 1px solid #c0c700; }
.conteudos .lista02 li{ border-bottom: 1px solid #a0b500; }
.conteudos .lista03 li{ border-bottom: 1px solid #7b9d00; }
.conteudos .lista04 li{ border-bottom: 1px solid #008287; }
.conteudos .lista05 li{ border-bottom: 1px solid #036484; }
.conteudos .lista06 li{ border-bottom: 1px solid #004688; }

.conteudos .lista01 li.last,
.conteudos .lista02 li.last{
    border-bottom: 0;
}

.conteudos li a{
    font-size: 12px;
    color: #404040;
    text-decoration: none;
}
.conteudos li a:hover{
    color: #008dbb;
}
.conteudos .lista05 li a,
.conteudos .lista06 li a{
    color: #fff;
    text-decoration: none;
}
.conteudos .texto{
    background: #91ba00;
}
.conteudos .texto p{
    padding: 6px 0 15px 6px;
    margin: 10px 4px 15px 4px;
    border-bottom: 1px solid #82a700;
    font-size: 11px;
    color: #fff;
    text-decoration: none;
}
.conteudos .texto a{
  padding: 6px 0 15px 6px;
  margin: 10px 4px 15px 4px;
  font-size: 12px;
  color: #fff;
  text-decoration: none;
}
.conteudos .texto a span{
  display: inline-block;
  position: relative;
  top: 3px;
  margin: 0 4px 0;
  width: 15px;
  height: 15px;
  background: url(../images/setinha_branca.jpg)
}
.conteudos .imagem{
  background: url(../images/img_alto.jpg);
  background-repeat: no-repeat;
}
.conteudos .noticias{
  width: 329px;
  background: #ececec;
}
.conteudos .noticias h1{
  padding: 20px 14px 0 14px;
  font-size: 18px;
  color: #9a9a9a;
}
.conteudos .noticias ul{
  padding: 0 0 12px 0;
  border-bottom: 1px solid #D4D6D7;
}
.conteudos .noticias li small{
  display: block;
  margin: 0 0 3px;
  color: #80b806;
  font-size: 11px;
}
.conteudos .noticias li p a{
  display: block;
  padding: 0 0 0 0;
  margin: 0 0 8px;
  color: #404040;
  font-size: 11px;
}
.conteudos .noticias li a:hover{
    color: #999;
}
.conteudos .noticias a{
  padding: 6px 0 15px 6px;
  margin: 10px 4px 15px 4px;
  font-size: 12px;
  color: #80b806;
  text-decoration: none;
}
.conteudos .noticias a span{
  display: inline-block;
  position: relative;
  top: 3px;
  margin: 0 4px 0;
  width: 15px;
  height: 15px;
  background: url(../images/setinha_verde.jpg)
}
.conteudos .conteudosFinais{
    margin-left: 16.66667%;
    padding: 10px 10px 0 15px;
    color: #404040;
    font-size: 12px;
}
/*
.conteudos .conteudosLat{
    float: left;
    width: 180px;
    text-align: right;
}*/
.conteudos .conteudosFinais .imgLeft{
    float: left;
}
.conteudos .conteudosFinais .intro{
    float: left;
    width: 650px;
}
.conteudos .conteudosFinais h1{ padding: 10px 0px; font-size: 24px; }
.conteudos .conteudosFinais h2{ padding: 10px 0px; font-size: 18px; }
.conteudos .tipo01 h1 , .conteudos .tipo01 h2 { color: #d6de00; }
.conteudos .tipo02 h1 , .conteudos .tipo02 h2 { color: #b2c900; }
.conteudos .tipo03 h1 , .conteudos .tipo03 h2 { color: #92ba01; }
.conteudos .tipo04 h1 , .conteudos .tipo04 h2 { color: #00b3ba; }
.conteudos .tipo05 h1 , .conteudos .tipo05 h2 { color: #008dbb; }
.conteudos .tipo06 h1 , .conteudos .tipo06 h2 { color: #0160ba; }
.conteudos .conteudosFinais p{
    margin-bottom: 1em;
    line-height: 1.5em;
}
.conteudos .conteudosFinais ul{
    margin: 0 0 10px 40px;
}
.conteudos .conteudosFinais li{
        ***font-size: 12px;
    list-style: disc;
    margin-bottom: 1em;
    list-style-position: inside; /* 2017-01-10*/
}
.conteudos .conteudosFinais .video { padding: 25px 0 0; float: right; }
.conteudos .conteudosFinais a, a:active, a:visited { color: #008dbb; }
.conteudos .conteudosFinais a:hover { color: #92ba01; }

.text{
  border-top: 1px solid #ececec;
  padding: 20px 10px;
  font-size: 11px;
  color: #404040;
  text-align: center;
}

.footer{
    background: #0079c2;
    height: 30px;
    color: #fff;
    font-size: 11px;
}
.footer a{
    color: #fff;
}
.footer .content{
    padding: 7px 0 0 0;
}
.footer .submenu{
    float: left;
}
.footer .submenu a{
  border-right: 1px solid #fff;
  padding: 0 16px 0 16px;
  text-decoration: none;
}
.footer .submenu a.last{ border-right: 0; }
.footer .direitos{
    text-align: right;
    font-size: 10px;
    line-height: 16px;
}





/**
 * Non-semantic helper classes: please define your styles before this section.
 */

/* For image replacement */
.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }

/* Hide for both screenreaders and browsers:
   css-discuss.incutio.com/wiki/Screenreader_Visibility */
.hidden { display: none; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: by Jon Neal.
  www.webaim.org/techniques/css/invisiblecontent/  &  j.mp/visuallyhidden */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: drupal.org/node/897638 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible {
    visibility: hidden;
}
.clearfix:before, .clearfix:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    zoom: 1;
}


.mobile-display-only{
    display: none;
}


@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important;
  -ms-filter: none !important; } /* Black prints faster: sanbeiji.com/archives/953 */
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* css-discuss.incutio.com/wiki/Printing_Tables */
  tr, imgƒ { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}


/**
 * PERSONALIZADOS
 */
#navegacao {
    padding:0;
    margin:0;
}
#navegacao h1{
    font-size:10px;
    padding: 5px 0px;
}
.conteudos .conteudosFinais blockquote{
  margin-left: 25px;
  padding: 0;
}
.conteudos .conteudosFinais h3{
  padding: 10px 0px;
  color: #b2c900;
}
.inline-block{
    display: inline-block;
}





/**
 * NEW: 2014.05.14 > ...
 */

.menu{
    border-bottom: solid 1px #ccc;
    height: 58px;
    width: 100%;
    margin-bottom: 1px;
}
.menu ul{
    list-style: none;
    margin: 0;
}
.menu ul .bg-arrow-down{ background-image: none; }
.menu ul li{
    width: 16.666667%;
    min-width: 135px;
    height: 58px;
    float: left;
    ***margin-right: 1px;
}
.menu ul li a{
    font: normal 18px Arial Narrow, Arial, sans-serif;
    text-transform: uppercase;
    color: #030303;
    line-height: 14px;
    text-decoration: none;
    padding: 17px 25px 13px 18px;
    display: block;
    background: url('bg-arrow-down-cold.png') no-repeat right 30px;
}
.menu ul li a strong{
    display: block;
    font-size: 14px;
    color: #969696;
    white-space: nowrap;
}
.menu ul li:hover a,
.menu ul li:hover a strong{
    color: #fff;
    background: url('bg-arrow-down-hot.png') no-repeat right 30px;
}
.menu ul li.menu01:hover,
.menu ul li.menu01 a.active,
.menu ul li.menu01 a.active strong{
    background: #d7df02 url('bg-arrow-down-hot.png') no-repeat right 30px;
    color: #fff;
}
.menu ul li.menu02:hover,
.menu ul li.menu02 a.active,
.menu ul li.menu02 a.active strong{
    background: #b3c902 url('bg-arrow-down-hot.png') no-repeat right 30px;
    color: #fff;
}
.menu ul li.menu03:hover,
.menu ul li.menu03 a.active,
.menu ul li.menu03 a.active strong{
    background: #92ba01 url('bg-arrow-down-hot.png') no-repeat right 30px;
    color: #fff;
}
.menu ul li.menu04:hover,
.menu ul li.menu04 a.active,
.menu ul li.menu04 a.active strong{
    background: #00b3ba url('bg-arrow-down-hot.png') no-repeat right 30px;
    color: #fff;
}
.menu ul li.menu05:hover,
.menu ul li.menu05 a.active,
.menu ul li.menu05 a.active strong{
    background: #008dbb url('bg-arrow-down-hot.png') no-repeat right 30px;
    color: #fff;
}
.menu ul li.menu06:hover,
.menu ul li.menu06 a.active,
.menu ul li.menu06 a.active strong{
    background: #0160ba url('bg-arrow-down-hot.png') no-repeat right 30px;
    color: #fff;
}
#social-networks{
  margin: .5em 0;
  text-align: center;
}
#social-networks > div{
  padding: 0 7px;
  vertical-align: top;
}
#roche-websites-pub{
    position: absolute;
    width: 120px;
    right: -120px;
    top: 1px;
}
#lista04{width: 164px;}
#lista05{ padding: 0 10px; }
#lista05 ul{ margin: 10px 20px;}

.sideBySide {
  font-size: 0;
}
.sideBySide img{
  width: 50%;
}

.pull-left{
    float: left;
    margin-right: 10px;
}

@media only screen and (max-width : 1024px) {
    .conteudos .conteudosFinais{
        margin-right: 130px;
    }
    #roche-websites-pub {
        right: 10px;
        top: 1px;
    }
    .home #roche-websites-pub {
        right: -120px;
    }
}
@media screen and (max-device-width: 768px) and (orientation : portrait) {
    #lista04{ display: none; }
}
@media screen and (max-device-width: 480px){

	.no-mobile-display{
        display: none;
  }
  .mobile-display-only{
      display: block;
  }
  .header{
      width: 100%;
      height: 50px;
      border-bottom: 3px solid #e6e6e6;
      ***position: fixed;
  }
  .header .content {
      padding: 0;
  }
  .conteudos .conteudosFinais ul {
    margin: 0 0 10px 0px;
  }
  .header #open-mobile-menu {
      background: #0079c2 url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAYAAADE6YVjAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAADhJREFUeNpi/P//PwOtARMDHQBdLGFBYtMq3BiHT3DRPU4YR4NrNAmPJuHRJDyahEeT8Ii3BCDAAF0WBj5Er5idAAAAAElFTkSuQmCC') no-repeat center center;
      display: none;
      width: 40px;
      height: 40px;
      position: absolute;
      top: 5px;
      left: 5px;
      z-index: 101;
  }

  .logo_info{
      width: 100%;
      height: 20px;
      left: 0;
      top: 15px;
      background: transparent url('/sites-tematicos/infocancro/images/logotipo-mobile.png') no-repeat center center;
      z-index: 100;
  }
  .logo_roche{
      width: 35px;
      height: 18px;
      position: absolute;
      right: 10px;
      top: 16px;
      background: transparent url('/sites-tematicos/infocancro/images/roche-logo-mobile.png') no-repeat 0 0;
  }

  .menu{
      border: 0;
  }
  .menu ul li{
      float: none;
      width: 100%;
      border-bottom: solid 1px #ccc;
  }
  .mobile-fisrt-page-menu{
      ***margin-top: 50px;
      display: table;
  }
  .conteudos{
      ***padding-top: 50px;
  }
  .conteudos .conteudosFinais{
      margin: 0
  }
  .conteudos .conteudosFinais h1 {
      font-size: 22px;
      line-height: 20px;
  }
  .footer {
      height: auto;
  }
  .footer .submenu{
      float: inherit;
  }
  .footer .submenu a {
      display: block;
  }
  .footer .direitos{
      text-align: left;
      padding: 5px 16px;
  }

  .sideBySide img{
    width: 100%;
    display: block;
  }

  .pull-left{
      float: initial;
      margin-right: 0;
  }

}







