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, font, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
}
body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}


:focus {
	outline: 0;
}


ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}


/*/////////////////////////////////////////////////////////////////////*/



body{
    background:#FFF url(../imagem/fundo.jpg) repeat-x;
    font-family: verdana, arial, sans-serif;
    font-size: 12px;
	color:#58595b;
}

a{
    text-decoration: none;
    color:#FFF;

}


#fundo{
    width: 100%;
    background: url(../imagem/fundomeio.jpg) no-repeat top center;
}

#geral{
	width: 100%;
    background:#dddbdc;
    margin: 0 auto;    
    padding-bottom: 10px;
  
}

#cabecalho{
	height: auto;	
}


#menucima{
	margin-left:0px;	
	width:100%;
	height:450px;	
	margin:0 auto;
}


.home-navigation {
	left:50%;
	margin-left:-450px; /* metade da largura fictícia */
	position:absolute;
	height:100%;
	font-family: 'Montserrat', sans-serif;
	width: 980px;
	top: 0px;
	
}

.home-navigation ul li {
	display:inline;
	text-align:center;
	float:left;
	list-style-type:none;


}


.home-navigation ul li a {
	/*color:#ddd;*/
	color:#FFF;
	font-size:13px;
	text-transform:none;
	display:block;
	padding:0 5px 5px 0;
	min-width:60px;
	line-height:60px;
	text-align:center;

}

.home-navigation ul li a:link {
	/*color:#ddd;*/
	color:#FFF;
	font-size:13px;
	text-transform:none;
	display:block;
	padding:0 10px;
	line-height:60px;
	text-align:center;

}

/* mouse over link */
.home-navigation ul li a:hover {
    color: #3f4042;
}

/* selected link */
.home-navigation ul li a:active{
    color: #3f4042;
}


a.linkhome:link, a.classe1:visited {
	text-decoration: none
	}
	
a.linkhome:hover {
	text-decoration: none; 
	color: #3f4042;
}
a.linkhome:active {
	text-decoration: none
	}



#conteudo{
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	top: -50px;
	position:relative;	
	width: 800px;
	padding-top:30px;
	padding-bottom:40px;
	-moz-box-shadow: 1px 1px 5px #090;
	-webkit-box-shadow: 3px 3px 10px #bfbdbe;
	margin:0 auto;
	background-color:#FFF;
	line-height: 23px;
}

.titulopag{
	color:#b31c27;
	font-size:22px;
	font-weight:none;
	padding-bottom:30px;
	
}

.titartigo{
	color:#b31c27;
	font-size:16px;
	font-weight:bold;
	padding-top:0px;	
}


#titulolateral{
	color:#FFFFFF;
	font-size:18px;
	padding:15px;
	background-color:#b31c27;	
	text-align:center;
	margin:0 auto;
	
}

#titulosubempresa {
	color:#FFFFFF;
	font-size:13px;
	padding:20px;
	background-color:#77777b;	
	text-align:center;	
	line-height:25px;
	margin-bottom:10px;
	margin-left:30px;
	margin-right:30px;	
}

#titulosublateral {
	color:#FFFFFF;
	font-size:17px;
	padding:20px;
	background-color:#77777b;	
	text-align:center;	
	line-height:25px;
	margin-bottom:10px;
	margin-left:30px;
	margin-right:30px;	
}

#box-fullwidth{
    width: 700px;
 	margin:0 auto;
    margin-top: 0px;
	text-align:justify;
	line-height: 17px;
	padding: 0px;
	 
}

#coluna-esquerda{
    width: 445px;
    float: left;
    margin-left: 40px;	 
	padding-top: 0px;
}


#coluna-direita{
   width: 240px;
   float: right;
   margin-right: 40px;
}

#coluna-esquerda h2{
    font-size: 18px;
    padding-bottom: 5px;
    border-bottom: 1px solid #000;
    margin-bottom: 10px;
}



.box-maior{
    width: 445px;
	padding-top: 0px;
}
.box-maior p{
    margin-bottom: 15px;
    text-align: justify;
}
.box-maior img{
    float: right;
    margin-left: 10px;
}

.clear{
    clear: both;
}

.box-red{
    font-size: 13px;
	color:#FFFFFF;
    float: left;
    margin-right: 0px;
    margin-top: 0px;
	background-color: #b31c27;
	padding-top:30px;
	}


#box-destaque{
    width:300px;
	height:215px;
    float: left;
    margin-right: 0px;
    margin-top: 20px;
	background: url(../imagem/img_detalheserv.png) no-repeat;
}

#box-destaque h2{
    font-size: 18px;
    text-align: center;
	color:#FFFFFF;
	font-weight:bold;
	 margin-top: 25px;
}

.box-menor p{
    font-size: 12px;
    text-align: justify;
	color:#FFFFFF;
	width:190px;
	padding:0px;
	margin-left:30px;
	margin-top:40px;
}


.box-menor img{
    float: left;
    margin-right: 10px;
}

#coluna-direita h2{
    text-align: right;
    font-size: 18px;
    margin-bottom: 10px;
}

.box-direita{
    margin-bottom: 0px;
	
}

.box-direita input{
    width: 300px;
    border: 1px solid #CCC;
    padding: 8px;
}

.btnform{
    width: 80px !important;
    border: none !important;
    float: right;
    margin-top: 10px;
    padding: 5px;
    cursor: pointer;
	font-size:14px;
	background-color:#b31c27;
	color:#FFFFFF;
	float:left;
	align:bottom;

}

.btnleiamais{
    width: 60px !important;
    border: none !important;    
    margin-top: 5px;
	margin-left:0px;
    padding: 5px;
    cursor: pointer;
	font-size:9px;
	color:#FFFFFF;
	background-color:#b31c27;
	float:left;
}


.btncliqueaqui{
    width: 180px !important;
    border: none !important;    
    margin-top: 30px;
	margin-left:30px;
    padding: 5px;
    cursor: pointer;
	font-size:12px;
	color:#FFFFFF;
	background-color:#b31c27;
	float:right;
	text-align:center;
}

.clientes img{
    margin: 12px;
	float:left;
	border:0px;
	
}

.textform{
    font-size: 16px;
	color:#b31c27;	
	padding:10px;
	font-weight:bold;
	width:250px;
	margin:5px;

}

#form {
  padding: 10px;
  border: solid 1px #c9c9c9;
  box-shadow: inset 0 0 0 1px #707070;
  transition: box-shadow 0.8s, border 0.8s;
  -moz-box-shadow: 1px 1px 5px #090;
	-webkit-box-shadow: 3px 3px 10px #bfbdbe;
}

#message {
  padding: 10px;
  height: 100px;
  border: solid 1px #c9c9c9;
  box-shadow: inset 0 0 0 1px #707070;
  transition: box-shadow 0.8s, border 0.8s;
  -moz-box-shadow: 1px 1px 5px #090;
	-webkit-box-shadow: 3px 3px 10px #bfbdbe;
}

#rodape{
    width: 800px;
    height: 200px;
    margin: 0 auto;
    text-align: center;
	background:#FFFFFF;
	margin-top:0px; 
	background: url(../imagem/img_rodape.jpg) no-repeat; 

}

#rodape div{
	width:210px;
	margin-left:30px;
	margin-right:25px;
	margin-top:30px;
	font-size:10px;
}

#rodape p{
    color: #77777b;
	margin-top:7px;
	font-size:10px;
	text-align: left;

}

.titrodape{
	font-family: 'Montserrat', sans-serif;
	color:#b31c27;
	font-size:13px;
	font-weight:bold;
	margin-bottom:10px;
	text-align:center;
	
}

#menu-rodape{
    width: 320px;
    margin: 0 auto;
}

#menu-rodape li{
    width: 60px;
    height: 25px;
    line-height: 25px;
    float: left;
    margin-right: 20px;
}

#rodape a{
    color: #FFF;
}

#rodape a:hover{
    color:#FFF;
}

#rodape p{
    clear: both;
}
