@font-face {
    font-family:'FuturaMedium';
    src: url('fontes/fm.eot');
    src: url('fontes/fm.eot?#iefix') format('embedded-opentype'),
         url('fontes/fm.woff') format('woff'),
         url('fontes/fm.ttf') format('truetype'),
         url('fontes/fm.svg#FuturaMedium') format('svg');
    font-weight: normal;
    font-style: normal;
   }
 @font-face {
    font-family:'FuturaMediumItalic';
    src: url('fontes/fmi.eot');
    src: url('fontes/fmi.eot?#iefix') format('embedded-opentype'),
         url('fontes/fmi.woff') format('woff'),
         url('fontes/fmi.ttf') format('truetype'),
         url('fontes/fmi.svg#FuturaMediumItalic') format('svg');
    font-weight: normal;
    font-style: italic;
   }

p, span, h1, h2, h3, ul, li { margin: 0; padding: 0; }
html, body {
	font-family:'FuturaMedium';
	font-size:12pt;
	margin:0;
	padding:0;
	background: url('../images/bg.jpg');
	color:#666666;
}
#caritasContainer {
	background-color: #fff;
	width: 96%;	
	max-width: 1100px;
	margin:auto;
	height:100%;
}
.cabecalho {
	width:940px;
	margin:auto;
	height: 200px;
	display:table;
}
.cabecalho .logo {
	width:155px;
	margin-left:80px;
	background: url('../images/logo.png') right center no-repeat;
	height: 190px;
	display:table-cell;
	vertical-align: top;
}
.cabecalho span { display:none; }
.cabecalho .menu {
	display:table-cell;
	vertical-align: top;
	width: 785px;
}
.cabecalho .menu ul{
	display:block;
	text-align: right;
	padding-top:120px;
}
.cabecalho .menu li{
	display:inline-block;
	color:#666;
	text-shadow: black;
	cursor:pointer;
	padding:8px;
	border-radius:10px;
}
.cabecalho .menu li:hover{
	color:#ffffff;
	background-color:#f48120; 
}
.textContainer{
	margin:0 80px;
}
.textContainer p {
	margin-bottom:15pt;
	line-height:25pt;
}
h1 {
	font-family:'FuturaMedium';
	font-size:16pt;
	text-align:center;
	font-weight: normal;
	margin:20px 0;
	font-style: italic;
	line-height:25pt;
}
h3 {
	font-family:'FuturaMedium';
	font-size:13pt;
	text-align:center;
	font-weight: normal;
	margin:20px 0;
	font-style: italic;
	line-height:25pt;
}
h2 {
	font-family:'FuturaMedium';
	font-size:14pt;
	font-weight: normal;
	font-style: italic;
	line-height:25pt;
	color: #f48120;
	margin-bottom:15px;
}
hr {
	border:none;
	border-bottom:1px solid #ccc;
}
p {
	line-height:18pt;
}
a {
	color:#f48120;
	text-decoration:none;
	font-size:10pt;
}
a:hover {
	color:#cddb5c;
	text-decoration:underline;
}
.titlePagina {
	font-size:17pt;
	font-family:'FuturaMedium';
	font-weight: normal;
	font-style: italic;
	line-height:25pt;
	color: #f48120;
	margin-bottom:30px;
}
.destaque_home {
	margin:40px 0;
	height:286px;
}
.destaque_home .item_destaque {
	background-color: #cddb5c;
	width: 252px;
	height:246px;
	margin:0 23px;
	float:left;
	cursor:pointer;
}
.destaque_home .item_destaque_ativo {
	background-color: #f48120;
}
.destaque_home .item_texto {
	color: #cddb5c;
	width: 252px;
	height:30px;
	margin:10px 23px 0;
	float:left;
	text-align:center;
	cursor:pointer;
	font-style: italic;
}
.destaque_home .item_texto_ativo {
	color: #f48120;
}

.duasColunas {
	display:table;
	width:100%;
	margin:40px 0;
}
.duasColunas .divisoria {
	display:table-cell;
	width:6%;
	vertical-align: top;
}
.duasColunas .divisoriaLinha {
	display:table-cell;
	width:8%;
	vertical-align: top;
	background: url('../images/bg_divisoria.png') top center repeat-y;
}
.duasColunas .coluna {
	display:table-cell;
	width:47%;
	vertical-align: top;
}
.rodape {
	background-color: #cddb5c;
	padding:20px 80px;
}
.rodape .titulo {
	font-size:11pt;
	color:#999999;
	text-shadow: 1px 1px #fff;
	margin-bottom:10px;
}
.rodape .texto {
	font-size:10pt;
	line-height:30px;
}
.rodape a:hover {
	color:#f48120;
	text-decoration:underline;
}
.noticia .titulo {
	margin-top:10px;
	font-weight: bold;
}
.noticia .texto {
	font-size: 11pt;
}
.noticia:hover {
	cursor: pointer;
}
.noticiaLateral {
	font-size:11pt;
	margin-bottom:20px;
}
.noticiaLateral .data {
	color: #f5821f;
	cursor:pointer;
}
.noticiaLateral .data:hover {
	text-decoration:underline;
}
.noticiaLateral .resumo {
	cursor:pointer;
}
.noticiaLateral .resumo:hover {
	text-decoration:underline;
}
.noticiaWeb, .noticiaWebDetalhe {
	margin-bottom:40px;
	padding-bottom:40px;
	border-bottom:1px solid #ccc;
}
.noticiaWeb .data {
	color: #f5821f;
	cursor:pointer;
	margin:10px 0;
}
.noticiaWebDetalhe .data {
	color: #f5821f;
	margin:10px 0;
	cursor:pointer;
}
.noticiaWeb .data:hover, .noticiaWebDetalhe .data:hover {
	text-decoration:underline;
}
.noticiaWebDetalhe .subtitulo {
	font-size:10pt;
	margin-bottom:20px;
}
.inputCaritas {
	border:1px solid #ccc;
	height:25px;
	width: 180px;
	padding:2px 5px;
	color:#666;
	font-family: FuturaMedium;
	font-size:10pt;
}
.botaoEnviar {
	background: url('../images/botao_enviar.png') no-repeat 0 0;
	width: 54px;
	height:25px;
	cursor:pointer;
	margin:10px 0;
}
.botaoEnviar:hover {
	background-position: 0 -25px;
}
.botaoVoltar {
	background: url('../images/botao_voltar.png') no-repeat 0 0;
	width: 54px;
	height:25px;
	cursor:pointer;
	margin:10px 0;
}
.botaoVoltar:hover {
	background-position: 0 -25px;
}
.botaoEnviar span,.botaoVoltar span {
	display:none;
}
.realperson-challenge { display: inline-block }

.itemGaleria {
	border-bottom:1px solid #ccc;
	padding:40px 0;
	display:table;
	width: 100%;
	font-family:'FuturaMedium';
}
.itemGaleria .thumb{
	width: 200px;
	float:left;
	margin-right:10px;
	margin-bottom:10px;
	cursor:pointer;
	padding:10px;
	background-color: #cfdb64;
	border-radius:20px;
	height:190px;
}
.itemGaleria .titulo{
	color:#f48120;
	font-family: 'FuturaMedium';
	cursor:pointer;
	font-size:11pt;
	margin-bottom:15px;
}
.itemGaleria .descricao{
	font-size:10pt;
	font-family: 'FuturaMedium';
	cursor:pointer;
	min-height:180px;
}
.itemGaleria .link {
	text-align: right;
	cursor:pointer;
	color:#f48120;
	font-size:9pt;
}

.thumbWeb {
	height:185px;
	width: 185px;
	background-color: #cfdb64;
	border-radius:20px;
	margin:12px;
	float:left;
	cursor:pointer;
}
.thumbWeb .imagem {
	text-align:center;
	padding:10px;
}
.thumbWeb .imagem img {
	border:0;
}
.thumbWeb:hover, .itemGaleria .thumb:hover {
	background-color: #f5821f;
}
.myInputError {
	background-color: #f5821f;
	
}
.pointer {
	cursor:pointer;
}
.inputAtivo {
	color:#666666;
}
.inputInativo {
	color:#ccc;
}
.colComoAjudar {
	width: 290px;
	margin: 40px 11px;
	float: left;
	background-color: #CFDB64;
	border-radius: 20px;
	height: 300px;
	cursor:pointer;
}
.colComoAjudar:hover {
	background-color: #f5821f;
	color: #fff;
}
.colComoAjudar:hover h2, .colComoAjudar:hover a {
	color: #CFDB64;
}
.colComoAjudar h2 {
	margin:10px 20px;
}
.colComoAjudar p {
	margin:0 20px;
}

.botaoCaritas {
	margin:10px 5px 10px 0;
	background-color: #f5821f;
	padding:6px 10px;
	border-radius:10px;
	color:#fff;
	cursor:pointer;
	display:inline-block;
	
}
.botaoCaritas:hover {
	background-color: #CFDB64;
	color:#666;
	text-decoration: none;
}
.botaoCaritasNewsletter {
	margin:10px 5px 10px 0;
	background-color: #f5821f;
	padding:5px 8px;
	border-radius:10px;
	color:#fff;
	cursor:pointer;
	display:inline-block;
	font-size: 9pt;
	
}
.botaoCaritasNewsletter:hover {
	background-color: #666;
	text-decoration: none;
}
.widget h3 {
	margin:0;
	padding:0;
	font-family:'FuturaMedium';
	font-size:13pt;
	font-weight: normal;
	font-style: italic;
	line-height:25pt;
	color: #666;
	text-align: left;
	cursor:pointer;
}
.widget h3:hover {
	text-decoration: underline;
}
.widget p {
	font-size:11pt;
	line-height:15pt;
	cursor:pointer;
}
.widget p:hover {
	text-decoration: underline;
}