@charset "UTF-8";
/* CSS Document */
@import url(http://fonts.googleapis.com/css?family=Jura:400,600);

body {
	margin:30px 0 0 0;
	padding:0px;
	font-family: 'Jura', sans-serif;
	background: url(../img/bg-1.png);
}




/*      HEADER      */

#header {
	width:800px;
	height:100px;
	padding:60px 50px 120px 50px;
	margin:0 auto 0 auto;
	background:url(../img/dente_logo.png) no-repeat left top;
	font-size:36px;
	color:#FFF;
	text-transform:uppercase;
	letter-spacing:4px;
}

.header_mini_titulo {
	font-size:12px;
	color:#97d0e7;
	font-weight:normal;
}

#header_logo {
	display:block;
	float:left;
}

#header a {
	display:block;
	float:right;
	padding: 7px 8px 7px 8px;
	font-size:11px;
	color:#8ba4ae;
	letter-spacing:1px;
	margin:16px 5px;
	background:url(../img/bg_botoes.png);
	border-radius:16px;
	text-decoration:none;
	-webkit-box-shadow: inset 1px 1px 2px  #121c20;
    box-shadow: inset 1px 1px 2px  #121c20;
	text-shadow: 1px 1px 2px #121c20;
    filter: dropshadow(color=#121c20, offx=1, offy=1);
	border-right: 1px solid #6b8089;
	border-bottom: 1px solid #6b8089;
}

#header a:hover {
	color:#8ba4ae;
	-webkit-box-shadow: 1px 1px 2px  #121c20;
    box-shadow: 1px 1px 2px  #121c20;
	text-shadow: -1px -1px 2px #121c20;
    filter: dropshadow(color=#121c20, offx=-1, offy=-1);
	background:url(../img/bg_botoes_2.png);
	border-right: 0px;
	border-bottom: 0px;
	border-left: 1px solid #6b8089;
	border-top: 1px solid #6b8089;
}




/*      CORPO      */

#corpo {
	width:800px;
	margin:-120px auto 0 auto;
	font-size:14px;
	color:#FFF;
	text-align:center;
	line-height:20px;
}

#corpo a {
	color:#97d0e7;
	text-decoration:none;
	font-size:13px;
}

#corpo a:hover {
	color:#6FF;
	text-decoration:underline;
}

#img_home {
	width:770px;
	height:250px;
	margin:0 auto 0 auto;
	text-align:right;
	font-size:36px;
	line-height:43px;
	background:url(../img/bg_home.jpg) center top;
	padding:30px 30px 0px 0px;
	text-shadow: 0px 0px 6px #23282b;
    filter: dropshadow(color=#23282b, offx=0, offy=0);
}

#img_home a {
	font-size:32px;
	color:#6FF;
	text-decoration:none;
}

.titulo_1 {
	color:#081217;
	text-align:center;
	display:block;
	font-size:30px;
	text-shadow: 1px 1px 0px #6b8089;
    filter: dropshadow(color=#6b8089, offx=1, offy=1);
}

#corpo_branco_wrap {
	width:100%;
	background: url(../img/border_top.png) #FFF repeat-x top;
	margin-top:50px;
	padding: 40px 0px 30px 0px;
}

#corpo_branco {
	width:860px;
	margin:0 auto 0 auto;
	overflow:auto;
	color:#8496a0;
	font-size:18px;
	text-align:justify;
}

#corpo_branco_left {
	float:left;
	width:390px;
	padding-right:40px;
	border-right:solid 1px #CCC;
	text-align:justify;
	color:#8496a0;
	font-size:14px;
}

#corpo_branco_right{
	float:right;
	width:390px;
	text-align:justify;
	color:#8496a0;
	font-size:14px;
}

#corpo_branco_left a, #corpo_branco_right a {
	margin-top:10px;
	font-size:18px;
	color:#32a3df;
	display:block;
	text-align:center;
	text-decoration:none;
}

#corpo_branco_left a:hover, #corpo_branco_right a:hover {
	text-decoration: underline;
}

.corpo_branco_titulo {
	display:block;
	font-size:28px;
	color:#97d0e7;
	font-weight:normal;
	text-align:center;
}

#footer_wrap {
	background:url(../img/border_bottom.png) repeat-x top;
	padding-top:80px;
}

#footer {
	width:800px;
	overflow:auto;
	margin:0px auto 80px auto;
}

#footer_left {
	float:left;
	width:460px;
	padding-right:39px;
	text-align:left;
	color:#ccdae1;
	font-size:14px;
}

.footer_left_titulo {
	float:left;
	width:460px;
	padding-right:39px;
	text-align:left;
	color:#000;
	font-size:16px;
}

#footer_right {
	padding-top:90px;
	padding-left:39px;
	border-left:dotted 1px #ccdae1;
	float:right;
	width:260px;
	text-align:right;
	color:#ccdae1;
	font-size:11px;
}

#footer_right a {
	text-decoration:none;
	color:#ccdae1;
}

#footer_right a:hover {
	text-decoration:underline;
}







#paginas_texto {
	width:600px;
	float:right;
	text-align:justify;
}

#paginas_links {
	height:100px;
	width:860px;
	position: absolute;
	top:383px;
	left:50%;
	margin-left:-430px;
}

#paginas_links_inner {
	float:left;
	width:200px;
}

#paginas_links_inner a{
	display:block;
	padding:6px;
	text-align:left;
	background:#dee7eb;
	margin-bottom:2px;
	color:#535e63;
	text-decoration:none;
	font-size:12px;
	font-weight:600;
}

#paginas_links_inner a:hover{
	background:#a6b4ba;
}

#paginas_texto h1 {
	font-size:18px;
	text-transform:uppercase;
	color: #2e4254;
	text-align:left;
	display:block;
	margin:0px;
	padding:0 0 10px 0;
}

#paginas_texto h1 a {
	font-family: Verdana, Geneva, sans-serif;
	display:block;
	padding:6px;
	text-align:center;
	background:#dee7eb;
	margin-bottom:2px;
	color:#535e63;
	text-decoration:none;
	font-size:10px;
	width:12px;
	height:12px;
	line-height:12px;
	float:right;
	border-radius:12px;
}

#paginas_texto h1 a:hover {
	background:#535e63;
	color:#dee7eb;
	text-decoration:none;
}

.servicos_1, .servicos_2 {
	font-size:14px;
	text-align:justify;
	float:left;
	width:250px;
	margin-bottom:40px;
	min-height:240px;
}

.servicos_1 {
	margin-right:25px;
	padding-right:24px;
	border-right: 1px dotted #CCCCCC;
}

.servicos_1 h1, .servicos_2 h1 {
	font-size:15px;
	text-transform:uppercase;
	display:block;
	padding:6px;
	text-align:center;
	background:#dee7eb;
	margin:0 0 15px 0;
	color:#535e63;
}


.contactos_titulo_2 {
	font-size:21px;
	text-transform:uppercase;
	color: #2e4254;
	text-align:left;
	display:block;
	margin-bottom:20px;
}

.contactos_corpo {
	overflow:auto;
}

.contactos_mapa {
	width:450px;
	height:350px;
	float:left;
}

.contactos_texto {
	width:350px;
	float:right;
	text-align:left;
}

.contactos_mini_titulo {
	display:block;
	padding:5px 0;
	text-transform:uppercase;
	color: #2e4254;
}
