@import url("reset.css");
@import url("form.css");
@import url("interna.css");
@import url("select.css");

/*--------------------------------------------------\
|													||
|													|||
|   Condipa                                         |||
|										Em Mar/2012	|||
|													|||
 \--------------------------------------------------\||
  \--------------------------------------------------*/

* {margin: 0;padding: 0;}
nav, aside, header, footer, article, section, figure {display: block;}
fieldset, a img {border: none;}
body{
	background: url('images/fundo.jpg') repeat left 10px #e5e5e5;
}
body, .ipt, select, textarea{
	color:#000;
	font-family:"Tahoma", Arial, Helvetica, sans-serif;
	font-size:12px;
}
a,a:hover{ text-decoration:none;}
p{ margin:0 0 11px 0;}
.clearfix:before, .clearfix:after { content:""; display:table; }
.clearfix:after { clear:both; }
.clear{ display: block; clear: both; height: 1px; }
.show { display:block; }
.hide { display:none; }
.fl { float:left;display:inline; }
.fr { float:right;display:inline; }
.cb { clear: both; }
.inside{ margin: 0 auto; overflow: hidden; position: relative; width: 960px;}
.content{ overflow: hidden; }
ul{ list-style: none;}

/*
*	fonts
*/


/*
*	header
*/
.header{
	background: url('images/fundo.gif') repeat-x left top;
	margin: 0 0 23px 0;
	padding: 25px 0 0 0;
	width: 100%; 
}
.insideBorda{
	border-bottom: 1px solid #bbb;
}
.logo img{
	display: block;
	margin: 0 0 14px 0;
}
.menu{
	margin: 18px 0 0 61px;
}
.menu a{
	color: #888;
	display: inline;
	float: left;
	font-family: Arial;
	font-size: 14px;
	margin: 0 33px 0 0;
	padding: 13px 0;
	text-transform: uppercase;
}
.menu a:hover,.menu a.ativo{
	border-top: 3px solid #b0b0b0;
	border-bottom: 3px solid #b0b0b0;
	color: #000;
	padding: 10px 0;
}

/*
*	banner - linha do tempo
*/
.LinhaTempo{
	border-bottom: 1px solid #bbb;
	margin: 0 0 54px 0;
	padding: 0 0 25px 0;
}
.LinhaTempo,.LinhaTempo img{
	clear: both;
	display: block;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
.LinhaTempo .box{
	clear: both;
	display: block;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	z-index: 2;
}
.LinhaTempo .box .tam1{
	font-family: 'Myriad Pro';
	font-size: 32px;
	margin: 26px 0 29px 24px;
}
.LinhaTempo .box .tam2{
	color: #404040;
	font-family: 'Myriad Pro';
	font-size: 22px;
	margin: 0 0 85px 24px;
}
.LinhaTempo .box .tam3{
	color: #fff;
	font-family: 'Myriad Pro';
	font-size: 16px;
	margin: 0 0 10px 24px;
}
.LinhaTempo .box .anos{
	background: url('images/legenda.png') repeat-x left top;
	display: block;
	margin: 258px 0 0 0;
	padding: 22px 0 18px 32px;
	overflow: hidden;
	width: 930px;
}
.LinhaTempo .box .anos li{
	background: url('images/barra-linha-tempo.gif') no-repeat right center;
	float: left;
	display: inline;
	margin: 0 20px 0 0;
	padding: 0 20px 0 0;
	text-transform: uppercase;
}
.LinhaTempo .box .anos a{
	color: #666;
	float: left;
	font-family: Arial;
	font-size: 14px;
	display: inline;
	text-transform: uppercase;
}

/*
 *	box 1 e 2 na home
 */
.lancamentos img, .resSocial img{
	-moz-box-shadow: 8px 8px 8px #e8e8e8;
	-webkit-box-shadow: 8px 8px 8px #e8e8e8;
	box-shadow: 8px 8px 8px #e8e8e8;
	border: 7px solid #fff;

}
.lancamentos h2, .resSocial h2{
	color: #666;
	font-family: Arial;
	font-size: 18px;
	font-weight: normal;
	margin: 0 0 7px 0;
	text-transform: uppercase;
}

/*
*	footer
*/
.footer{
	border-top: 1px solid #bbb;
	margin: 35px auto;
	padding: 20px 0 0 0;
	text-align: center;
}
.footer p,.footer a{
	color: #666;
	font: 'Lucida Sans' 12px;
}
.footer a:hover{
	text-decoration: underline;
}
.footer p a{
	display: inline;
	font: 'Lucida Sans' 12px;
}

/*
*	banner / pag interna
*/
.banner,.banner img{
	-moz-box-shadow: 8px 8px 8px #e8e8e8;
	-webkit-box-shadow: 8px 8px 8px #e8e8e8;
	box-shadow: 8px 8px 8px #e8e8e8;
	display: block;
	position: relative;
	z-index:2;
}
.banner img{
	border: 3px solid #fff;
}
.banner p{
	bottom: 10px;
	color: #111;
	font: 22px;
	left: 15px;
	line-height: 22px;
	position: absolute;
	z-index: 3;
}

/*
*	head pag interna
*/
.head{
	border-top: 1px solid #bebebe;
	margin: 24px 0 0 0;
	padding: 24px 0 0 0;
}
.head h1{
	color: #666;
	font-family: Arial;
	font-size: 18px;
	font-weight: normal;
	margin: 0 0 14px 0;
	text-transform: uppercase;
} 
.head .link{
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	background: url('images/seta.gif') no-repeat 16px center #cccdd0;
	color: #666;
	font-family: Arial;
	font-size: 16px;
	font-weight: normal;
	position: relative;
	bottom: -2px;
	margin: 0 78px 0 0;
	padding: 9px 23px 5px 25px;
	text-transform: uppercase;
} 
.contentArticle{
	-moz-box-shadow: 0px 0px 20px #dad7d7;
	-webkit-box-shadow: 0px 0px 20px #dad7d7;
	box-shadow: 0px 0px 20px #dad7d7;
	background: #fff;
	border: 10px solid #f7f7f7;
	clear: both;
	overflow: hidden;
	padding: 20px 0 0 0;
}
.paginacao{
	clear: both;
	display: block;
	overflow: hidden;
	margin: 0 auto;
	width: 300px;	
}
.paginacao a,.paginacao span{
	display: inline;
	margin: 0 4px 0 0;
	float: left;
	color: #444;
	font-family: Arial;
	font-size: 13px;	
}
.paginacao .ant{
	background: url('images/ant.gif') no-repeat left center;
	margin: 0 24px 0 0;
	padding: 0 0 0 10px;
}
.paginacao .prox{
	background: url('images/prox.gif') no-repeat right center;
	margin: 0 0 0 24px;
	padding: 0 10px 0 0;
}