/* =============================================================================
   HTML5 Boilerplate CSS: h5bp.com/css
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
/*audio:not([controls]) { display: none; }*/
[hidden] { display: none; }

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
html, button, input, select, textarea { font-family: sans-serif; color: #222; }
body { font-size: 1em; line-height: 1.4;   }

html, body { margin:0; padding:0; }

::-moz-selection { background: #1095d1; color: #fff; text-shadow: none; }
::selection { background: #1095d1; color: #fff; text-shadow: none; }

a { color: #00e; }
/*a:visited { color: #551a8b; }*/
a:visited {  }
a:hover { color: #06e; }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }

abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }

sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

/*svg:not(:root) { overflow: hidden; }*/

figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }
button[disabled], input[disabled] { cursor: default; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }

.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }



/* ===== Primary Styles ========================================================
   Author: Ricardo Lima (Catho Online)
   ========================================================================== */
html{
  	background-color: #FFFFFF;
}

body{
	/*font*/
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#5D5D5D;
	
	/*background*/
	background: url(../img/structure/bg.jpg);
	background-repeat:repeat-y;
	background-color: #d8d9d9;
	background-position: center;
	height:auto;
	
	overflow:scroll;
}

/*Header=================================================*/
#header{
    display:block;
    overflow:hidden;
    position:relative;
    clear:both;
	background: transparent url(../img/structure/strip-bg-top.png);
    background-repeat: repeat-x;
    background-position:top;
    /*display: table;*/
    
}
.header-container{
    display:block;
	width: 947px;
	height:auto;
	margin: 0 auto;
	padding:0;
	/*position:relative;*/
	overflow:visible;
}
.header-container h1{
	display: block;
	position:relative;
	float:left;
	background: transparent url(../img/structure/catho-logo.png) no-repeat 0 0;
	width: 109px;
	height: 68px;
	left: 19px;
	margin:19px 0;
	/*clear: both;*/
}
.header-container h1 a{
	display: block;
	position:relative;
	width: 100%;
	height: 100%;
}
.logo-midiakit{
	float:right;
	background: transparent url(../img/structure/catho-publicidade.png);
	width: 254px;
	height: 25px;
	margin-top: 37px;
	margin-right: 16px;
}


/*=NAVIGATION===============================================*/
.navigation {
    float: left;
    position:relative;
    overflow: hidden;
    width: 917px;
    height: 34px;
    background: url(../img/structure/menu-bg.jpg);
    background-repeat:repeat-x;
    left:15px;
    border-radius: 5px;
    z-index: auto;
}

.navigation-contato {
    float: left;
    position:relative;
    overflow: hidden;
    width: 89px;
    height: 34px;
    background: url(../img/structure/menu-contato-bg.jpg);
    background-repeat:repeat-x;
    left:0;
    border-radius: 0px;
    z-index: auto;
}

#main-menu{
    clear:both;
	overflow: hidden;
	margin:0 auto;
	list-style-type:none;
	border-radius: 5px;
}

#main-menu li{
	float: left;
	display:block;
    margin:0;
    overflow: hidden;
}
#main-menu li a {
	display: block;
    float:left;
    color: #ffffff;
    text-decoration: none;
    text-align: center;
    /*padding: 8px 26px 0 26px;*/
    padding: 8px 25px 0 22px;
    height:26px;
    background:transparent url(../img/structure/spacer.gif) no-repeat top left;
    text-shadow: #0e487d 1px 1px;
    /*background-position: top right;*/
}
#main-menu li a.first {
	padding-left:28px;
	background-position:-10px;
	border-left:none;
}
#main-menu li a.first:hover, #main-menu li.atual a.first {
	/*background-position:-10px;*/
	background-position:-10px;
}
#main-menu li:hover, #main-menu li.atual {
	background: transparent url(../img/structure/menu-bg-over.jpg);
}
#main-menu li a:hover, #main-menu li.atual a {
    color:#FFFFFF;
    background:transparent url(../img/structure/spacer.gif) no-repeat top left;
    text-shadow: #d37b11 1px 1px;
}
.ie9 #main-menu li a.first {
	padding-left:30px;
	padding-right:29px;
	background-position:-10px;
	border-left:none;
}
.ie9 #main-menu li a {
	display: block;
    float:left;
    color: #ffffff;
    text-decoration: none;
    text-align: center;
    padding: 8px 20px 0 23px;
    height:26px;
    background:transparent url(../img/structure/spacer.gif) no-repeat top left;
}
/*=END NAVIGATION===========================================*/

/*MAIN======================================================*/
#main{
    clear:both;
	width: 917px;
	margin: 0 auto;
	overflow: hidden;
}

/*END MAIN==================================================*/

/*FOOTER====================================================*/
footer{
	clear:both;
    background:transparent url(../img/structure/strip-bg-bottom.png);
    background-repeat: repeat-x;
    margin-top: -3px;
    overflow: hidden;
	position:relative;
	z-index:900;
	min-height:126px;
}
footer section{
	text-align:center;
	width:947px;
	margin: 0 auto;
	padding-top:15px;
}

footer section p{
	font-size: 11px;
}
/*END FOOTER==============================================*/

/*CLASSES=================================================*/
.section-text{
	font-size: 1em;
	margin: .5em 0;
	padding: .5em 0;
}
/*END CLASSES=============================================*/

/*HOME======================================================*/

/*Home Banner*/

#home{
    clear:both;
	display: block;
	position:relative;
	width: 917px;
	/*overflow: hidden;*/
	
	/*
	overflow:visible;
	background-image: url(../img/structure/home/banner-img.png);
	background-repeat:no-repeat;
	background-position: center;*/
}

#home #home-banner{
	position:relative;
	margin:28px 0 0 0;
	z-index: 1;
	display:block;
	width:377px;
	float:left;	
}
#home-banner h2{ background:url(../img/structure/home/banner-titulo.png); width:377px; height:96px; }
#home-banner a{ background:url(../img/structure/home/btn-banner.png); width:211px; height:38px; margin-top: 25px; }

#home #home-banner-image{
    position:absolute;
    z-index: 0;
    padding-top:10px;
    margin-left:-200px;
}

/*Home destaques*/
#home-destaques{
    position:relative;
	/*margin: 0 0 0 685px;*/
	float:right;
	width:233px;
	padding-top:25px;
	padding-bottom:25px;
	z-index: 2;
}
.destaque-home{
    width: 100%;
    height:222px;
    background-color: #fff;
    border:1px;
    border-style: solid;
    border-color:#CCCCCC;
    border-radius: 5px;
    font-size: 11px;
    color: #5d5d5d;
}
#destaque-formatos h1{
    background:url(../img/structure/home/tit-anunciantes.png);
    width: 131px;
    height: 20px;
    margin-top: 8px;
    margin-left: 15px;
}
#destaque-formatos p{
    padding-top:10px;
	width: 204px;
	margin: 0 auto;
}
#destaque-formatos a{
    background-image:url(../img/structure/home/home-aside-buttons.png);
    background-position: -2px -32px;
    width:204px; 
    height:28px; 
    margin: 0 auto;
    margin-top: 13px;
}
#destaque-formatos a:hover{
    width:204px; 
    height:28px; 
    background-position: -2px -2px
}
#destaque-formatos img{
	display: block;
	margin: 0 auto;
	margin-top: 22px;
}
#destaque-canais{
    margin-top: 18px;
}
#destaque-canais h1{
    background:url(../img/structure/home/tit-contato.png);
    width: 86px;
    height: 20px;
    margin-top: 8px;
    margin-left: 15px;
}
#destaque-canais img{
	display: block;
	margin: 0 auto;
	margin-top: 22px;
}
#destaque-canais p{
	padding-top:10px;
	width: 204px;
	margin: 0 auto;
}
#destaque-canais a{
    background:url(../img/structure/home/home-aside-buttons.png);
    background-position: -2px -92px;
    width:204px; 
    height:28px; 
    margin: 0 auto;
    margin-top: 5px;
}
#destaque-canais a:hover{
	background-position: -2px -62px;
    width:204px; 
    height:28px; 
    margin: 0 auto;
    margin-top: 5px;
}
/*END HOME==============================================*/

/*SOBRE A CATHO=========================================*/
hr{
	margin-top: -5px;
	color:#FFFF00;
	border-bottom:1px solid #FFFFFF;
	height: 0;
	z-index: -1;
	display: block;
}
a{
	color:#1095D1;
	text-decoration: none;
	
}
#sobre{
	padding-top: 28px;
	padding-bottom: 60px;
}
#sobre h2{
	background:url(../img/structure/sobre-a-catho/sobre-a-catho-titulo.png);
	width:280px;
	height:25px;
}
#sobre article p{
	text-align:left;
}
#sobre img{
	float:right;
	margin: 50px 0 50px 50px;
}

/*END SOBRE A CATHO=====================================*/

/*PERFIL DO ASSINANTE===================================*/
#vantagens{
	/*min-height:470px;*/
	padding-top: 28px;
	padding-bottom: 60px;
	
	display: block;
	overflow: hidden;
	width:917px;
}
#graficos{
	display:block;
	float:left;
	position: relative;
}
#vantagens h2{
	background:url(../img/structure/vantagens-de-anunciar-conosco/vantagens-de-anunciar-titulo.png);
	width:426px;
	height:31px;
}

#vantagens h3{
	color: #1095d1;
	font-size: 18px;
}
#vantagens #porque-anunciar ul{
	list-style: none;
	list-style-image: url(../img/structure/vantagens-de-anunciar-conosco/list-bullet.png);
	margin: 0;
	padding:0 0 0 13px;
}
.grafico{
	float:left;
	margin-top:20px;
	width: 453px;
	min-height:400px;
}
.grafico h1{
	display: block;
	color: #1095d1;
	font-size: 24px;
	margin: 0 0 10px 0;
	letter-spacing: -1px;
}
.grafico img{
	display: block;
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 0;
	padding: 20px;
}
/*END PERFIL DO ASSINANTE=============================*/

/*ANUNCIANTES=========================================*/
.box-anunciante{
	width:944px;
	padding:0;
	margin:0;
}
.box-anunciante li{
	float: left;
	overflow: hidden;
	display:block;
    margin:6px 15px 6px 0;

    width: 216px;
    height:143px;
    background-color: #fff;
    border:1px;
    border-style: solid;
    border-color:#CCCCCC;
    border-radius: 5px;
}
.box-anunciante li h3{
	color: #1095d1;
	font-size: 18px;
	margin: 10px 0 0 20px;
	text-indent:12px;
	
	background-image: url(../img/structure/anunciantes/title-bullet.png);
	background-repeat:no-repeat;
	background-position:0;
}
.box-anunciante li div {
	position:relative;
	display: block;
	overflow:hidden;
	text-align:center;
	vertical-align:center;
	width:213px;
	line-height:95px;
}
#anunciantes{
	padding-top: 28px;
	padding-bottom: 60px;
}
#anunciantes h2{
	background:url(../img/structure/anunciantes/anunciantes-titulo.png);
	width:161px;
	height:24px;
}
#anunciantes article{
	display: block;
	overflow:hidden;
	width:917px;
	margin:0;
}
/*END ANUNCIANTES=====================================*/

/*CANAIS===============================================*/
#canais{
	padding-top: 28px;
	padding-bottom: 60px;
}
#canais h2{
	background:url(../img/structure/canais/canais-titulo.png);
	width:89px;
	height:24px;
}
#canais #table-obs{
	font-size: 11px;
	width: 100%;
	text-align: right;
}
/*END CANAIS===========================================*/


/*PRE�OS===============================================*/
#precos{
	padding-top: 28px;
	padding-bottom: 60px;
}
#precos h2{
	background:url(../img/structure/precos/precos-titulo.png);
	width:85px;
	height:29px;
}
#precos #email-table{
	width: 147px;
	float:right;
}

#precos .tablestyle{
	width: 750px;
}
#precos #table-obs{
	clear:both;
	font-size: 11px;
	width: 100%;
	text-align: left;
}

/*END PRE�OS============================================*/

/*FORMATOS==============================================*/
#formatos{
	padding-top: 28px;
	padding-bottom: 60px;
}
#formatos #titulo{
	background:url(../img/structure/formatos/formatos-titulo.png);
	width:121px;
	height:23px;
}
#formatos aside{
	margin-top:30px;
	float: left;
}

#formatos #email-mkt{
	padding: 0 0 15px 0;
}


#formatos aside nav ul{
	overflow:hidden;
	/*width:100%;*/
	display: block;
	list-style: none;
	margin: 0;
	padding: 0 ;
}
#formatos aside nav ul li{
	width: 207px;
	height: 31px;
	border:1px;
    border-style: solid;
    border-color:#CCCCCC;
    border-radius: 5px;
    text-align: left;
    
    background-color: #FFFFFF;
}
#formatos aside nav ul li:hover{
	background-color: #1095d1;
}

#formatos aside nav ul li a{
	display:block;
	position:relative;
	
	font-weight: bold;
	text-decoration: none;
	
	width:100%;
	height:100%;
	
	line-height: 31px;
	text-indent: 10px;
	margin-left: 10px;
	
	background-image: url(../img/structure/formatos/arrow-bullet-normal.png);
	background-repeat: no-repeat;
	background-position: left;
}

#formatos aside nav ul li a:hover{
	color:#FFFFFF;
	background-image: url(../img/structure/formatos/arrow-bullet-selected.png);
}

#formatos .formatos-item-selected{
	background-color: #1095d1;
}
#formatos .formatos-item-selected a{
	color:#FFFFFF;
	background-image: url(../img/structure/formatos/arrow-bullet-selected.png);
	background-repeat: no-repeat;
	background-position: left;
}

#formatos #formato-content{
	overflow:auto;
	margin: 30px 0 0 244px;
}

#formatos #formato-content h1{
	display: block;
	color: #1095d1;
	font-size: 24px;
	margin: 0 0 10px 0;
	letter-spacing: -1px;
}	
#formatos #formato-content h3{
	color: #f79621;
	margin: 0;
	padding: 0;
}
#formatos #formato-content img{
	float: right;
	position:relative;
	margin: 0;
	padding: 0;
}
/*END FORMATOS===========================================*/

/*CONTATO================================================*/

form{
	margin:0;
}

#contato{
	padding-top: 28px;
	/*padding-bottom: 60px;*/
}
#contato h2{
	background:url(../img/structure/contato/contato-titulo.png);
	width:103px;
	height:23px;
}
#contato img{
	position:relative;
	float: right;
	padding-left:30px;
	margin: -35px 0 0 0;
	/*margin-top:-50px;*/
	/*padding-bottom: 60px;*/
}
#contato #contact-form{
	display:block;
	/*float: left;*/
	overflow:hidden;
	position:relative;
	margin-top: 17px;
	width:482px;
}
#contato #form-obs{
	font-size: 11px;
}
#contato #form-obs span{
	color:#f7941d;
}

#contato #contact-form label{
	display:inline-block;
	/*position:relative;*/
	float: left;
	width:100%;
	/*height:24px;*/
	/*line-height:25px;*/
	text-align: right;
	
	font-weight:bold;
	padding-bottom: 11px;
}
#contato #contact-form span{
	color:#f7941d;
}
#contato #contact-form input[type=text], #contato #contact-form textarea {
	display:inline-block;
	margin: 0;
	padding: 0;
	margin-left:4px;
	border:1px;
	border-style:solid;
	border-color:#abadb3;
	border-radius:5px;
	/*float: right;*/
	position:relative;
	width:310px;
	height:24px;
	line-height: 24px;
}
#contato #contact-form textarea {
	height:170px;
	resize: none;
}
#contato #contact-form input[type=button]{
	float:right;
	background-image: url(../img/structure/contato/btn-enviar.png);
	background-position: -2px -2px;
	width:94px; 
	height:28px; 
}
#contato #contact-form input[type=button]:hover{
	background-image: url(../img/structure/contato/btn-enviar.png);
	background-position: -2px -32px;
	width:94px; 
	height:28px; 
}

#contato #contact-form input[type=text]:focus, #contato #contact-form textarea:focus {
	outline:none;
  	border:1px;
  	border-style:solid;
  	border-radius:5px;
  	border-color:#1095d1; 
  	background-color: #d8d9d9;
}

.alert{
	padding-top: 5px;
	font-size: 10px;
	font-weight:normal;
	color: #C30;
}
.input-error{ 
	background-color: #ffada4; 
}
.contact-success{
	display:block;
	float: left;
	overflow:hidden;
	color: #1095d1;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 24px;
	margin: 17px 0 0 0;
	height:300px;
	width:100%;
}
.contact-error{
	color: #ffada4;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 24px;
	margin: 0 0 0 0;
}


/*END CONTATO============================================*/

/*Table*/
.tablestyle{
	width: 100%;
	display: table;
	position:relative;
	float:left;
	border-collapse: separate;
	border-spacing: 0;
	border-spacing: 1px;
	border-color: #333333;
	border-radius: 10px;
}
.tablestyle thead {
	border-color: #ffffff;
	font-size:14px;
	color:#FFFFFF;
}
.tablestyle thead tr th {
	height:34px;
	background-color: #1095d1;
}
.tablestyle thead tr th {
	text-align:left;
	text-indent:15px;
	vertical-align: middle;
}
.tablestyle tbody {
	border-color: #e1e5e5;
	background-color: #FFFFFF;
}
.tablestyle tbody tr {
	display: table-row;
	height:29px;
	border-color: #e1e5e5;
	background-color: #FFFFFF;
}
.tablestyle tbody tr td {
	text-align:left;
	text-indent:15px;
	vertical-align: middle;
}
/*End Table*/

/*Rounded Corner Table Head*/
.rounded-corners th:first-child {
    -moz-border-radius: 5px 0 0 0;
    -webkit-border-radius: 5px 0 0 0;
    border-radius: 5px 0 0 0;
}

.rounded-corners th:last-child {
    -moz-border-radius: 0 5px 0 0;
    -webkit-border-radius: 0 5px 0 0;
    border-radius: 0 5px 0 0;
}
.rounded-corners th:only-child {
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}
/*End Rounded Corner Table Head*/

#404_container{
	display: block;
	padding:0;
	margin-bottom: 50px;
}

#title_404{
	display: block;
	color: #1095D1;
	font-size: 24px;
	margin: 20px 0 10px 0;
	letter-spacing: -1px;
}


/* =============================================================================
    Helper Classes
   ========================================================================== */
.text-shadow{
	text-shadow:#ffffff 1px 1px;
}


/* =============================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 35em) {
	/* Style adjustments for viewports that meet the condition */
}

/* =============================================================================
   Non-Semantic Helper Classes
   ========================================================================== */

.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }
.fr{ float: right; }
/* =============================================================================
   Print Styles
   ========================================================================== */
 
@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}
