/*
Theme Name: Responsive OK
Theme URI: http://www.paho.org/
Description:	A responsive website framework for Joomla 1.5. 
Author: Paulo Leite
Author URI: http://www.paho.org/
Version: 0.1
Tags: Three-column, responsive, static frontpage, mobile devices
(c)2013 Pan American Health Organization/World Health Organization.
This work is released under GNU General Public License, version 2 (GPL).
http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
*/

/* Reset default browser styles */
@import url('reset.css');

body {
	background-color: #F5F5F5;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	line-height: 20px;
	-webkit-text-size-adjust: none;
	overflow-x: hidden;
}
.koowa .docman_list__sidebar {
	display: none;
}
.koowa .docman_list__content {
	width: 100%;
}
/* ============== */
/* Some basic styles */
/* ============ */
p {
	font: 13px/20px Verdana, Arial, sans-serif;
	margin-top: 2px;
	margin-bottom: 10px;
}
a {
	text-decoration: none;
	color: #26C;
	color: #196AAA;
}
a:hover {
	color: #B14C08;
}
img {
/*	border: 0; */
}
ul {
	margin-left: 20px;
	padding: 0;
}
h1 {
	font-size: 18px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 10px;
	color: #25A;
}
h2 {
	font-size: 15px;
	font-weight: bold;
	margin-top: 8px;
	margin-bottom: 8px;
	color: #25A;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	margin-top: 6px;
	margin-bottom: 6px;
	color: #25A;
}
h4 {
	font-size: 11px;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #25A;
}
h1.blue {
	font-size: 24px;
	color: #379;
}
span.divider {
	margin-left: 3px;
	margin-right: 3px;
}
.pagination {
	width: 100%;
	padding: 4px;
}
.pagination ul {
	list-style-type: none;
	margin: 0;
}
.pagination ul li {
	display: inline;
	margin-right: 20px;
	line-height: 12px;
}
.pagination ul li:last-child {
	float: right;
	margin-left: 20px;
	margin-right: 0;
}
.pagination ul li:nth-last-child(2) {
	float: right;
	margin-left: 20px;
	margin-right: 0;
}
.counter {
	font-size: 10px;
	font-weight: bold;
	border-bottom: 1px solid #999;
	margin-bottom: 6px;
}
.pull-right {
	text-align: right;
}

/* ===================================== */
/* Basic styles for the page's framework */
/* ===================================== */
#wrapper {
	background: #FFF;
	padding-bottom: 10px;
}
#language {
	text-align: right;
}
#language .mod-languagesengspa ul.lang-inline li:nth-child(3), #language .mod-languagesengspa ul.lang-inline li:nth-child(4) {
	display: none;
}
#header {
	width: 980px;
	clear: both;
	background-color: #FFF;
}
#banner {
	height: 70px;
}
#access {
	display: none;
}
#open_close_menu {
	width: 58%;
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-right: 2px solid #666;
	border-bottom: 2px solid #666;
}
#open_close_menu ul {
	list-style-type: none;
	margin: 0 4px 2px 8px;
}
#open_close_menu li {
	line-height: 18px;
}
#search {
	margin-top: 0;
	text-align: right;
	color: #666;
}
#search form {
	margin-top: 0 !important;
}
.searchclass {
	width: 100%;
	text-align: right;
	margin-top: 0;
	margin-bottom: 6px;
	font-size: 10px;
}
#search input[name="q"] {
	margin: 1px 0 0 0;
	width: 230px;
	border: 1px solid #7E9DB9;
}
#search input[type="submit"] {
	background: #e1dddd;
	background: #DBEEF9;
	color: #2b2b2b;
	color: #196AAA;
	width: 60px;
	height: 22px;
	font-size: 12px;
	text-decoration: none;
	border: 1px solid #196AAA;
	padding: 1px 8px 4px 8px;
}
#share {
	clear: both;
	width: 100%;
	float: right;
	text-align: right;
	border-top: 1px solid #DDD;
}
#mascara {
	display: none;
}
#circles {
	margin: 0 auto;
}
#circles img {
	border: 0;
}
.color-circle {
	margin:3px;
	width:13px;
	height:13px;
	float:left;
	background: #FA3;
	border-radius: 50%;
}
.color-circle-b {
	margin:3px;
	width:13px;
	height:13px;
	float:left;
	background: #008DC9;
	border-radius: 50%;
}
ul.breadcrumb {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
ul.breadcrumb li {
	display: inline;
	font-size: 11px;
	margin-left: 0;
}
#main {
	float: left;
	margin: 0;
}
#content_lr {
	padding-top: 0;
	margin-top: 0;
}
.item-page {
	padding-top: 0;
	margin-top: 0px;
}
.page-header h2 {
	font-size: 18px;
	font-weight: bold;
	margin-top: 8px;
	margin-bottom: 8px;
	color: #2255aa;
}
#noticias {
	float: left;
}
.noticia_l {
	clear: both;
	float: left;
}
.noticia_r {
	float: right;
}
ul.jemmod {
	margin-bottom: 18px;
}
#countries {
	clear: both;
	margin: 0 auto;
}
#open_close_countries {
	border: 1px solid #CCC;
	padding-left: 3px;
}
.welcome_countries .coluna {
	width: 20%;
	float: left;
}
.welcome_countries .coluna p {
	margin-top: 2px;
	margin-bottom: 2px;
}
.welcome_countries .coluna p a {
	text-decoration: none;
}
.ytWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
	padding-top: 25px;
	height: 0;
}
.ytWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%!important;
	height: 100%!important;
}
#postmain {
	clear: both !important;
	margin: 0;
	width: 100%;
	float: left;
}
#postmain {
	clear: both !important;
	margin-top: 1px;
	width: 100%;
	float: left;
}
#primary, #secondary {
	overflow: hidden;
}
#secondary {
	clear: right;
}
#footr_out {
	clear:both;
	width: 100%;
	float: left;
	margin-top: 6px;
	padding-top: 10px;
	background: #E9ECEF;
	background:	#0081b8;
}
#footr_in {
	margin: 10px auto 0 auto;
}
#site-info {
	clear: both;
	font-size: 11px;
	text-align: center;
	margin-top: 32px;
	width: 100%;
	float: left;
	color: #666;
	color: #FFF;
}
#site-info p {
	font-size: 11px;
	margin: 0;
}
#honcode {
	width: 31%;
	float: left;
}
#honcode p {
	font-size: 11px;
}
#honcode a {
	color: #FFF;
}
.soc {
	text-align: center;
	margin-top: 4px;
	margin-bottom: 4px;
	float: left
}
.ftmenu {
	width: 22%;
	float: left;
	margin-left: 1%;
	margin-right: 0;
}
.ftmenu ul {
	list-style-type: none;
	color: #FFF;
	margin: 0 0 0 -14px;
	padding: 0;
}
.ftmenu ul li {
	line-height: 12px;
	color: #FFF;
}
#countries h3, .fplatestnews {
	font: 14px/20px Verdana, Arial, sans-serif;
	font-weight: bold;
	color: #D70;
	padding-bottom: 5px;
	margin: 0;
}
.ftmenu h3 {
	font: 12px/14px Arial, sans-serif;
	font-weight: bold;
	color: #FFF;
	padding-bottom: 5px;
	margin: 0;
}
.ftmenu a {
	font: 12px/17px Arial, sans-serif;
	color: #666;
	color: #FFF;
}
h2.entry-title {
	font: 15px/20px Verdana, Arial, sans-serif;
	font-weight: bold;
	color: #2255aa;
	margin-top: 5px;
	margin-bottom: 12px;
}
h1.entry-title {
	font: 15px/20px Verdana, Arial, sans-serif;
	font-weight: bold;
	color: #2255aa;
	margin-top: 8px;
	margin-bottom: 0px;
}
h1.entry-title a {
	color: #25A;
}
.entry-meta {
	font: 11px/25px Verdana, Arial, sans-serif;
	color: #666;
}
.entry-text, .entry-text p {
	font: 13px/18px Verdana, Arial, sans-serif;
	color: #222;
}
.entry-utility {
	border-bottom: 1px solid #AAA;
	font: 12px/18px Verdana, Arial, sans-serif;
	padding: 4px;	
	background-color: #E6E9EC;
	margin-bottom: 12px;
}
/* Estilos para Proyectos y Programas */
/* --------------------------------- */
.programs {
	-webkit-columns: 3 280px;
	-moz-columns: 3 280px;
	columns: 3 280px;
	-webkit-column-gap: 2em;
	-moz-column-gap: 2em;
	column-gap: 2em;
}
.programs a {
	display: block;
	background: #EEE;
	font-size: 11px;
	font-weight: bold;
	padding: 3px;
	margin-bottom: 4px;
}
.largebox_title {
/*	color: #2266cc; */
	margin-top: 25px !important;
	padding-top: 8px !important;
	border-top: 1px solid #CCC;
}
.largebox_title:first-child {
	margin-top: 0 !important;
}
/* Estilos para Proyectos y Programas */
/* --------------------------------- */
#sidebar {
    background: transparent;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
#social-icons {
	padding-top: 8px;
	text-align: right;
}
#primary a, #sidebar a {
	color: #259;
}
#primary ul, #sidebar ul {
	style: none;
	margin: 0px;
}
#primary ul li ul, #sidebar ul li ul {
	list-style: square;
	margin: 20px;
}
#primary h3, #sidebar h3 {
	font-size: 12px;
	font-weight: bold;
	border-bottom: 2px dotted #666;
	border-bottom: 1px solid #AAA;
	color: #D70;
	padding-bottom: 1px;
	margin-top: 0;
}
#home-widget-area-1 h3, #home-widget-area-2 h3, #home-widget-area-3 h3 {
	font-weight: bold;
	border-bottom: 2px dotted #666;
	border-bottom: 1px solid #AAA;
	color: #D70;
	padding-bottom: 2px;
	margin-top: 10px;
}
#sidebar ul li {
	line-height: 14px;
}
#sidebar a {
	font-size: 11px;
}
#footer {
	clear: both;
	height: 30px;
	text-align: center;
}
#wp-calendar {
	width: 80%;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	margin: 8px auto 0 auto;
}
#wp-calendar caption {
	background-color: #CDE;
	font-weight: bold;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	color: #333;
}
#wp-calendar th {
	background-color: #965;
	color: #EEE;
	padding: 2px;
}
#wp-calendar td {
	background-color: #E6EDEF;
	color: #333;
	padding: 1px 4px;
}
#wp-calendar td.pad {
	background-color: #E6EDEF;
	padding: 3px;
}
#home_widgets {
	clear:both;
	width: 100%;
	float:left;
	background-color: #FFF;
}
#home_widgets_internal {
	width: 100%;
	float:left;
}
#home_widgets_internal img {
	border: none;
	width: 100%;
}
#home_widgets_internal2 {
	width: 100%;
	float:left;
	padding-top: 2px;
}

#home_widgets_internal2 ul {
	list-style: none;
	margin: 0px;
}
#home_widgets_internal2 ul li {
	font: 13px/22px Verdana, Arial, sans-serif;
}
#home-widget-area-1 ul li {
	font: 13px/15px Verdana, Arial, sans-serif;
}
#home-widget-area-1 {
	width:31%;
	float:left;
	margin-right: 3.5%;
	margin-bottom: 10px;
}
#home-widget-area-2 {
	width:31%;
	float:left;
	margin-right: 3.5%;
	margin-bottom: 10px;
}
#home-widget-area-3 {
	width:31%;
	float:right;
	margin-bottom: 10px;
}
.clr {
	clear: both;
}
.widget-container .widget-title a {
	color: #EEE;
}
.moduletable img {
	max-width: 100%;
	height: auto;
}
.moduletable ul li {
	margin-left: 15px;
}
ul.children {
	margin-left: 20px;
	padding-left: 20px;
}
ul.latestnews {
	margin-top: 0;
	padding-top: 0;
}
ul.latestnews li {
	font-weight: bold;
	font-size: 100%;
}
#language ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#language li {
	display: inline;
	margin-left: 10px;
	padding-left:10px;
	line-height: 12px;
}
#language a {
/*	display: block;
	float: right;
	margin-left: 10px;
	text-align: right;
	font-size: 11px;
	font-weight: normal; */
}
.fp_slsh_foto img {
	border: 0;
}
#fphighlight_mid a:visited {
	color: #333;
}
#fphighlight_mid a:hover {
	color: #37F;
}
#bbanner {
	position: relative;
}
#bnrimg {
	position: absolute;
}
#link_paho {
	position: absolute;
}
#link_who {
	position: absolute;
}
#link_ops {
	position: absolute;
}
#link_oms {
	position: absolute;
}
#highlight_mid {
	background: #F0F6FC;
}
#postmain {
	clear: both;
	width: 100%;
	float: left;
}
.newstext, .newstext p {
	font-size: 12px;
	line-height: 17px;
}
.newsrm {
/*	clear: both; */
	font-size: 12px;
	margin-bottom: 8px;
}
.modifydate {
	clear: both;
	display: block;
	background: #FFF;
	margin-top: 20px;
	padding-left: 4px;
	color: #AAA;
	font-size: 10px;
}
ul.newsfeed {
	list-style-type: square;
	margin: 0;
	padding: 0;
}
ul.newsfeed li {
	line-height: 17px;
}
ul.children {
	margin-left: 20px;
	padding-left: 20px;
}
ul.latestnews {
	margin-top: 0;
	padding-top: 0;
	margin-left:0;
	padding-left:0;
}
li.latestnews a {
	font-size: 12px;
}
div.moduletable h2 {
	font-size: 13px;
}
h1.contentheading, h1.componentheading, h2.news {
	margin-top: -14px;
	font: 18px/23px 'Cabin', sans-serif;
	color: #26C;
	margin-bottom: 18px;
}
h2.contentheading, h2.componentheading, h2.contentheading a, h2.componentheading a {
	line-height: 19px;
	font-size: 16px;
	color: #26C;
}
div.moduletable h3 {
	clear: both;
	font-size: 13px;
	color: #D70;
}
.addthis_toolbox, .addthis_native_toolbox  {
	clear: none;
	float: right;
	margin-top: 4px;
}
.twitter-timeline {
	height: 250px;
}
h1.dm_title {
	font-size: 18px;	
}
h2.dm_title {
	font-size: 16px;	
}
h3.dm_title {
	font-size: 14px;	
}
.contentpaneopen {
	clear: both;
}
.contentpaneopen:after, .entry-content:after {
  content: "";
  display: table;
  clear: both;
}


.contentpagetitle {
	font: 18px/23px 'Cabin', sans-serif;
	color: #196AAA;
}
#language ul {
	float: right;
}


/* ------------------------- */
/* Estilos importados de WHO */
/* ------------------------- */

/* clearfix (clears elements) */
.clearfix:after, .block:after, .box:after, .plainbox:after, .mbox:after, .colormbox:after, field:after, 
ul.stories:after, ul.listing:after, ul.feature:after, ul.news:after, ul.events:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
/* Safari */
.clearfix, .block, .box, .plainbox, .mbox, .colormbox, .field,
.ul.stories, ul.listing, ul.feature, ul.news, ul.events { display: block; } 
/* Overflow-Methode zum Clearen der Float-Umgebungen */
.clear {
	clear:both;
	width:0;
	height:0;
	font-size:0;
	line-height:0;
	text-indent:-10000px;
}
.plainbox {
	clear:both;
	padding:0 0 5px 0;
}
.largebox {
	clear: both;
	padding: 6px 0 24px 0;
	margin: 0 10px 0 10px;
	border-top: 1px solid #CCC;
}
.largebox_title {
	font-size: 20px;
	line-height: 21px;
	font-weight: bold;
	color: #333333;
	padding: 0px;
	margin: 0 0 12px 0;
}
.col_1-1-1_1, .col_1-1-1_2, .col_1-1-1_3 {
	display: block;
	width: 33.3333%;
	float: left;
}
.columns {
	clear: both;
}
div.indexes {
	clear: both;
}
.tab {
	clear: both;
	padding: 0 0 18px 0;
}
#tabs {
	clear: both;
}
ul.tabs {
	margin-top: -12px;
	text-align: right;
}
ul.index li span {
	padding-left: 5px;
}
ul.index li a span, ul.index li p span {
	display: block;
	padding: 4px 0 5px 5px;
	cursor: pointer;
}
ul.index li a, ul.index li p {
	display: block;
	font-size: 12px;
	padding: 0 25px 0 0;
	margin: 0;
	background-color: #f5f5f5;
	background-position: right -1070px;
	background-repeat: no-repeat;
}
ul.index li {
	list-style-type: none;
	width: 100%;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	border-bottom: 3px solid #ffffff;
}
ul.index {
	margin: 0 0 18px 0;
}
.information {
	display: block;
	color: #666666;
	padding: 0 0 0 12px;
}
#tabs span.information {
	display: inline;
	padding: 0;
	font-weight: normal;
	font-size: 13px;
	background-image: none;
}
.indexed, ul.index li.indexed a {
	background-color:#FFFFCC;
}

/* *** begin = photo caption styles = begin *** */

figure {
    display: block;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
}
figcaption {
    background: #ECF3F9;
    font-size: 10px;
    line-height: 14px;
    border-left: 1px solid #AAA;
    border-right: 1px solid #AAA;
    border-bottom: 1px solid #AAA;
    padding: 3px 4px 5px 4px;
    margin-top: -5px;
    margin-bottom: 8px;
}
.photo-caption-left, .photo-caption-center, .photo-caption-right {
    background: #ECF3F9;
    font-size: 10px;
    line-height: 14px;
    border-left: 1px solid #AAA;
    border-right: 1px solid #AAA;
    border-bottom: 1px solid #AAA;
    padding: 3px 4px 5px 4px;
    margin-top: -5px;
    margin-bottom: 8px;
}
.photo-caption-left {
    text-align: left;
}
.photo-caption-center {
    text-align: center;
}
.photo-caption-right {
    text-align: right;
}

/* *** end = photo caption styles = end *** */
/* -------------------------------- */
/* Estilos importados do antigo CSS */
/* -------------------------------- */

div.moduletableorange h3 {
	clear: both;
	color: #DD7700;
	text-align: left;
	font-weight: bold;
	margin-top: 16px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
	font-size: 13px;
	line-height: 15px;
}
.moduletable table {
	margin-left: 12px;
}
#content-2 .moduletable h3, #ct_right h3, .moduletabledc h3 {
/*	background: #CC6648;
	background: #103d50;
	font-size: 12px;
	padding: 4px;
	color: #FFF; */
	font: 16px/19px 'Open Sans', sans-serif;
	color: #103D50;
	color: #DD7700;
	border-bottom: 2px solid #0081b8;
}
.colaps_bulptd {
    background-color: #EEEEF6;
	width:20px;
	height:20px;
    border-bottom: 2px solid #999;
}
a.colapslistptd {
    background-color: #EEEEF6;
    display:block;
    font-weight: bold;
	width:478px;
	height:20px;
	margin-bottom: -12px;
    border-bottom: 2px solid #999;
}
.colaps_liptd {
	list-style-type: none;
	width: 478px;
	margin-left: -32px;
	padding-bottom: 8px;
	border-bottom: 1px solid #CCC;
	margin-bottom: 10px;
}
ul#list_3547 {
	margin-top: 100px;
	margin-left: -10px;
}

ul.colaps_ulnoarrow li {
	margin-bottom: 6px;
}

.moduletable .clplst p {
	font-size: 11px;
}

h2.toxclg-lrg {
	font-size: 18px;
	padding: 5px;
	background: #FFF3D3;
	border: 1px solid #EC6;
	border-radius: 7px;
	box-shadow: 2px 4px 5px #CCC;
}

.toxclg-lrg ul {
	border-top: 2px solid #666;
	margin: 2px 0 0 0;
	padding-top: 2px;
}

li.toxclg-lrg {
	display: inline;
	padding: 4px;
	margin-left: 25px;
	margin-right: 25px;
}

li.toxclg-lrg a {
	font-size: 14px;
}

h2.toxclg-mid-l {
	clear: both;
	width: 46%;
	min-height: 105px;
	float: left;
	font-size: 13px;
	padding: 5px;
	background: #FFF3D3;
	border: 1px solid #EC6;
	border-radius: 7px;
	box-shadow: 2px 4px 5px #CCC;
}

h2.toxclg-mid-r {
	width: 46%;
	min-height: 105px;
	float: right;
	font-size: 13px;
	padding: 5px;
	background: #FFF3D3;
	border: 1px solid #EC6;
	border-radius: 5px;
	box-shadow: 2px 4px 5px #CCC;
}
h2.toxclg-mid-l a {
	font-size: 13px;
}
h2.toxclg-mid-r a {
	font-size: 13px;
}

ul.toxclg-sml {
	padding: 0;
	margin: 6px 0 0 0;
	border-top: 2px solid #666;
}

li.toxclg-sml a {
	font-size: 10px;
	font-weight: normal;
}
li.toxclg-sml {
	display: inline;
	margin:0;
	padding: 0;
	line-height: 60%;
}

li.toxclg-sml:after {
	content:" - ";
}
li:last-of-type.toxclg-sml:after {
	content:" ";
}
table.toxclg {
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
}
table.toxclg th {
	padding: 3px;
	background: #666;
	color: #FFF;
}
table.toxclg td {
	padding: 3px;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
}
table.toxclg td:last-of-type {
	border-right: 0;
}
ul.toxclg-clean {
	margin: 20px 0 10px 0;
	padding: 0;
	list-style-type: none;
}
li.toxclg-icon {
	min-height: 40px;
	padding: 8px;
	margin-bottom: 20px;
	border: 1px solid #DDD;
	border-radius: 5px;
	box-shadow: 1px 3px 3px #CCC;
}
li:nth-child(2n).toxclg-icon {
	min-height: 40px;
	padding: 8px;
	margin-bottom: 20px;
	background: #F6EFE3;
	border: 1px solid #DDD;
	border-radius: 5px;
	box-shadow: 1px 3px 3px #CCC;
}

li.toxclg-pr {
	padding: 5px;
	margin-bottom: 6px;
	background: #EEE;
}
li:nth-child(2n).toxclg-pr {
	padding: 5px;
	margin-bottom: 6px;
	background: #F6EFE3;
}

li.toxclg-icon a {
	font-weight: bold;
}

li.toxclg-icon img {
	margin: 0 8px 0 0;
}

.moduletable ul.horzlist {
	margin: 0;
	margin-left: -8px;
	list-style-type: none;
}
.moduletable ul.horzlist li {
	display: inline;
	margin-left: 0;
	margin-right: 10px;
}
ul.clearbult {
	list-style-type: none;
}
ul.eventlistmod li {
	margin-top: 10px;
	margin-bottom: 10px;
}
ul.eventlistmod li {
	font-size: 11px;
}
/* estilos para la b??da de oms. Juan Carlos Diaz */

.s{font-size: 100%; padding:10px; }
/* .g{margin-top: 1em; margin-bottom: 1em} 
.s td{width:34em} */
.l {
	font-size: 110%;
	font-weight: bold;
}
.l{color: #196AAA}
.l:active{color:#D86422}
.l:hover{color:#D86422}

div.paging {
	width: 100%;
}
div.paging ul {
	clear: none;
	list-style-type: none;
}
div.paging ul li {
	clear: none;
/*	line-height: 100%; */
	float: left;
}
.paging ul li a
{
  font-size: 10pt; /* 13px; */
  line-height: 20px;
  height: 13px;
  padding-top: 3px;
  padding-right: 5px;
  padding-bottom: 2px;
  padding-left: 5px;
}
.w,.w a:link{color:#196AAA;font-weight: bold;}
.f,.f:link,.f a:link{color:#196AAA;font-weight: normal;font-size: 12px;}
a:visited,.f a:visited{color:#196AAA}
a:active,.f a:active{color:#D86422}
a:hover,.f a:hover{color:#D86422}
.t{color:#333333}
.t{background-color:#ffffff}
.z{display:none}
.i,.i:link{color:#D86422}
.a,.a:link{
	color:#346803;
	white-space: pre;           /* CSS 2.0 */
	white-space: pre-wrap;      /* CSS 2.1 */
	white-space: pre-line;      /* CSS 3.0 */
	white-space: -pre-wrap;     /* Opera 4-6 */
	white-space: -o-pre-wrap;   /* Opera 7 */
	white-space: -moz-pre-wrap; /* Mozilla */
	white-space: -hp-pre-wrap;  /* HP Printers */
	word-wrap: break-word;      /* IE 5+ */
}
div.n {margin-top: 1ex}
h1.headline { font-size:12pt; }
/* .n a{font-size: 10pt} */
.n .i{font-size: 10pt; font-weight:bold}
.q a:visited,.q a:link,.q a:active,.q {color:#196AAA;}
.b,.b a{font-size: 12pt; color:#196AAA; font-weight:bold}
.d{margin-right:1em; margin-left:1em;}

.searchresults ul {
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
}
blockquote
{
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  border-top-width: 0px;
  border-right-width-value: 0px;
  border-bottom-width: 0px;
  border-left-width-value: 0px;
  border-top-style: none;
  border-right-style-value: none;
  border-bottom-style: none;
  border-left-style-value: none;
  border-image-source: none;
  border-image-slice: 100% 100% 100% 100%;
  border-image-width: 1 1 1 1;
  border-image-outset: 0 0 0 0;
  border-image-repeat: stretch stretch;
  outline-width: 0px;
  outline-style: none;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}
.searchresults .keymatch
{
  padding-top: 5px;
  padding-right: 9px;
  padding-bottom: 9px;
  padding-left: 9px;
  background-color: #f5f5f5;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}
.oneboxResults { display:none; }
.main-results-without-dn td a { font-size:14px; font-weight:bold; } 
#content_full .gsc-control-cse {
font-family: Verdana, Arial, sans-serif;
}
.gsc-control-cse .gsc-table-result {
font-family: Verdana, Arial, sans-serif;
}

#content_full #cse-header {
	display: none;
}
#content_full .cse .gsc-control-cse, #content_full .gsc-control-cse {
	padding-top: 0;
}
#content_full .gsc-control-cse {
	padding-top: 0;
}
#content_full .gs-title,
#content_full .gsc-webResult,
#content_full .gsc-result,
#content_full .gs-webResult,
#content_full .gs-result {
font-family: Verdana, Arial, sans-serif;
font-size: 14px;
line-height: 19px;
}

.cse .gsc-control-cse, .gsc-control-cse, div.gsc-control-cse.gsc-control-cse-es
{
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  width: auto;
}

#footer, #site-info {
	clear: both;
	margin-top: 32px;
}

div.moduletablemc {
	clear: both;
}
ul.prlist_menu {
	list-style-type: none;
	margin: 0;
	padding: 0;
	padding-top: 4px;
	padding-left: 4px;
	border: 1px solid #AAA;
	min-height: 22px;
	background: #D6DCE3;
}
li.prlist_menu {
	display: inline;
	padding: 6px 0 6px 0;
	border-top: 1px solid #AAA;
	border-right: 1px solid #AAA;
	border-bottom: 1px solid #AAA;
	margin-left: -4px;
	background: #FFF;
}
div.prlist {
	border-left: 1px solid #AAA;
	border-right: 1px solid #AAA;
	border-bottom: 1px solid #AAA;
	padding: 6px;
}
#pub3 p {
	margin-top: 0;
}
#dcmlist ul {
	list-style-type: square;
	color: #054877;
	margin-left:12px;
}
#dcmlist ul li {
	font-size: 11px;
}
#pubperiodicals h4 {
	margin-top: 0;
	font-size:12px;
	color: #DD7700;
}
.mcnews3rgt ul {
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
}
.mcnews3rgt li {
	padding: 2px 0 3px 0;
}
.mcnews3rgt li:nth-child(even) {
	border-top: 1px solid #AAA;
	border-bottom: 1px solid #AAA;
}
.mcnews_box {
	margin-top: 1px;
	width: 100%;
	clear: both !important;
}
#mcnewsleft {
	width: 51%;
	float: left;
}
#mcnewsleft h3 {
	margin-top: 2px;
}
#mcnewsleft p {
	font-size: 12px;
	line-height: 17px;
}
#mcnewsleft img {
	width: 50%;
}
#mcnewsright {
  width: 44%;
  float: right;
  padding-left: 5px;
  border-left: 1px solid #dddddd;
}
.moduletableht #mcnewsright {
  width: 100%;
  margin-top: -20px;
  margin-bottom: 0px;
  float: left;
  border-left: none;
}
#mcnewsright p {
	font-size: 11px;
	margin-top: 0px;
	margin-bottom: 8px;
	border-bottom: 1px dotted #aaaaaa;
	line-height: 17px;
}
#mcnewsright p:last-child {
	border-bottom: none;

}
.moduletableht #flnws ul {
	margin-left: 15px;
}

span.article_separator {
	height: 4px;
}
.orangeyear {
	font-weight: bold;
	color: #C61;'
}
ul.mcnews {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul.mcnews li {
	width: 48%;
	float: left;
	padding-top: 5px;
}
ul.mcnews li:first-child + li {
	float: right;
}
ul.mcnews li:first-child + li + li {
	clear: both;
}
ul.mcnews li:first-child + li + li + li {
	float: right;
}
h3.mcnews {
	background: #B32;
	color: #FFF;
	margin: 0;
	padding-left: 4px;
	box-shadow: 3px 3px 6px #CCC;
}
#mcnews {
	margin-top: -20px;
	margin-bottom: 16px;
}
#mcnews p {
	font-size: 11px;
	line-height: 15px;
}
#mcnews h2.contentheading a {
	font-size: 12px;
}
h3.fpnews {
	background: #B32;
	color: #FFF;
	margin: 0;
	margin-top: 14px;
	margin-bottom: 20px;
	padding-left: 4px;
	box-shadow: 3px 3px 6px #CCC;
}
.moduletablemc h3 {
	font-size: 14px;
	background: #B32;
	color: #FFF;
	margin: 0;
	margin-top: -5px;
	padding: 2px 0 4px 6px;
}
#mcmultimedia {
	width: 100%;
	float: left;
	margin-top: 0;
	padding: 0;
	background: #B32;
	overflow: hidden;
	margin-bottom: 12px;
}
#mcmultimedialeft {
	width: 300px;
	float: left;
	margin-top: 0;
}
#mcmultimediaright {
	width: 248px;
	float: right;
	margin-top: 0;
	margin-right: 16px;
}
#mcmultimediaright p {
	text-align: center;
}
#mcmultimediaright a {
	color: #FFF;
}
#mcvideoframe {
	margin: 0 0 -4px 0;
}
#mcoutterslider {
	position: relative;
	width: 300px;
	height:169px;
	float: left;
	overflow: hidden;
}
#mcinnerslider {
	width: 5000px;
	position: absolute;
	left: 0;
	top: -1px;
	background: #000;
}
#mccontrolbar {
	clear:both;
	width: 100%;
	float: left;
	margin-bottom: 0;
	background: #DFDFDF;
}
#mcvdtitle {
	width: 250px;
	margin: 0 2px 0 2px;
	min-height: 28px;
	float: left;
	text-align: center;
}
#mcvdtitle p {
	font-size: 10px;
	margin-top: 1px;
	line-height: 12px;
}
#mcgoback {
	width: 18px;
	float: left;
	margin-left: 4px;
}
#mcgofwrd {
	width: 18px;
	float:right;
	margin-right: 4px;
}
#ytploutterslider {
	position: relative;
	margin-top: 10px;
	width: 416px;
	height:234px;
	float: left;
	overflow: hidden;
}
#ytplinnerslider {
	width: 5000px;
	position: absolute;
	left: 0;
	top: 0;
	background: #000;
}
.moduletablemcleft ul {
	list-style-type: square;
	margin-left: 18px;
	padding-left: 0;
}
.moduletablemcleft ul li {
	font-size: 11px;
}
.moduletablemcleft ul li a {
	font-size: 11px;
}
#ytgallery_wrapper {
	width: 100%;
	margin-top: -20px;
}
#ytplayerbox {
	margin: 0;
	padding: 0;
}
#ytgallerybar {
	margin-top:4px;
	width: 99.7%;
	height:18px;
	border:1px solid black;background-image: url('../../../modules/mod_ytGallery/images/ytbg2.gif');
	background-repeat:repeat-x;
	text-align: center;
}
#allback {
	width:18px;
	float:left;
	text-align:center;
}
#mvback {
	width:18px;
	float:left;
	text-align:center;
}
#mvinfo {
	margin-top:0;
	text-align:center;
	font-size:11px;
}
#mvfwrd {
	width:18px;
	float:right;
	text-align:center;
}
#allfwrd {
	width:18px;
	float:right;
	text-align:center;
}
#ytgallery {
	width: 100%;
	background-color: #000;
	text-align: left;
	padding: 0;
}
.ytgallery_int a {
	display: block;
	font-size:10px;
	color: #FFF;
	line-height: 14px;
}
#cont_form form {
	margin: 0;
}
#footr_in .moduletable h3 {
	margin: 0;
	font-size: 12px;
	color: #FFF;
}
#footr_in .moduletable a, #footr_in .moduletable a:visited {
	color: #FFF;
}
#innerleft {
	width: 47.5%;
	float: left;
}
#innercenter {
	width: 34%;
	float: left;
}
#innerright {
	width: 47.5%;
	float: right;
}
.ytplayer {
	z-index: 2;
	width: 380px;
	float: left;
}
#ytplayer {
	width: 380px;
	height: 214px;
}
#ytlist {
	width: 191px;
	height: 204px;
	float: left;
	overflow-x: auto;
	border-top: 1px solid #AAA;
	border-bottom: 1px solid #AAA;
	border-right: 1px solid #AAA;
	padding: 4px;
}
p.vidinfo {
	margin-top: 0;
	margin-bottom: 12px;
	line-height:15px;
}


/* ****************************
	Estilos para pagebreak 
	
*********************************** */	

a.toclink {
	font-size: 11px;
	padding: 0;
}
.contenttoc, .article-index {
	border: 1px solid #CCC;
	background: #E9ECEF;
}
.contenttoc ul, .article-index ul {
	margin: 0;
	padding: 5px;
	line-height: 20px;
}
.contenttoc ul li, .article-index ul li {
	display: inline;
	margin: 0;
	padding: 0;
}
.contenttoc ul li:after, .article-index ul li:after {
	margin-left: 4px;
	margin-right: 4px;
	content: "|";	
}
.contenttoc ul li:last-child:after, .article-index ul li:last-child:after {
	content: "";	
}

/* ****************************
	fin Estilos para pagebreak 
	
*********************************** */	
/* ================ */
/* Estilos para com_tabs */
/* ================ */
#ctabs {
	clear: both;
	margin-top: 12px;
	float: left;
	border: 1px solid #AAA;
}
#ctabs-header {
	float: left;
	text-align: center;
}
#ctabs-header a {
	font-size: 13px;
	font-weight: bold;
}
#ctabs-content {
	clear: both;
	padding-top: 1px;
}
#ctabs-inner-content {
	clear: both;
	margin: 10px 5px;
}
/* ====================== */
/* Fim dos estilos para com_tabs */
/* ====================== */

/* Estilos para GSHS */

.latest_eventgshs { font-size:8pt; }

div.moduletablegshs h3 {
        text-align: center;
        color: #336699;
	padding: 4px 2px 4px 2px;
        margin-bottom: 0px;
        border-top: 2px solid #336699;
        border-bottom: 2px solid #336699;
}
div.moduletablegshs ul {
	list-style-type: none;
}
.mod_docman_catdowngshs {
margin-left:0px;
padding-left:0px;
}

.mod_docman_catdowngshs a {
font-size:8pt;
line-height:95%;
}
/* Final de los estilos para GSHS */
#htopics_out
{
  clear: both;
  float: left;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-top: -16px;
/*  background-image: url("../images/bg-980.png"); */
}

/* ========================== */
/* Estilos para World Health Assembly */
/* ========================== */
.wha {
	border: 3px double #196AAA;
	border-radius: 7px;
	margin-top: 0;
	margin-bottom: 10px;
	padding-top: 4px;
	padding-bottom: 6px;
}
.moduletable h3.wha {
	color: #196AAA;
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
}
#html5-text {
	font-size: 12px;
}
/* ================================ */
/* Fim dos estilos para World Health Assembly */
/* ================================ */

/* ===================== */
/* Estilos para modulo colapslist */
/* ===================== */
.moduletable .colapslist_title, .moduletablenoarroworange .colapslist_title {
	cursor: default;
	color: #26C;
	font-size: 13px;
	font-weight: normal;
}
.moduletable .colapslist_title_hover, .moduletablenoarroworange .colapslist_title_hover {
	cursor: pointer;
	font-size: 13px;
	font-weight: normal;
	color: #DD7700;
}
.moduletablebold .colapslist_titlebold {
	cursor: default;
	color: #26C;
	font-size: 13px;
	font-weight: normal;
}
.moduletablebold .colapslist_title_hoverbold {
	cursor: pointer;
	font-size: 13px;
	font-weight: normal;
	color: #DD7700;
}
.moduletableorange .colapslist_titleorange {
	cursor: default;
	color: #DD7700;
	font-size: 13px;
	font-weight: normal;
}
.moduletableorange h3 {
	color: #DD7700;
	font-size: 13px;
	font-weight: normal;
}
.moduletablenoarrow h3 {
	font-size: 13px;
	font-weight: normal;
}
.moduletableh1n1 h3 {
	color: #259;
}
.moduletableorange .colapslist_title_hoverorange {
	cursor: pointer;
	font-size: 13px;
	font-weight: normal;
	color: #26C;
}
.moduletablenoarrow .colapslist_titlenoarrow {
	cursor: default;
	color: #26C;
	font-size: 13px;
	font-weight: normal;
}
.moduletablenoarrow .colapslist_title_hovernoarrow {
	cursor: pointer;
	font-size: 13px;
	font-weight: normal;
	color: #DD7700;
}
.moduletablenoarroworange .colapslist_titlenoarroworange {
	cursor: default;
	color: #DD7700;
	font-size: 13px;
	font-weight: bold;
}
.moduletablenoarroworange h3, .colapslist_title_hovernoarroworange {
	cursor: pointer;
	font-size: 13px;
	font-weight: bold;
	color: #D70;
}

.moduletablenoarrow img.colapslist_arrownoarrow {
	display: none;
}
.moduletablenoarroworange img.colapslist_arrownoarroworange {
	display: none;
}
.moduletable img.colapslist_arrow {
	float: left;
	margin: 2px 6px 0 0;
}
.moduletablenoarroworange img.clp_internal_img {
	display: block;
	float: left;
	margin: 2px 6px 0 0;
}
.colapslist_list ul {
	list-style-type: square;
	margin-left: 14px;
}
.colapslist_main ul li, .colapslist_mainnoarrow ul li, .colapslist_mainnoarroworange ul li {
	margin-left: 12px;
}

.colapslist_mainorangetitle ul {
	list-style-type: none;
}
.colapslist_mainorangetitle ul li {
	margin-left: -14px;
	line-height: 15px;
}
#sidebar .moduletableorangetitle .colapslist_mainorangetitle ul li a {
	display: block;
	font-size: 13px;
	font-weight: bold;
	color: #dd7700;
	margin-top: 0px;
	border-bottom: 1px solid #AAA;
	padding-bottom: 2px;
}
#sidebar .moduletableorangetitle h3 {
	display: none;
}

.moduletablenoarroworange ul {
	margin-left: 12px;
}
.moduletableeb h3 {
	color: #248;
	margin: 16px 0 6px 0;
}
.moduletableeb h3 img {
	margin-right: 6px;
}
.moduletableeb ul {
	list-style-type: square;
	margin-left: 24px;
}
.colaps_bulptd {
    background-color: #EEEEF6;
	width:20px;
	height:20px;
    border-bottom: 2px solid #999;
}
a.colapslistptd {
    background-color: #EEEEF6;
    display:block;
    font-weight: bold;
	width:478px;
	height:20px;
	margin-bottom: -12px;
    border-bottom: 2px solid #999;
}
.colaps_liptd {
	list-style-type: none;
	width: 478px;
	margin-left: -32px;
	padding-left: -32px;
	padding-bottom: 8px;
	border-bottom: 1px solid #CCC;
	margin-bottom: 10px;
}
ul#list_3547 {
	margin-top: 100px;
	margin-left: -10px;
	padding-left: -10px;
}

ul.colaps_ulnoarrow li {
	margin-bottom: 6px;
}

.moduletable .clplst p {
	font-size: 11px;
}

/* ============================= */
/* Fim dos estilos para o modulo colapslist */
/* ============================= */

/* =================== */
/* Estilos para Health Topics */
/* =================== */
.htopics {
	margin-top: -16px;
	color:#C60;
	font: 26px/32px 'Cabin', sans-serif;
}
.htsub {
	color:#25A;
	font: 18px/20px 'Cabin', sans-serif;
	margin-bottom: 25px;
}
.htdef {
 	border-bottom: 1px solid #DDD;
	margin-bottom:18px;
	font-size:12px;
	font-style: italic;
}
#htphoto {
	float: left;
	margin: 2px 8px 6px 0;
}

#htphoto p.htcaption {
	color:#999;
	font-size:10px;
	margin: -5px 0 0 0;
}
#htblurb::after {
	clear: both;
}
.htheader {
	background: #FFF;
	color: #C60;
	font-size: 14px;
	font: 16px/19px 'Cabin', sans-serif;
	margin-top:10px;
	margin-bottom: 12px;
	border-bottom: 1px solid #AAA;
}
#htpahowho {
	clear: both;
	width: 99.6%;
	float: left;
	border:1px solid #CCC;
	margin-bottom: 12px;
}
#htpahowho:after {
	clear: both;
}
#htpaho {
	width: 48%;
	float: left;
	margin: 1%;
}
#htwho {
	width: 48%;
	float: right;
	margin: 1%;
}
.httopics ul.categorias {
	background: #EFF3FC;
	list-style-type: none;
	margin-top: -12px;
	margin-left: 0;
	margin-bottom: 12px;
	padding-top: 1px;
	padding-left: 2px;
	padding-bottom: 4px;
	line-height: 13px;
}
.httopics ul.categorias li {
	display: inline;
	margin: 0;
	font-size: 11px;
}
.httopics ul.categorias li::after {
	content: " | ";
}
.httopics ul.categorias li:last-child::after {
	content: " ";
}
.httopics ul.categorias li a {
	font-size: 10px;
}
.htlatest {
	margin-top: -5px;
	margin-bottom: 2px;
	font-size: 12px;
	font-weight: bold;
	color: #25A;
}

#gov-bodies-text {

}

#gov-bodies-text h2 {
	font-size:12px;
}

#gov-bodies-text a {
	text-decoration:underline;
}

/* ========================= */
/* Fim dos estilos para Health Topics */
/* ========================= */

.ytGalleryCell-l {
	clear: both;
	width: 48%;
	float: left;
	margin-bottom: 10px;
}
.ytGalleryCell-r {
	clear: none;
	width: 48%;
	float: right;
	margin-bottom: 10px;
}
.ytGalleryCell-l img, .ytGalleryCell-r img {
	border: 1px solid #CCC;
}
.ytGalleryCell-l a p, .ytGalleryCell-r a p {
	line-height: 14px;
}
.moduletable h2.ytGallery {
	font-size: 14px;
	border-bottom: 2px solid #258;
	margin-top: -25px;
}
.ytGalleryNext {
	width: 49.5%;
	float: right;
	margin-bottom: 8px;
	text-align: right;
}
.ytGalleryPrev {
	width: 49.5%;
	float: left;
	margin-bottom: 8px;
}
.ytGalleryNext a, .ytGalleryPrev a {
	border: 1px solid #CCC;
	border-radius: 6px;
	background: #EEE;
	padding: 3px;
	font-size: 14px;
	font-weight: bold;
}

/* ========================= */
/* Inicio: Estilos para Dias Mundiales */
/* ========================= */
/* GRID - GRID - GRID - GRID */
.wd-panel {
	clear: both;
	width: 100%;
	float: left;
	margin-top: 6px;
	margin-bottom: 12px !important;
 	box-sizing: border-box;
 }
.wd-column, .wd-quarter {
	width: 22.5%;
	float: left;
	margin-left: 1.6%;
	margin-right: 1.6%;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 12px !important;
 	box-sizing: border-box;
}
.wd-column:first-child, .wd-quarter:first-child {
	margin-left: 0;
}
.wd-half {
	width: 48%;
	float: left;
	margin-left: 0;
	margin-right: 4%;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 12px !important;
 	box-sizing: border-box;
}
.wd-half:nth-child(even) {
	float: right;
	margin-right: 0;
}
.wd-third {
	width: 31%;
	float: left;
	margin-left: 0;
	margin-right: 3.5%;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 12px !important;
 	box-sizing: border-box;
}
.wd-column:last-child, .wd-quarter:last-child, .wd-third:last-child {
	float: right;
	margin-right: 0;
}
.wd-twothirds {
	width: 62%;
	float: right;
	margin-left: 3.5%;
	margin-right: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 12px !important;
 	box-sizing: border-box;
}
.wd-twothirds:after {
  content: "";
  display: table;
  clear: both;
}
/* BORDERS - BORDERS */
.wd-border {
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
}
.wd-dotted-border {
	border-top: 1px dotted #aaa;
	border-bottom: 1px dotted #aaa;
}
.wd-border-tp {
	border-top: 1px solid #999;
}
.wd-dotted-border-tp { 
	border-top: 1px dotted #aaa;
}
.wd-border-bt, .wd-border-special {
	border-bottom: 1px solid #999;
}
.wd-dotted-border-bt, .wd-dotted-border-special {
	border-bottom: 1px dotted #aaa;
}
.wd-border-full {
	border: 1px solid #999;
}
.wd-dotted-border-full {
	border: 1px dotted #aaa;
}
.wd-border-round {
	border-radius: 5px;
}
/* SPACING - SPACING */
.wd-padding {
	padding: 6px;
}
.wd-img {
	width: 100%;
	height: auto;
	box-sizing: border-box;
}
.wd-img-left {
	width: 100%;
	height: auto;
	box-sizing: border-box;
	float: left;
	margin: 2px 8px 4px 0;
}
.wd-img-right {
	width: 100%;
	height: auto;
	box-sizing: border-box;
	float: right;
	margin: 2px 0 4px 8px;
}
.wd-circle {
	border-radius:50%!important;
}
.wd-pull-up {
	margin-top: -10px;
}
/* TYPOGRAPHY - TYPOGRAPHY */
.wd-panel h2 {
	font-size: 44px;
	line-height: 40px;
}
.wd-panel h3 {
	font-size: 32px;
	line-height: 28px;
}
.wd-panel h4 {
	font-size: 15px;
	line-height: 19px;
}
.wd-bold {
	font-weight: bold;
}
.wd-clear {
	clear: both;
}
.wd-panel p {
	margin-top: 0;
	margin-bottom: 12px;
	color: inherit;
	line-height: 18px;
}
/* COLORS - COLORS - COLORS */
.wd-title-blue {
	background: #0081b8;
	color: #FFF;
	padding: 6px;
	margin-top: -11px !important;
}
.wd-title-orange {
	background: #FF6600;
	color: #FFF;
	padding: 6px;
	margin-top: -11px !important;
}
.wd-title-red {
	background: #ae1503;
	color: #FFF;
	padding: 6px;
	margin-top: -11px !important;
    
}

      
.wd-column p.wd-title-blue, .wd-column p.wd-title-orange, .wd-column p.wd-title-red {
	color: #FFFFFF;
}
.wd-bg-gray {
	background: #E6E9EC;
}
.wd-bg-blue {
	background: #E4F6FF;
}
.wd-bg-dark-blue {
	background: #0081b8;
}
.wd-bg-orange {
	background: #FF6600;
}
.wd-bg-red {
	background: #ae1503;
}
.wd-bg-fucsia {
	background: #de4d88;
}
.wd-bg-teal {
	background: #1f8e7c;
}
.wd-white {
	color: #FFFFFF;
}
.wd-blue {
	color: #258;
}
.wd-red {
	color: #ae1503;
}
.wd-white a {
	color: #FFFFFF;
}
/* EFFECTS - EFFECTS - EFFECTS */
.wd-animate-down {
	position: relative;
	-webkit-animation: wddown 0.6s;
	animation: wddown 0.6s
}
@-webkit-keyframes wddown {
	from{top:-300px;opacity:0} to{top:0px;opacity:1}
}
@keyframes wddown {
	from{top:-300px;opacity:0} to{top:0;opacity:1}
}
.wd-animate-up {
	position: relative;
	-webkit-animation: wdup 0.6s;
	animation: wdup 0.6s
}
@-webkit-keyframes wdup {
	from{bottom:-300px;opacity:0} to{bottom:0px;opacity:1}
}
@keyframes wdup {
	from{bottom:-300px;opacity:0} to{bottom:0;opacity:1}
}
.wd-animate-right {
	position: relative;
	-webkit-animation: wdrt 0.6s;
	animation: wdrt 0.6s
}
@-webkit-keyframes wdrt {
	from{left:-300px;opacity:0} to{left:0px;opacity:1}
}
@keyframes wdrt {
	from{left:-300px;opacity:0} to{left:0;opacity:1}
}
.wd-animate-left {
	position: relative;
	-webkit-animation: wdlft 0.6s;
	animation: wdlft 0.6s
}
@-webkit-keyframes wdlft {
	from{right:-300px;opacity:0} to{right:0px;opacity:1}
}
@keyframes wdlft {
	from{right:-300px;opacity:0} to{right:0;opacity:1}
}
.bkbutton {
	margin-top: 6px;
	color: #FFF;
	background: #0081b8;
	border: none;
	border-radius: 5px;
	padding: 4px 8px;
	}

a.bkbutton:hover {
	color: #FFDD99;
	text-decoration: underline;
}
a.bkbutton, a.bkbutton:visited {
	color: #FFF;
}
/* ======================== */
/* Final: Estilos para Dias Mundiales */
/* ======================== */

/* ========================================= */
/* ESTILOS PARA TORNAR O TEMPLATE RESPONSIVO */
/* ========================================= */

/* ================================================================================ */
/* Para janelas acima de 1024 pixels de largura                                     */
/* ================================================================================ */

@media screen and (min-width: 990px) {
	#wrapper {
		width: 1024px;
/*		outline: 1px solid #EBEBEB; */
		margin: -1px auto 0 auto;
		border-top: 1px solid #EBEBEB;
		border-left: 1px solid #EBEBEB;
		border-right: 1px solid #EBEBEB;
		padding-top: 5px;
	}
	#language {
		width: 1004px;
		margin-top: 0px;
		text-align: right;
	}
	#language ul {
		list-style-type: none;
	}
	#language ul li {
		display: inline;
		font-size: 12px;
		margin-left: 10px;
	}
	#language ul li a {
		font-weight: normal;
	}
	#header {
		width: 980px;
		position: relative;
		margin: 0 22px;
		float: left;
		text-align: center;
	}
	#flag {
		position: absolute;
		right: 0;
		top: 0;
	}
	#flag img {
		width: 250px;
		height: auto;
	}
	#banner {
		position: relative;
		width: 352px;
		float: none;
		margin: 0 auto;
		height: 70px;
	}
	#bnrimg {
		position: absolute;
		top: 0;
		left: 0;
		border: 0;
	}
	#bnrimg img {
		border: 0;
	}
	#link_paho {
		position: absolute;
		top: 3px;
		left: 0;
	}
	#link_paho img {
		width: 162px;
		height: 59px;
		border: 0;
	}
	#link_who {
		position: absolute;
		top: 2px;
		left: 190px;
	}
	#link_who img {
		width: 159px;
		height: 62px;
		border: 0;
}
	#link_ops {
		position: absolute;
		top: 2px;
		left: 0;
	}
	#link_ops img {
		width: 149px;
		height: 50px;
		border: 0;
	}
	#link_oms {
		position: absolute;
		top: 2px;
		left: 176px;
	}
	#link_oms img {
		width: 173px;
		height: 62px;
		border: 0;
	}
	#share {
		position: absolute;
		width: 138px;
		right: 0;
		top: 25px;
		text-align: right;
		border: none;
	}
	#search input[name="scope"] {
		display: none;
	}
	#search input[name="q"] {
		position: absolute;
		width: 210px;
		height: 22px;
		border: 1px solid #DBEEF9;
		border-radius: 0;
		top: 6px;
		left: 730px;
	}
	#search input[name="sa"] {
		position: absolute;
		top: 7px;
		right: 10px;
		border-left: 1px solid #196AAA;
		width: 70px;
		height: 28px;
		margin-left: -4px;
		border-radius: 0;
	}
	.ocm {
		display: none;
	}
	#open_close_menu {
		display: block;
		border: none;
		width: 100%;
	}
	#menus {
		width: 1024px;
		position: relative;
		clear: both;
		display: block;
		height: 41px; /* antes del bootstrap era 13px */
		margin-top: 80px;
		margin-left: 0;
		padding-bottom: 28px;
		border: none;
		margin-bottom: 0;
		background:	#008DC9;
	}
	#menus ul {
		list-style: none;
		margin: 0;
		padding: 0;
		margin-left: 10px;
	}
	#menus li {
		display: inline;
	}
	#menus a {
		font-family: Arial;
		font-size: 12px;
		font-weight: bold;
		letter-spacing: 0;
		line-height: 41px;
		color: #666;
		color: #FFF;
		text-decoration: none;
	}
	#menus ul li {
		float:left;
		position: relative;
		margin-left: 2px;
		padding-left: 2px;
		margin-right: 6px;
		padding-right: 6px;
	}
	#menus ul li ul {
		/* mudar abaixo para habilitar submenus */
		display: none;
		position: absolute;
		display: none;
		width: 220px;
		top: 28px;
		left:0;
		padding-top: 6px;
		padding-left: 4px;
		background-color: #F9F9F9;
		border: 1px solid #666;
		border-top: 2px dotted #666;
	}
	#menus ul li ul li a {
		font: 13px/22px Verdana, Arial, sans-serif;
	}
	#menus ul li a:hover {
		display: block;
	}
	#menus ul li:hover {
		background: #C60;
		display: block;
	}
	#breadcrumbs {
		width: 100%;
		float: left;
		margin: 0;
	}
	#breadcrumbs ul {
		padding: 3px 0 3px 0;
		background: #FFF !important;
	}
	ul.breadcrumb li {
		display: inline;
		font-size: 11px;
		margin-left: 0px;
	}
	dt.article-info-term {
		display: none;
	}
	dd.modified {
		margin-left: -20px;
		color: #999;
	}
	#main, #htmain {
		background-image: url(../images/bg-980.png);
		width: 980px;
		margin: 0 22px;
	}
	#highlight_out {
		width: 150px;
		float: left;
		margin-top: 0;
	}
	#highlight_mid h3 {
		background: #258;
		color: #EEE;
		padding: 3px 4px;
		font-size: 11px;
		line-height: 14px;
		margin: 8px 0 0 0;
	}
	#highlight_mid {
		margin-right: 10px;
		background: #F0F6FC;
	}
	#highlight_mid ul {
		list-style-type: none;
		margin: 0;
		padding: 3px 5px;
	}
	#highlight_mid ul li {
		line-height:16px;
		border-bottom: 1px solid #9AB;
		margin-left: 0;
		margin-top: 3px;
		margin-bottom: 3px;
		padding-bottom: 4px;
	}
	#highlight_mid li:last-child {
		border-bottom: none;
	}
	#highlight_mid ul li a {
		font-size: 12px;
		color: #369;
		text-decoration: none;
	}
	#highlight_mid ul li ul {
		list-style-type: none;
		margin-left: 10px;
		padding: 0;
	}
	#highlight_mid ul li ul li {
		line-height: 12px;
	}
	#highlight_mid ul li ul li a {
		font-size: 11px;
	}
	#content_left {
		width: 750px;
		float:left;
		margin-top: 20px;
		margin-left: 0;
	}
	#content_right {
		width: 820px;
		float:left;
		margin-top: 20px;
		margin-left: 10px;
	}
	#content_lr {
		width: 580px;
		float:left;
		margin-left: 10px;
		padding: 0;
	}
	#topics_left {
		width: 750px;
		float: left;
	}
	.httopics {
		width: 48.5%;
	}
	.httopics:nth-of-type(odd) {
		float: left;
		clear: both;
	}
	.httopics:nth-of-type(even) {
		float: right;
		clear: none;
	}
	#right {
		display: block;
		width: 200px;
		float: right;
		margin-top: 0px;
		margin-left: 20px;
	}
	#honcode {
		margin: 0;
		text-align: left;
	}
	.soc {
		width: 38px;
	}
	#honcode img {
		width: 32px;
		height: auto;
		margin: 0;
		padding: 0;
	}
	#honcode p {
		margin-left: 5px;
		font-size: 11px;
	}
	#footr_out {
		width: 1024px;
		float: none;
		margin: 0px auto;
		border-left: #EBEBEB;
	}
	#footr_in {
		width: 1004px;
		float: left;
		margin-top: 10px;
		margin-left: 10px;
	}
	#footer_logo {
		text-align: left;
		margin: 2px 0 5px 2px;
	}
	#footer_logo img {
		width: 200px;
		height: auto;
	}
	.ftmenu:nth-child(1n+2) {
		width: 19%;
	}
	.ftmenu:nth-child(odd) {
		width: 54%;
		margin-right: 3%;
	}
	.ftmenu:nth-child(1n+3) {
		width: 22%;
	}
	#site-info {
		border-top: 1px solid #AAA;
		background: #F5F5F5;
		color: #000;
	}
	#slides {
		width: 978px;
		height: 315px;
		position: relative;
		margin: -10px 0 18px 0;
		background: #FFF;
		border: 1px solid #CCC;
		overflow: hidden;
	}
	.fp_slsh_foto {
		width: 600px;
		float: left;
		z-index: 3;
		overflow: hidden;
	}
	.fp_slsh_foto_margin {
		width: 600px;
		float: left;
		z-index: 3;
		overflow: hidden;
		margin-top: -65px;
	}
	.fp_slsh_play {
		width: 600px;
		float: left;
		margin-left: -600px;
		z-index: 8000;
	}
	.fp_slsh_play img, .fp_slsh_play img {
		width: 600px;
		height: 315px;
	}
	.fp_slsh_foto img, .fp_slsh_foto_margin img {
		width: 600px;
	}
	.fp_slsh_texto {
		width: 360px;
		height: 290px;
		float:left;
		margin: 0 0 0 20px;
		padding: 0;
		display: table;
		overflow: hidden;
	}
	.sl_texto {
		margin-right: 20px;
		padding-right: 10px;
		display: table-cell;
		vertical-align: middle;
	}
	#mini_sld_texto {
		display: none;
	}
	#big_slide {
		width: 6000px;
		height: 315px;
		overflow-y: hidden;
		position: absolute;
		top: 0;
		left: 0;
	}
	#big_slide h2 {
		font-family: Arial;
		font-size: 18px;
		max-height: 290px;
		line-height: 26px;
		font-weight: bold;
	}
	#circles {
		clear:both;
		height: 21px;
		padding: 0;
		margin:0 auto 0 auto;
	}
	#sld_crc {
		position: absolute;
		width: 370px;
		height: 22px;
		right: 0;
		top: 293px;
		text-align: center;
		z-index: 9100;
	}
	#home_widgets {
		width: 984px;
		margin-left: 20px;
	}
	#home_widgets ul {
		list-style-type: square;
		color:	#008DC9;
	}
	.moduletablefpsdbr {
		background: #F5F5F5;
		padding: 16px;
		border-bottom: 2px solid #F5F5F5;
	}
	.moduletablefpsdbr ul {
		list-style-type: none;
	}
	.moduletablefpsdbr ul li {
		clear: both;
		border-bottom: 1px solid #CCC;
		padding-bottom: 8px;
		margin-bottom: 12px;
		min-height: 40px;
	}
	.moduletablefpsdbr ul li:last-child {
		border-bottom: none;
	}
	#sidebar .moduletablefpsdbr ul li a.bar_title {
		color: #25A;
		font-size: 11px;
		font-weight: bold;
	}
	#sidebar .moduletablefpsdbr ul li span.bar_sub {
		font-size: 11px;
	}
	.moduletablefpsdbr img {
		border: none;
		width: 38px;
		height: auto;
		float: left;
		margin: 2px 6px 18px 0;
	}
	ul.campaigns li {
		margin-bottom: 10px;
	}
	#stories {
		position: relative;
		width: 820px;
		height: 460px;
		float: left;
		overflow: hidden;
		background: #000;
		border-top: 5px solid #000;
		border-bottom: 5px solid #000;
	}
	#big_story {
		position: absolute;
		width: 20000px;
		height: 460px;
		left: 0;
		top: 0;
	}
	.slide_container {
		position: relative;
		width: 820px;
		height: 460px;
		float: left;
	}
	.stories_title {
		width: 820px;
		height: 30px;
		position: absolute;
		top: 0;
		left: 5px;
	}
	p.stories {
		margin-top: 0;
		color: #EEE;
		font-size: 20px;
		font-weight: bold;
	}
	.stories_slide {
		width: 580px;
		height: 387px;
		position: absolute;
		left: 5px;
		top: 30px;
	}
	.stories_slide img {
		width: 580px;
		height: 387px;
	}
	.stories_control {
		position: absolute;
		width: 585px;
		height: 40px;
		left: 0;
		top: 420px;
	}
	.control_left {
		width: 40px;
		float: left;
		margin-left: 5px;
	}
	.control_right {
		width: 40px;
		float: right;
	}
	.stories_caption {
		position: absolute;
		width: 225px;
		height: 430px;
		top: 32px;
		left: 590px;
		font-size: 18px;
		line-height: 24px;
		color: #EEE;
	}	
		#big_pubslide {
		width: 6000px;
		height: 240px;
		position: absolute;
		top: 0;
		left: 0;
	}
	.pub_slsh_texto img {
		width: 140px;
		height: auto;
		float: left;
		border: 1px solid #CCC;
		margin: 0 18px 4px 0;
	}
	.pub_slsh_texto {
		width: 580px;
		margin-left: 0;
		float: left;
	}
	.pub_slsh_texto p, .pub_slsh_texto li {
		margin-top: 2px;
		margin-bottom: 0;
		font-size: 12px;
		line-height: 18px;
	}
	.pub_slsh_texto a {
		font-size: 12px;
	}
	.image_only {
		width: 580px;
		margin-left: 0;
		float: left;
	}
	.image_only img {
		width: 100%;
		height: auto;
	}
	span.pub_title a {
		display: block;
		margin-bottom: 8px;
		font-size: 14px;
		line-height: 19px;
		font-weight: bold;
	}
	#pubslides {
		width: 580px;
		height: 240px;
		float: left;
		position: relative;
		margin: 10px 0 5px 0;
		overflow: hidden;
		border-bottom: 1px solid #CCC;
	}
	#pubsld_crc {
		width: 100%;
		float: left;
		text-align: center;
		margin-top: 0;
		margin-bottom: 12px;
	}
	#pubcircles {
		margin: 0 auto;
	}
}

/* ================================================================================ */
/* Para janelas acima de 768 pixels de largura mas menos de 1024 pixels            */
/* ================================================================================ */

@media screen and (min-width: 768px) and (max-width: 989px) {
	#wrapper {
		width: 768px;
		outline: 1px solid #EBEBEB;
		margin: -1px auto 0 auto;
		border-left: 1px solid #F0F0F0;
		border-right: 1px solid #F0F0F0;
		padding-top: 5px;
		overflow: hidden;
	}
	#language {
		width: 748px;
		margin: 0 10px;
		text-align: right;
	}
	#language ul {
		list-style-type: none;
	}
	#language ul li {
		display: inline;
		font-size: 11px;
		margin-left: 10px;
	}
	#header {
		width: 748px;
		position: relative;
		margin: 0;
		margin-left: 10px;
		float: left;
		text-align: center;
	}
	#flag {
		position: absolute;
		right: 0;
		top: 8px;
	}
	#flag img {
		width: 180px;
		height: auto;
	}
	#banner {
		position: relative;
		width: 340px;
		float: none;
		margin: 0 auto;
		height: auto;
	}
	#bnrimg {
		position: absolute;
		top: 0;
		left: 0;
		border: 0;
	}
	#bnrimg img {
		max-width: 350px;
		height: auto;
		border: 0;
	}
	#link_paho {
		top: 2px;
		left: 0;
	}
	#link_paho img {
		width: 160px;
		height: 58px;
		border: 0;
	}
	#link_who {
		top: 2px;
		left: 185px;
	}
	#link_who img {
		width: 154px;
		height: 61px;
		border: 0;
}
	#link_ops {
		position: absolute;
		top: 2px;
		left: 0;
	}
	#link_ops img {
		width: 146px;
		height: 50px;
		border: 0;
	}
	#link_oms {
		position: absolute;
		top: 2px;
		left: 170px;
	}
	#link_oms img {
		width: 170px;
		height: 61px;
		border: 0;
	}
	#share {
		position: absolute;
		width: 138px;
		right: 0;
		top: 18px;
		text-align: right;
		border: none;
	}
	#search {
		color: #008DC9;
	}
	#search input[name="scope"] {
		display: none;
	}
	#search input[name="q"] {
		position: absolute;
		width: 160px;
		height: 18px;
		border: 1px solid #DBEEF9;
		border-radius: 0;
		left: 538px;
		top: 5px;
	}
	#search input[name="sa"] {
		position: absolute;
		right: 10px;
		top: 5px;
		width: 56px;
		height: 24px;
		margin-left: -4px;
		border-radius: 0;
	}
	.ocm {
		display: none;
	}
	#open_close_menu {
		display: block;
		border: none;
		width: 100%;
	}
	#menus {
		width: 768px;
		position: relative;
		clear: both;
		display: block;
		height: 30px; /* antes de bootstrap era 10px */
		margin-top: 80px;
		margin-left: 0;
		padding-bottom: 24px;
		border: none;
		margin-bottom: 0;
		background:	#008DC9;
	}
	#menus ul {
		width: 562px;
		list-style: none;
		margin: 0;
		padding: 0;
		margin-left: 10px;
	}
	#menus li {
		display: inline;
		margin-top: 2px;
	}
	#menus a {
		margin-left: 4px;
		padding-left: 4px;
		font-family: Arial;
		font-size: 11px;
/*		font-weight: bold;
		letter-spacing: -1px; */
		line-height: 27px;
		color: #FFF;
		text-decoration: none;
	}
	#menus ul {
		list-style: none;
		margin: 0;
		padding: 0;
		margin-left: 0;
	}
	#menus li {
		display: inline;
	}
	#menus ul li {
		float:left;
		position: relative;
	}
	#breadcrumbs {
		background: #FFF;
		margin: 0;
		padding-top: 4px;
		padding-bottom: 6px;
	}
	.pathway {
		font-size: 11px;
	}
	#main, #htmain {
		background-image: url(../images/bg-780.png);
		width: 748px;
		margin: 0 10px;
	}
	#content_lr {
		width: 440px;
		float:left;
		margin-top: 9px;
		margin-left: 0px;
	}
	#content_lr img {
		max-width: 100%;
		height: auto;
	}
	#content_left {
		width: 580px;
		float:left;
		margin-left: 0;
	}
	#content_right {
		background: #FFF;
		width: 610px;
		float:left;
		margin-left: 10px;
	}
	.httopics {
		width: 48.5%;
		float: left;
		clear: both;
	}
	.httopics:nth-child(even) {
		float: right;
		clear: none;
	}
	#right {
		display: block;
		width: 150px;
		float: right;
		margin-top: 0;
	}
	#right img {
		max-width: 100%;
		height: auto;
	}
	#sidebar {
		padding: 0;
	}
	#highlight_out {
		width: 140px;
		float: left;
	}
	#highlight_mid h3 {
		background: #258;
		color: #EEE;
		padding: 3px;
		font-size: 11px;
		line-height: 14px;
		margin: 8px 0 0 0;
	}
	#highlight_mid {
		margin-right: 10px;
	}
	#highlight_mid ul {
		list-style-type: none;
		margin: 0;
		padding: 3px 5px;
	}
	#highlight_mid ul li {
		display: block;
		line-height:16px;
		border-bottom: 1px solid #9AB;
		margin-top: 3px;
		margin-bottom: 3px;
		padding-bottom: 2px;
	}
	#highlight_mid li:last-child {
		border-bottom: none;
	}
	#highlight_mid ul li a {
		font-size: 12px;
		color: #369;
		text-decoration: none;
	}
	#highlight_mid ul li ul {
		display: list-item;
		list-style-type: none;
		margin-left: 10px;
		padding: 0;
	}
	#highlight_mid ul li ul li {
		display: list-item;
	}
	#highlight_mid ul li ul li a {
		font-size: 11px;
	}
	#left3, #left4, #left5 {
		display: block;
	}
	#home-widget-area-1 h3, #home-widget-area-2 h3, #home-widget-area-3 h3 {
		margin-top: 0;
	}
	#home_widgets, #countries {
		clear:both;
		width: 748px;
		margin-left: 10px;
		float:left;
	}
	#footr_out {
		width: 768px;
		float: none;
		margin: 0px auto;
		border-left: EBEBEB;
	}
	#footr_in {
		width: 760px;
		float: left;
		margin-top: 10px;
		margin-left: 4px;
	}
	.ftmenu:nth-child(1n+2) {
		width: 19%;
	}
	.ftmenu:nth-child(odd) {
		width: 54%;
		margin-right: 3%;
	}
	.ftmenu:nth-child(1n+3) {
		width: 22%;
	}
	#honcode {
		margin: 0;
		text-align: left;
	}
	.soc {
		width: 32px;
	}
	#honcode img {
		width: 28px;
		height: auto;
		margin: 0;
		padding: 0;
	}
	#honcode p {
		margin-left: 5px;
		font-size: 10px;
	}
		#footer_logo {
		text-align: left;
		margin: 2px 0 5px 2px;
	}
	#footer_logo img {
		width: 180px;
		height: auto;
	}
	.ftmenu a {
		line-height: 14px;
	}
	#site-info {
		border-top: 1px solid #AAA;
		background: #F5F5F5;
		color: #000;
	}
	.moduletablefpsdbr {
		background: #F5F5F5;
		padding: 10px;
		border-bottom: 2px solid #F5F5F5;
	}
	.moduletablefpsdbr ul {
		list-style-type: none;
	}
	.moduletablefpsdbr ul li {
		clear: both;
		border-bottom: 1px solid #CCC;
		padding-bottom: 8px;
		margin-bottom: 12px;
		min-height: 40px;
	}
	.moduletablefpsdbr ul li:last-child {
		border-bottom: none;
	}
	#sidebar .moduletablefpsdbr ul li a.bar_title {
		color: #25A;
		font-size: 11px;
		font-weight: bold;
	}
	#sidebar .moduletablefpsdbr ul li span.bar_sub {
		font-size: 11px;
	}
	.moduletablefpsdbr img {
		border: none;
		width: 38px;
		height: auto;
		float: left;
		margin: 2px 6px 18px 0;
	}
	#stories {
		position: relative;
		width: 610px;
		height: 340px;
		float: left;
		overflow: hidden;
		background: #000;
		border-top: 5px solid #000;
		border-bottom: 5px solid #000;
	}
	#big_story {
		position: absolute;
		width: 20000px;
		height: 340px;
		left: 0;
		top: 0;
	}
	.slide_container {
		position: relative;
		width: 610px;
		height: 340px;
		float: left;
	}
	.stories_title {
		width: 610px;
		height: 25px;
		position: absolute;
		top: 0;
		left: 5px;
	}
	p.stories {
		margin-top: 0;
		color: #EEE;
		font-size: 18px;
		font-weight: bold;
	}
	.stories_slide {
		width: 400px;
		height: 268px;
		position: absolute;
		left: 5px;
		top: 25px;
	}
	.stories_slide img {
		width: 400px;
		height: 268px;
	}
	.stories_control {
		position: absolute;
		width: 405px;
		height: 40px;
		left: 0;
		top: 297px;
	}
	.control_left {
		width: 40px;
		float: left;
		margin-left: 5px;
	}
	.control_right {
		width: 40px;
		float: right;
	}
	.stories_caption {
		position: absolute;
		width: 188px;
		height: 305px;
		top: 27px;
		left: 415px;
		font-size: 15px;
		line-height: 18px;
		color: #EEE;
	}	
	#big_pubslide {
		width: 6000px;
		height: 230px;
		position: absolute;
		top: 0;
		left: 0;
	}
	.pub_slsh_texto img {
		width: 120px;
		height: auto;
		float: left;
		border: 1px solid #CCC;
		margin: 0 8px 4px 0;
	}
	.pub_slsh_texto {
		width: 440px;
		margin-left: 0;
		float: left;
	}
	.pub_slsh_texto p, .pub_slsh_texto li {
		margin-top: 0;
		margin-bottom: 0;
		font-size: 12px;
		line-height: 16px;
	}
	.pub_slsh_texto a {
		font-size: 12px;
	}
	span.pub_title a {
		display: block;
		margin-bottom: 5px;
		font-size: 14px;
		font-weight: bold;
	}
	#pubslides {
		width: 440px;
		float: left;
		height: 230px;
		position: relative;
		margin: 10px 0 5px 0;
		overflow: hidden;
		border-bottom: 1px solid #CCC;
	}
	#pubsld_crc {
		width: 100%;
		float: left;
		text-align: center;
		margin-top: 0;
		margin-bottom: 12px;
	}
	#pubcircles {
		margin: 0 auto;
	}
	
	/* ==================== */
	/* Estilos para Dias Mundiales */
	/* ==================== */
	.wd-img {
		width: 100%;
		height: auto;
	}
	.wd-column, .wd-quarter, .wd-half {
		width: 47.5%;
		float: left;
		margin-left: 0;
		margin-right: 1%;
	}
	.wd-column:nth-child(odd), .wd-quarter:nth-child(odd) {
		clear: both;
	}
	.wd-column:nth-child(even), .wd-quarter:nth-child(even), .wd-half:nth-child(even) {
		float: right;
		margin-right: 0;
	}
	.wd-third {
		width: 32%;
		margin-right: 2%;
	}
	.wd-twothirds {
		width: 66%;
		margin-left: 0;
	}
	.wd-border {
		margin-top: -13px;
	}
	.wd-border:first-child {
		margin-top: -13px;
	}
	.wd-border-round {
	border-radius: 7px;
	}
	.wd-panel h2 {
		font-size: 40px;
		line-height: 42px;
	}
	.wd-panel h3 {
		font-size: 32px;
		line-height: 28px;
	}
	.wd-panel p {
		margin-bottom: 16px;
	}
	.wd-pull-up {
		margin-top: -16px;
	}
}

/* ================================================================================ */
/* Para janelas abaixo de 640 pixels de largura mas menos de 768 pixels                                                     */
/* ================================================================================ */

@media screen and (min-width: 640px) and (max-width: 767px) {
	#wrapper {
		width: 610px;
		background: #FFF;
		outline: 1px solid #EBEBEB;
		margin: -1px auto 0 auto;
		border-left: 1px solid #F0F0F0;
		border-right: 1px solid #F0F0F0;
		padding-top: 5px;
		padding-bottom: 20px;
		overflow: hidden;
	}
	#language {
		width: 600px;
		margin: 0 5px;
		text-align: right;
	}
	#language ul {
		list-style-type: none;
	}
	#language ul li {
		display: inline;
		font-size: 11px;
		margin-left: 10px;
	}
	#language ul li a {
		font-weight: normal;
	}
	#header {
		width: 600px;
		position: relative;
		margin: 0 5px;
		float: left;
		text-align: center;
	}
	#banner {
		position: relative;
		width: 290px;
		float: none;
		margin: 0 auto;
	}
	#bnrimg {
		position: absolute;
		top: 0;
		left: 0;
		border: 0;
	}
	#bnrimg img {
		max-width: 290px;
		height: auto;
		border: 0;
	}
	#link_paho {
	position: absolute;
		top: 1px;
		left: 0;
	}
	#link_paho img {
		width: 135px;
		height: 45px;
		border: 0;
	}
	#link_who {
		position: absolute;
		top: 1px;
		left: 158px;
	}
	#link_who img {
		width: 132px;
		height: 48px;
		border: 0;
}
	#link_ops {
		position: absolute;
		top: 0;
		left: 0;
	}
	#link_ops img {
		width: 127px;
		height: 50px;
		border: 0;
	}
	#link_oms {
		position: absolute;
		top: 0;
		left: 149px;
	}
	#link_oms img {
		width: 144px;
		height: 52px;
		border: 0;
	}
	#flag {
		position: absolute;
		right: 1px;
		top: 0;
	}
	#flag img {
		width: 160px;
		height: auto;
	}
	#share {
		position: absolute;
		width: 138px;
		right: 0;
		top: 28px;
		text-align: right;
		border: none;
}
	.ocm {
		display: flex;
		width: 100px;
		float: left;
		margin-top: 7px;
		margin-left: 10px;
		color: #EEE;
	}
	#menus {
		position: relative;
		width: 610px;
		margin-top: 60px;
		clear: both;
		display: block;
		height: 35px; /* antes de bootstrap era 15px */
		margin-left: 0;
		padding-bottom: 20px;
		border: none;
		margin-bottom: 0;
		background:	#008DC9;
	}
	#open_close_menu {
		display: none;
		position: absolute;
		width: 200px;
		left: 0px;
		top: 35px;
		background: #FFF;
		border: 2px solid #008DC9;
		border-top: none;
		z-index: 9999999;
	}
	#open_close_menu ul {
		list-style-type: square;
		color: #008DC9;
		margin-left: 22px;
	}
	#open_close_menu ul li {
		display: list-item;
		line-height: 22px;
	}
	#search {
		color: #008DC9;
	}
	#search input[name="scope"] {
		display: none;
	}
	#search input[name="q"] {
		position: absolute;
		top: 5px;
		left: 317px;
		width: 218px;
		height: 20px;
		border: 1px solid #DBEEF9;
	}
	#search input[name="sa"] {
		position: absolute;
		right: 8px;
		top: 5px;
		background: #DBEEF9;
		color: #196AAA;
		font-size: 10px;
		padding: 2px 8px 4px 8px;
		border: 1px solid #196AAA;
		width: 62px;
		height: 26px;
		border-radius: 0;
	}
	#breadcrumbs {
		display: none;
		background: #FFF;
		margin: 0;
		padding-top: 4px;
		padding-bottom: 4px;
	}
	.pathway {
		font-size: 11px;
	}
	#highlight_out {
		display: block;
		margin-bottom: 12px;
		border: 1px solid #259;
	}
	#highlight_mid h3 {
		font-size:11px;
		margin: 0;
		padding-left: 4px;
		color: #EEE;
		background: #259;
	}
	#highlight_mid ul {
		list-style-type: none;
		margin: 0;
		padding-left: 4px;
	}
	#highlight_mid ul li {
		display: inline;
		margin-left: 0;
		margin-right: 4px;
		font-size: 11px;
	}
	#highlight_mid ul li:after {
		content: " |";
	}
	#highlight_mid ul li:last-child:after {
		content: "";
	}
	#highlight_mid ul li ul {
		display: none;
	}
	#content_lr {
		width: 430px;
		float: left;
	}
	#content_left {
		width: 430px;
		float: left;
	}
	#innerleft {
		width: 47.5%;
		float: left;
	}
	#innerright {
		width: 47.5%;
		float: right;
	}
	#right {
		display: block;
		clear: none;
		width: 150px;
		float: right;
	}
	#right img {
		max-width: 100%;
		height: auto;
	}
	#main {
		clear: both;
		width: 600px;
		margin-left: 5px;
	}
	#sidebar {
		padding: 0;
	}
	#home_widgets, #countries {
		clear:both;
		width: 590px;
		margin-left: 10px;
		float:left;
	}
	#home-widget-area-1 h3, #home-widget-area-2 h3, #home-widget-area-3 h3 {
		margin-top: 0;
		font-size: 13px;
	}
	#home_widgets ul {
		list-style-type: square;
		color:	#008DC9;
	}
	#home_widgets ul li {
		margin-bottom: 5px;
	}
	#home_widgets ul li a {
		font-size: 11px;
	}
	#honcode {
		margin: 0;
		text-align: left;
	}
	.soc {
		width: 27px;
	}
	#honcode img {
		width: 24px;
		height: auto;
		margin: 0;
		padding: 0;
	}
	#honcode p {
		margin-left: 5px;
		font-size: 10px;
	}
	#footr_out {
		width: 610px;
		float: none;
		margin: 0px auto;
		border-left: EBEBEB;
	}
	#footr_in {
		width: 590px;
		margin-top: 10px;
		margin-left: 10px;
	}
	#footer_logo {
		text-align: left;
		margin: 2px 0 5px 2px;
	}
	#footer_logo img {
		width: 160px;
		height: auto;
	}
	.ftmenu a {
		line-height: 14px;
	}
	#site-info {
		border-top: 1px solid #AAA;
		background: #F5F5F5;
		color: #000;
	}
	.moduletablefpsdbr {
		background: #F5F5F5;
		padding: 10px;
		border-bottom: 2px solid #F5F5F5;
	}
	.moduletablefpsdbr ul {
		list-style-type: none;
	}
	.moduletablefpsdbr ul li {
		clear: both;
		border-bottom: 1px solid #CCC;
		padding-bottom: 8px;
		margin-bottom: 12px;
		min-height: 40px;
	}
	.moduletablefpsdbr ul li:last-child {
		border-bottom: none;
	}
	#sidebar .moduletablefpsdbr ul li a.bar_title {
		color: #25A;
		font-size: 11px;
		font-weight: bold;
	}
	#sidebar .moduletablefpsdbr ul li span.bar_sub {
		font-size: 11px;
	}
	.moduletablefpsdbr img {
		border: none;
		width: 38px;
		height: auto;
		float: left;
		margin: 2px 6px 18px 0;
	}
	#stories {
		position: relative;
		width: 600px;
		height: 340px;
		float: left;
		overflow: hidden;
		background: #000;
		border-top: 5px solid #000;
		border-bottom: 5px solid #000;
	}
	#big_story {
		position: absolute;
		width: 20000px;
		height: 340px;
		left: 0;
		top: 0;
	}
	.slide_container {
		position: relative;
		width: 600px;
		height: 340px;
		float: left;
	}
	.stories_title {
		width: 600px;
		height: 25px;
		position: absolute;
		top: 0;
		left: 5px;
	}
	p.stories {
		margin-top: 0;
		color: #EEE;
		font-size: 18px;
		font-weight: bold;
	}
	.stories_slide {
		width: 400px;
		height: 268px;
		position: absolute;
		left: 5px;
		top: 25px;
	}
	.stories_slide img {
		width: 400px;
		height: 268px;
	}
	.stories_control {
		position: absolute;
		width: 405px;
		height: 40px;
		left: 0;
		top: 297px;
	}
	.control_left {
		width: 40px;
		float: left;
		margin-left: 5px;
	}
	.control_right {
		width: 40px;
		float: right;
	}
	.stories_caption {
		position: absolute;
		width: 178px;
		height: 305px;
		top: 27px;
		left: 415px;
		font-size: 15px;
		line-height: 18px;
		color: #EEE;
	}	
	#big_pubslide {
		width: 6000px;
		height: 240px;
		position: absolute;
		top: 0;
		left: 0;
	}
	.pub_slsh_texto img {
		width: 120px;
		height: auto;
		float: left;
		border: 1px solid #CCC;
		margin: 0 8px 4px 0;
	}
	.pub_slsh_texto {
		width: 420px;
		margin-left: 0;
		float: left;
	}
	.pub_slsh_texto p, .pub_slsh_texto li {
		margin-top: 0;
		margin-bottom: 0;
		font-size: 12px;
		line-height: 16px;
	}
	.pub_slsh_texto a {
		font-size: 12px;
	}
	span.pub_title a {
		display: block;
		margin-bottom: 5px;
		font-size: 14px;
		font-weight: bold;
	}
	#pubslides {
		width: 420px;
		float: left;
		height: 240px;
		position: relative;
		margin: 10px 0 5px 0;
		overflow: hidden;
		border-bottom: 1px solid #CCC;
	}
	#pubsld_crc {
		width: 100%;
		float: left;
		text-align: center;
		margin-bottom: 12px;
	}
	#pubcircles {
		margin: 0 auto;
	}
	
	/* ==================== */
	/* Estilos para Dias Mundiales */
	/* ==================== */
	.wd-img {
		width: 100%;
		height: auto;
	}
	.wd-column, .wd-quarter, .wd-half {
		width: 47.5%;
		float: left;
		margin-left: 0;
		margin-right: 1%;
	}
	.wd-column:nth-child(odd), .wd-quarter:nth-child(odd) {
		clear: both;
	}
	.wd-column:nth-child(even), .wd-quarter:nth-child(even), .wd-half:nth-child(even) {
		float: right;
		margin-right: 0;
	}
	.wd-third {
		width: 32%;
		margin-right: 2%;
	}
	.wd-twothirds {
		width: 66%;
		margin-left: 0;
	}
	.wd-border {
		margin-top: -13px;
	}
	.wd-border:first-child {
		margin-top: -13px;
	}
	.wd-border-round {
	border-radius: 7px;
	}
	.wd-panel h2 {
		font-size: 38px;
		line-height: 40px;
	}
	.wd-panel h3 {
		font-size: 28px;
		line-height: 30px;
		margin-bottom: 8px;
	}
	.wd-panel p {
		margin-bottom: 16px;
	}
	.wd-pull-up {
		margin-top: -16px;
	}
}

/* ================================================================================ */
/* Para janelas acima de 480 pixels de largura mas menos de 640 pixels              */
/* ================================================================================ */

@media screen and (min-width: 480px) and (max-width: 639px) {
	#wrapper {
		width: 450px;
		background: #FFF;
		outline: 1px solid #EBEBEB;
		margin: -1px auto 0 auto;
		border-left: 1px solid #F0F0F0;
		border-right: 1px solid #F0F0F0;
		padding-top: 5px;
		padding-bottom: 20px;
		overflow: hidden;
	}
	#language {
		width: 440px;
		margin: 0 5px;
		text-align: right;
	}
	#language ul {
		list-style-type: none;
	}
	#language ul li {
		display: inline;
		font-size: 11px;
		margin-left: 10px;
	}
	#language ul li a {
		font-weight: normal;
	}
	#header {
		width: 450px;
		position: relative;
		margin: 0;
		float: left;
		text-align: center;
	}
	#banner {
		position: relative;
		width: 250px;
		float: none;
		margin: 0 auto;
	}
	#bnrimg {
		position: absolute;
		top: 0;
		left: 0;
		border: 0;
	}
	#bnrimg img {
		max-width: 250px;
		height: auto;
		border: 0;
	}
	#link_paho {
	position: absolute;
		top: 1px;
		left: 0;
	}
	#link_paho img {
		width: 135px;
		height: 45px;
		border: 0;
	}
	#link_who {
		position: absolute;
		top: 1px;
		left: 128px;
	}
	#link_who img {
		width: 115px;
		height: 45px;
		border: 0;
}
	#link_ops {
		position: absolute;
		top: 0;
		left: 0;
	}
	#link_ops img {
		width: 108px;
		height: 43px;
		border: 0;
	}
	#link_oms {
		position: absolute;
		top: 0;
		left: 126px;
	}
	#link_oms img {
		width: 124px;
		height: 43px;
		border: 0;
	}
	#flag {
		position: absolute;
		right: 0;
		top: 8px;
	}
	#flag img {
		width: 106px;
		height: auto;
	}
	#share {
		position: absolute;
		width: 138px;
		right: 0;
		top: 30px;
		text-align: right;
		border: none;
}
	.ocm {
		display: flex;
		width: 100px;
		float: left;
		margin-top: 7px;
		margin-left: 10px;
		color: #EEE;
	}
	#menus {
		position: relative;
		width: 450px;
		clear: both;
		display: block;
		height: 35px; /* antes de bootstrap era 15px */
		margin-left: 0;
		padding-bottom: 20px;
		border: none;
		margin-bottom: 0;
		background:	#008DC9;
	}
	#open_close_menu {
		display: none;
		position: absolute;
		width: 200px;
		left: 0px;
		top: 35px;
		background: #FFF;
		border: 2px solid #008DC9;
		border-top: none;
		z-index: 999999;
	}
	#open_close_menu ul {
		list-style-type: square;
		color: #008DC9;
		margin-left: 22px;
	}
	#open_close_menu ul li {
		display: list-item;
		line-height: 22px;
	}
	#search {
		color: #008DC9;
	}
	#search input[name="scope"] {
		display: none;
	}
	#search input[name="q"] {
		position: absolute;
		top: 5px;
		left: 157px;
		width: 218px;
		height: 20px;
		border: 1px solid #DBEEF9;
	}
	#search input[name="sa"] {
		position: absolute;
		right: 8px;
		top: 5px;
		background: #DBEEF9;
		color: #196AAA;
		font-size: 10px;
		padding: 2px 8px 4px 8px;
		border: 1px solid #196AAA;
		width: 62px;
		height: 26px;
		border-radius: 0;
	}
	#breadcrumbs {
		display: none;
		background: #FFF;
		margin: 0;
		padding-top: 4px;
		padding-bottom: 4px;
	}
	.pathway {
		font-size: 10px;
	}
	#highlight_out {
		display: block;
		margin-bottom: 12px;
		border: 1px solid #259;
	}
	#highlight_mid h3 {
		font-size:11px;
		margin: 0;
		padding-left: 4px;
		color: #EEE;
		background: #259;
	}
	#highlight_mid ul {
		list-style-type: none;
		margin: 0;
		padding-left: 4px;
	}
	#highlight_mid ul li {
		display: inline;
		margin-left: 0;
		margin-right: 4px;
		font-size: 11px;
	}
	#highlight_mid ul li:after {
		content: " |";
	}
	#highlight_mid ul li:last-child:after {
		content: "";
	}
	#highlight_mid ul li ul {
		display: none;
	}
	#main {
		clear: both;
		width: 440px;
		margin-left: 5px;
	}
	#content {
		clear: both;
		width: 440px;
	}
	.moduletablefpsdbr {
		background: #F5F5F5;
		padding: 10px;
		border-bottom: 2px solid #F5F5F5;
	}
	.moduletablefpsdbr ul {
		list-style-type: none;
	}
	.moduletablefpsdbr ul li {
		clear: both;
		border-bottom: 1px solid #CCC;
		padding-bottom: 8px;
		margin-bottom: 12px;
		min-height: 40px;
	}
	.moduletablefpsdbr ul li:last-child {
		border-bottom: none;
	}
	#sidebar .moduletablefpsdbr ul li a.bar_title {
		color: #25A;
		font-size: 11px;
		font-weight: bold;
	}
	#sidebar .moduletablefpsdbr ul li span.bar_sub {
		font-size: 11px;
	}
	.moduletablefpsdbr img {
		border: none;
		width: 38px;
		height: auto;
		float: left;
		margin: 2px 6px 18px 0;
	}
	#noticias_col_um {
		width: 95%;
		float: left;
	}
	#noticias_col_um img {
		width: 100px;
		border: 3px double #AAA;
		height: auto;
		float: left;
		margin: 2px 5px 5px 0;
}
	#noticias_col_dois {
		width: 95%;
		float: left;
	}
	p.noticias_links {
		margin-top: 0px;
		margin-bottom: 0px;
		padding-bottom: 2px;
		border-bottom: 1px dotted #AAA;
	}
	p.noticias_links:last-child, p.noticias_links:nth-last-child(2), p.noticias_links:nth-last-child(3), p.noticias_links:nth-last-child(4) {
		display: none;
	}
	p.more_news {
		font-size: 13px;
		font-weight: bold;
		color: #666;
		letter-spacing: 2px;
		margin-top: 0;
	}
	#home_widgets {
		width: 440px;
		margin-left: 5px;
	}
	#home_widgets h3 {
		font-size: 11px;
		line-height: 13px;
	}
	#home_widgets ul {
		list-style-type: square;
		color: #00ACED;
	}
	#home_widgets ul li a {
		font-size: 11px;
	}	
	#countries {
		display: none;
	}
	#right {
		clear: both;
		width: 440px;
		margin-left: 5px;
	}
	#right img {
		max-width: 320px;
	}
	#footr_out {
		width: 450px;
		float: none;
		margin: 0px auto;
		border-left: #EBEBEB;
	}
	#footr_in {
		width: 440px;
		margin-left: 5px;
	}
	#site-info {
		border-top: 1px solid #AAA;
		background: #F5F5F5;
		color: #000;
	}
	#honcode {
		margin: 0;
	}
	.soc {
		width: 40px;
	}
	#honcode img {
		width: 28px;
		height: auto;
		margin: 0;
		padding: 0;
	}
	#honcode p {
		font-size: 10px;
		margin-left: 5px;
	}

	#footer_logo {
		text-align: left;
		margin: 2px 0 10px 2px;
	}
	#footer_logo img {
		width: 110px;
		height: auto;
	}
	.ftmenu a {
		line-height: 14px;
	}
	.ftmenu h3 {
		font-size: 11px;
	}
	.ftmenu ul {
		list-style-type: none;
		color: #FFF;
		margin-left: -14px;
	}
	.ftmenu ul li {
		line-height: 12px;
	}
	.ftmenu a {
		font-size: 10px;
	}
	#mini_sld_texto {
		display: block;
		width: 440px;
		margin-left: 5px;
		border-bottom: none;
		min-height: 60px;
	}
	#mini_sld_texto p {
		margin-top: 0;
		font-weight: bold;
		line-height: 15px;
	}
	#slides {
		width: 440px;
		height: 236px;
		position: relative;
		margin: 10px 0 5px 5px;
		overflow: hidden;
	}
	.fp_slsh_foto {
		width: 440px;
		float: left;
		overflow: hidden;
	}
	.fp_slsh_foto_margin {
		width: 440px;
		float: left;
		overflow: hidden;
		margin-top: -58px;
	}
	.fp_slsh_play {
		width: 440px;
		float: left;
		margin-left: -440px;
	}
	.fp_slsh_play img {
		width: 440px;
		height: 253px;
	}
	.fp_slsh_foto img {
		width: 440px;
	}
	.fp_slsh_texto {
		display: none;
		width: 150px;
		height: 315px;
		float:left;
		margin: 0 0 0 10px;
		padding-top: 30px;
		overflow: hidden;
	}
	#big_slide {
		width: 6000px;
		position: absolute;
		top: 0px;
		left: 0px;
	}
	#big_slide h2 {
		font-size: 16px;
		line-height: 17px;
		font-weight: bold;
	}
	#sld_crc {
		width: 100%;
		position: absolute;
		top: 254px;
	}
	#fphighlight_out {
		width: 434px;
		position: relative;
		margin-left: 5px;
		padding: 3px;
	}
	#fphighlight_mid {
		position: absolute;
		top: 20px;
		left: 0;
		width: 100%;
	}
	#fphighlight_mid ul {
		border: 1px solid #999;
		list-style-type: none;
		margin-top: 5px;
		margin-left: 0;
		line-height: 2px;
		padding: 3px;
	}
	#fphighlight_mid ul li {
		display: inline;
		color: #25A;
		margin-left: 0;
		padding-left: 3px;
		line-height: 14px;
	}
	#fphighlight_mid ul li:after {
		content: ' - ';
	}
	#fphighlight_mid li:last-child:after {
		content: '';
	}
	#fphighlight_mid ul li a {
		font-size: 10px;
		color: #25A;
		text-decoration: none;
	}
	#fphighlight_inn {
		position: absolute;
		width: 100%;
		top: 0;
		left: 0;
	}
	#fphighlight_inn h3 {
		background:	#008DC9;
		color: #FFF;
		font-size: 12px;
		font-weight: bold;
		padding: 2px;
		margin: 2px 0;
	}
	#stories {
		position: relative;
		width: 450px;
		height: 500px;
		float: left;
		overflow: hidden;
		background: #000;
		border-top: 5px solid #000;
		border-bottom: 5px solid #000;
	}
	#big_story {
		position: absolute;
		width: 20000px;
		height: 500px;
		left: 0;
		top: 0;
	}
	.slide_container {
		position: relative;
		width: 450px;
		height: 500px;
		float: left;
	}
	.stories_title {
		width: 450px;
		height: 25px;
		position: absolute;
		top: 0;
		left: 5px;
	}
	p.stories {
		margin-top: 0;
		color: #EEE;
		font-size: 18px;
		font-weight: bold;
	}
	.stories_slide {
		width: 440px;
		height: 294px;
		position: absolute;
		left: 5px;
		top: 25px;
	}
	.stories_slide img {
		width: 440px;
		height: 294px;
	}
	.stories_control {
		position: absolute;
		width: 445px;
		height: 40px;
		left: 0;
		top: 322px;
	}
	.control_left {
		width: 40px;
		float: left;
		margin-left: 5px;
	}
	.control_right {
		width: 40px;
		float: right;
	}
	.stories_caption {
		position: absolute;
		width: 440px;
		height: 130px;
		top: 362px;
		left: 5px;
		font-size: 14px;
		line-height: 18px;
		color: #EEE;
	}	
	#big_pubslide {
		width: 6000px;
		height: 230px;
		position: absolute;
		top: 0;
		left: 0;
	}
	.pub_slsh_texto img {
		width: 120px;
		height: auto;
		float: left;
		border: 1px solid #CCC;
		margin: 0 8px 4px 0;
	}
	.pub_slsh_texto {
		width: 440px;
		margin-left: 0;
		float: left;
	}
	.pub_slsh_texto p, .pub_slsh_texto li {
		margin-top: 0;
		margin-bottom: 0;
		font-size: 12px;
		line-height: 16px;
	}
	.pub_slsh_texto a {
		font-size: 12px;
	}
	span.pub_title a {
		display: block;
		margin-bottom: 5px;
		font-size: 14px;
		font-weight: bold;
	}
	#pubslides {
		width: 440px;
		float: left;
		height: 230px;
		position: relative;
		margin: 10px 0 5px 0;
		overflow: hidden;
		border-bottom: 1px solid #CCC;
	}
	#pubsld_crc {
		width: 100%;
		float: left;
		text-align: center;
		margin-top: 0;
		margin-bottom: 12px;
	}
	#pubcircles {
		margin: 0 auto;
	}
	/* ==================== */
	/* Estilos para Dias Mundiales */
	/* ==================== */

	.wd-column, .wd-quarter {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
	.wd-half {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
	.wd-third {
		width: 100%;
		margin-right: 0;
	}
	.wd-twothirds {
		width: 100%;
		margin-left: 0;
	}
	.wd-border {
		margin-top: -13px;
	}
	.wd-border:first-child {
		clear: both;
		margin-top: 1px;
	}
	.wd-border-round {
	border-radius: 7px;
	}
	.wd-panel h2 {
		font-size: 42px;
		line-height: 44px;
	}
	.wd-panel h3 {
		font-size: 28px;
		line-height: 32px;
	}
	.wd-panel p {
		margin-top: 8px;
		margin-bottom: 16px;
	}
	.wd-pull-up {
		margin-top: -16px;
	}
}

/* ================================================================================ */
/* Para janelas abaixo de 480 pixels de largura (na pratica, 320px)                 */
/* ================================================================================ */

@media screen and (max-width: 479px) {
	body {
		overflow-x: auto;
	}
	#wrapper {
		width: 300px;
		background: #FFF;
		outline: 1px solid #EBEBEB;
		margin: -1px auto 0 auto;
		border-left: 1px solid #F0F0F0;
		border-right: 1px solid #F0F0F0;
		padding-top: 5px;
		padding-bottom: 20px;
		overflow: hidden;
	}
	#language {
		width: 290px;
		margin: 0 5px;
		text-align: right;
	}
	#language ul {
		list-style-type: none;
	}
	#language ul li {
		display: inline;
		font-size: 11px;
		margin-left: 10px;
	}
	#language ul li a {
		font-weight: normal;
	}
	#header {
		width: 300px;
		height: 82px;
		position: relative;
		margin: 0;
		float: left;
		text-align: center;
	}
	#banner {
		position: relative;
		width: 290px;
		float: none;
		margin: 0 auto;
	}
	#bnrimg {
		position: absolute;
		top: 0;
		left: 5px;
		border: 0;
	}
	#bnrimg img {
		width: 280px;
		height: auto;
		border: 0;
	}
	#link_paho {
		top: 1px;
		left: 16px;
	}
	#link_paho img {
		width: 120px;
		height: 41px;
		border: 0;
	}
	#link_who {
		top: 1px;
		left: 156px;
	}
	#link_who img {
		width: 118px;
		height: 42px;
		border: 0;
	}
	#link_ops {
		position: absolute;
		top: 2px;
		left: 5px;
	}
	#link_ops img {
		width: 120px;
		height: 38px;
		border: 0;
	}
	#link_oms {
		position: absolute;
		top: 0;
		left: 147px;
	}
	#link_oms img {
		width: 138px;
		height: 45px;
		border: 0;
	}
	#flag {
		position: absolute;
		width: 110px;
		left: 95px;
		top: 52px;
	}
	#flag img {
		width: 106px;
		height: auto;
	}
	#share {
		position: absolute;
		width: 138px;
		right: 0;
		top: 40px;
		text-align: right;
		border: none;
	}
	.ocm {
		display: flex;
		width: 100px;
		float: left;
		margin-top: 7px;
		margin-left: 10px;
		color: #EEE;
	}
	#menus {
		position: relative;
		width: 300px;
		margin-top: 60px;
		clear: both;
		display: block;
		height: 35px; /* antes de bootstrap era 15px */
		margin-left: 0;
		padding-bottom: 20px;
		border: none;
		margin-bottom: 0;
		background:	#008DC9;
	}
	#open_close_menu {
		display: none;
		position: absolute;
		width: 200px;
		left: 0px;
		top: 35px;
		background: #FFF;
		border: 2px solid #008DC9;
		border-top: none;
		z-index: 999999;
	}
	#open_close_menu ul {
		list-style-type: square;
		color: #008DC9;
		margin-left: 22px;
	}
	#open_close_menu ul li {
		display: list-item;
		line-height: 22px;
	}
	#search {
		color: #008DC9;
	}
	#search input[name="scope"] {
		display: none;
	}
	#search input[name="q"] {
		position: absolute;
		top: 5px;
		left: 83px;
		width: 150px;
		height: 20px;
		border: 1px solid #DBEEF9;
	}
	#search input[name="sa"] {
		position: absolute;
		right: 5px;
		top: 5px;
		background: #DBEEF9;
		color: #196AAA;
		font-size: 10px;
		padding: 2px 8px 4px 8px;
		border: 1px solid #196AAA;
		width: 58px;
		height: 26px;
		border-radius: 0;
	}
	#breadcrumbs {
		display: none;
		background: #FFF;
		margin: 0;
		padding-top: 4px;
		padding-bottom: 4px;
	}
	.pathway {
		font-size: 10px;
	}
	#highlight_out {
		display: block;
		margin-bottom: 12px;
		border: 1px solid #259;
	}
	#highlight_mid h3 {
		font-size:11px;
		margin: 0;
		padding-left: 4px;
		color: #EEE;
		background: #259;
	}
	#highlight_mid ul {
		list-style-type: none;
		margin: 0;
		padding-left: 4px;
	}
	#highlight_mid ul li {
		display: inline;
		margin-left: 0;
		margin-right: 4px;
		font-size: 11px;
	}
	#highlight_mid ul li:after {
		content: " |";
	}
	#highlight_mid ul li:last-child:after {
		content: "";
	}
	#highlight_mid ul li ul {
		display: none;
	}
	#main {
		width: 290px;
		margin-top: 10px;
		margin-left: 5px;
	}
	#content {
		width: 290px;
	}
	h2.entry-title {
	  line-height: 17px;
 	}
	#right {
		clear: both;
		display: block;
		width: 290px;
		margin-left: 5px;
	}
	#right img {
		max-width: 260px;
	}
	#sidebar {
		padding-top: 2px;
		padding-bottom: 0;
		margin-bottom: 0;
	}
	#footr_out {
		width: 300px;
		float: none;
		margin: 0px auto;
		border-left: #EBEBEB;
	}
	#footr_in {
		width: 290px;
		margin-left: 5px;
	}
	#site-info {
		border-top: 1px solid #AAA;
		background: #F5F5F5;
		font-size: 9px;
		color: #000;
	}
	#honcode {
		width: 290px;
		margin: 0;
		text-align: center;
}
	.soc {
		width: 16%;
	}
	#getconnected img {
		width: 36px;
		height: auto;
	}
	.ftmenu {
		width: 30%;
		float: left;
		margin-left: 2%;
		margin-right: 1%;
}
	.ftmenu h3 {
		font-size: 11px;
	}
	.ftmenu ul {
		list-style-type: none;
		color: #FFF;
		margin-left: -14px;
	}
	.ftmenu ul li {
		line-height: 14px;
	}
	.ftmenu a {
		font-size: 10px;
	}
	#home_widgets {
		width: 290px;
		margin-left: 5px;
		margin-top: 2px;
	}
	#home_widgets h3 {
		font-size: 11px;
	}
	#fphighlight_out {
		display: none;
	}
	#stories {
		position: relative;
		width: 300px;
		height: 410px;
		float: left;
		overflow: hidden;
		background: #000;
		border-top: 5px solid #000;
		border-bottom: 5px solid #000;
	}
	#big_story {
		position: absolute;
		width: 20000px;
		height: 410px;
		left: 0;
		top: 0;
	}
	.slide_container {
		position: relative;
		width: 300px;
		height: 410px;
		float: left;
	}
	.stories_title {
		width: 290px;
		height: 20px;
		position: absolute;
		top: 0;
		left: 5px;
	}
	p.stories {
		margin-top: 0;
		color: #EEE;
		font-size: 13px;
		line-height: 12px;
		font-weight: bold;
	}
	.stories_slide {
		width: 290px;
		height: 294px;
		position: absolute;
		left: 5px;
		top: 20px;
	}
	.stories_slide img {
		width: 290px;
		height: 194px;
	}
	.stories_control {
		position: absolute;
		width: 295px;
		height: 32px;
		left: 0;
		top: 218px;
	}
	.control_left {
		width: 32px;
		float: left;
		margin-left: 5px;
	}
	.control_right {
		width: 32px;
		float: right;
	}
	.control_left img, .control_right img {
		width: 32px;
		height: 32px;
	}
	.stories_caption {
		position: absolute;
		width: 290px;
		height: 146px;
		top: 256px;
		left: 5px;
		font-size: 13px;
		line-height: 16px;
		color: #EEE;
	}	
	#big_pubslide {
		width: 6000px;
		height: 230px;
		position: absolute;
		top: 0;
		left: 0;
	}
	.pub_slsh_texto img {
		width: 80px;
		height: auto;
		float: left;
		border: 1px solid #CCC;
		margin: 0 6px 4px 0;
	}
	.pub_slsh_texto {
		width: 300px;
		margin-left: 0;
		float: left;
	}
	.pub_slsh_texto p, .pub_slsh_texto li {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 10px;
	line-height: 13px;
	}
	.pub_slsh_texto a {
		font-size: 10px;
	}
	span.pub_title a {
		display: block;
		margin-bottom: 5px;
		font-size: 12px;
		font-weight: bold;
	}
	#pubslides {
		width: 300px;
		float: left;
		height: 230px;
		position: relative;
		margin: 10px 0 5px 0;
		overflow: hidden;
		border-bottom: 1px solid #CCC;
	}
	#pubsld_crc {
		width: 100%;
		float: left;
		text-align: center;
		margin-top: 0;
		margin-bottom: 12px;
	}
	#pubcircles {
		margin: 0 auto;
	}
	/* ==================== */
	/* Estilos para Dias Mundiales */
	/* ==================== */

	.wd-column, .wd-quarter {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
	.wd-half {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
	.wd-third {
		width: 100%;
		margin-right: 0;
	}
	.wd-twothirds {
		width: 100%;
		margin-left: 0;
	}
	.wd-border {
		margin-top: -13px;
	}
	.wd-border:first-child {
		clear: both;
		margin-top: 1px;
	}
	.wd-border-round {
	border-radius: 7px;
	}
	.wd-panel h2 {
		font-size: 42px;
		line-height: 44px;
	}
	.wd-panel h3 {
		font-size: 28px;
		line-height: 32px;
	}
	.wd-panel p {
		margin-top: 8px;
		margin-bottom: 16px;
	}
	.wd-pull-up {
		margin-top: -16px;
	}
}
