html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}.clear{clear:both;}

/* HOME */
body {
	background: url(../assets/bg-home.png) top left repeat-x #d5d6d8;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#wrapperTopo{
	height:156px;
	width:100%;
}
#topo{
	height:156px;
	width:750px;
	margin:0px auto;
	background: url(../assets/bg-topo.png) top center no-repeat;
}
#logo{
	width:197px;
	height:128px;
	margin:0px auto;
}

/* MENU */
#menu{
	width:750px;
	height:28px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	margin-bottom:0px;
}

#menu ul{
	width:710px;
	height:28px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	margin-bottom:0px;
}

#menu ul li a{
	width:88px;
	padding-top:7px;
	padding-bottom:6px;
	text-align:center;
	float: left;
	font-size: 15px;
	color:#ba1129;
	text-decoration:none;
	background:url(../assets/sep-menu.png) top right no-repeat;
}

#menu ul li a.ultimo{
	width:182px;
	padding-top:7px;
	padding-bottom:6px;
	background: none;
}

#menu ul li a:hover, #menu ul li a.ativo{
font-weight:bold;
}

/* CONTEUDO */

#wrapperConteudo{
	width:100%;
	min-height:492px;
}

#conteudo{
	width:750px;
	margin: 0px auto;
	min-height:492px;
	padding-top:25px;
	background: url(../assets/bg-paginas.png) top center no-repeat;
}

#conteudo .arredondado{
	-moz-border-radius:10px;
	-khtml-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	border:2px solid #e7e7e8;
	background: #FFF;
}

#conteudo .coluna1{
	width: 163px;
	padding:10px;
	min-height:163px;
	margin:10px 0px 10px 70px;
	float:left;
}
#conteudo .coluna2{
	width: 163px;
	padding:10px;
	min-height:163px;
	margin:10px 0px 10px 24px;
	float:left;
}
#conteudo .coluna3{
	width: 163px;
	padding:10px;
	min-height:163px;
	margin:10px 0px 10px 24px;
	float:left;
}

#conteudo h1{
	color: #BA1129;
	font-weight: bold;
	font-size:14px;
	float:left;
	display:block;
	height:24px;
	min-width:141px;
	background: url(../assets/bg-titulos.png) bottom left no-repeat;
	margin-bottom:7px;	
}

#conteudo p.noticia, #conteudo p.noticia a{
	font-size:12px;
	line-height:14px;
	color:#58595b;
	float:left;
	width:163px;
	text-align: left;
	text-decoration: none;
}

#conteudo a.mais{
	color:#BA1129;
	text-decoration: none;
	float:left;
	display:block;
	margin-top:12px;
	font-size: 12px;
}

/* CARROSEL */

#carrosel{
width:674px;
height:208px;
margin: 10px auto 0px auto;	
}

.scrollable {
    position:relative;
    overflow:hidden;
    width: 600px;
    height:204px;
}

.scrollable .items {
    width:20000em;
    position:absolute;
    clear:both;
}

.items div {
    float:left;
    width:660px;
    height:214px;
}

.scrollable span {
    float:left;
    margin:14px 11px 20px 11px;
    width:177px;
}

.descricao a{
	text-decoration: none;
	font-weight:normal;
}

.descricao a:hover{
	font-weight:bold;
	text-decoration: none;
}

.descricao h2{
    width:177px;
    font-size:14px;
    text-align: center;
    padding:8px 0px 3px 0px;
    color:#BA1129;
    text-decoration: none;
}

.descricao p{
	font-size:10px;
	color:#58595B;
	text-align: center;
	padding:0px;
	margin:0px;
	width:177px;
}

.scrollable .active {
    position:relative;
    cursor:default;
}

.scrollable {
    float:left;
}

a.browse {
    background:url(../assets/navegacao.png) no-repeat;
    display:block;
    width:30px;
    height:30px;
    float:left;
    margin:87px 5px 87px 5px;
    cursor:pointer;
    font-size:1px;
}

a.right { background-position: 0 -30px; clear:right; margin-right: 0px;}
a.right:hover { background-position:-30px -30px; }
a.right:active { background-position:-60px -30px; }


a.left { margin-left: 0px; }
a.left:hover  { background-position:-30px 0; }
a.left:active { background-position:-60px 0; }

a.disabled {
    visibility:hidden !important;
}

/* RODAPE */
#rodape{
	width:710px;
	height:48px;
	margin:0px auto;
	background: url(../assets/bg-rodape.png) bottom center no-repeat;
}

#rodape p{
	margin-top:19px;
	font-size:8px;
	color:#58595B;
	text-align: center;
}

/* EMPRESA */
#empresa, #equipe, #servicos, #noticias, #contato{
	width:674px;
	margin: 10px auto 0px auto;
	padding:10px;
	min-height: 392px;
}

#empresa h2 a, #noticias h2 a, #obras h2 a{
	color: #BA1129;
	font-weight: bold;
	font-size:14px;
	float:left;
	display:block;
	height:24px;
	margin-bottom:0px;	
	margin-top:10px;
	text-decoration: none;
}

#empresa p, #equipe p, #servicos p, #noticias p{
	font-size:13px;
	line-height:15px;
	color:#58595b;
	float:left;
	width:670px;
	text-align: justify;
	margin:5px 0px 0px 0px;
	text-indent: 20px;
	display: block; 
}


#noticias p a{
	padding:10px 10px 10px 10px;
	font-size:13px;
	line-height:15px;
	color:#58595b;
	text-align: left;
	margin:5px 0px 0px 0px;
	text-indent: 0px;
	display: block;
	text-decoration: none;
}
#noticias p a:hover{
	background: #F7F7F8;
}

span.data{
	color:#BA1129;
	font-weight: bold;
	
}

.historicoConteudo, .politicasConteudo{
	display:none;
}

#empresa h3{
	color: #58595B;
	font-weight: bold;
	font-size:14px;
	float:left;
	display:block;
	height:16px;
	margin-bottom:0px;	
	margin-top:20px;
	margin-left:20px;
	text-decoration: none;
}

/* NOTICIAS */

.paginacao{
	height:20px;
	margin:7px auto 3px auto;
	font-size: 12px;
	font-weight: bold;
}
.paginas {
	margin:0px auto;
	text-align: center;
}

.primeira a, .ultima a{
	text-decoration: none;
	color:#BA1129;
	font-weight: bold;
	font-size: 12px;
}

.pagina_atual {
	color: #FFF;
	background: #BA1129;
}

.pg{
	width:20px;
	padding:0px 5px;
}

.pg a{
	text-decoration: none;
	color:#58595B;
}

#noticias h2{
	color: #BA1129;
	font-weight: bold;
	font-size:14px;
	float:left;
	display:block;
	height:24px;
	margin-bottom:0px;	
	margin-top:10px;
	text-decoration: none;
}

/* OBRAS */
#obras {
	width:597px;
	margin: 10px auto 0px auto;
	padding:10px;
	min-height: 392px;
}
#obras span {
    float:left;
    margin:14px 11px 20px 11px;
    width:177px;
}

/* contato */
#contatoEsquerda{
	float:left;
	width:260px;
}

#contatoDireita{
	float:left;
	width:390px;
	margin-left:20px;
}

#contato p{
	font-size:13px;
	line-height:15px;
	color:#58595b;
	float:left;
	margin:5px 0px 0px 0px;
	display: block; 	
}

#contatoDireita p{
	float:left;
	height:20px;
}

#contatoDireita br{
	clear: both;
}

#contatoDireita input, #contatoDireita select{
	float:left;
	height:28px;
}

#contatoDireita textarea{
	float:left;
	height:100px;
}

.form{
	border:#BA1129 1px solid;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	background: #FFF;
}

.grande{
	width:388px;
}

.medio{
	width:162px;
}
.pequeno{
	width:113px;
	display: block;
}

input#enviar{
	float:right;
	height:28px;
	width:100px;
	margin-top:10px;
}
.error{
	background: #f9d0d6;
}

#obras span.obraDetalhes{
	float:left;
	width:575px;
}

.obraDetalhes a{
	float:left;
	margin-right:8px;
}
p.clique{
	font-size: 12px;
	color:#222222;
}

.descricaoDetalhes{
	float:left;
	width:200px;
	text-decoration: none;
	font-weight:normal;
}

.descricaoDetalhes2{
	float:left;
	width:386px;
}

.descricaoDetalhes h2, .descricaoDetalhes2 h2{
    width:177px;
    font-size:14px;
	margin:0px 0px 0px 15px;
    color:#BA1129;
    text-decoration: none;
}

.descricaoDetalhes p, .descricaoDetalhes2 p{
	font-size:10px;
	color:#58595B;
	text-align: left;
	padding:0px;
	margin:0px 0px 0px 15px;
	width:177px;
}