@import url("topo-rodape.css");

@import url("css-pages.css");

* {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	}
	
body {
	background:#D7ECE9;
	}
	
#container {
	width:772px;
	background:#fff;
	margin:0 auto;
	}

#links {
	}
#links ul {
	list-style:none;
	}
#links li {
	width:370px;
	height:105px;
	float:left;
	margin-left:10px;
	margin-top:15px;
	}
#links li img {
	float:left;
	border:1px solid #e5e5e5;
	}
#links li dl {
	float:right;
	width:235px;
	}
#links li dt {
	background:#def0ed;
	font-weight:bold;
	font-size:13px;
	text-indent:11px;
	margin-top:5px;
	}
#links li dd {
	color:#727272;
	font-size:12px;
	margin-top:10px;
	}
#links li dd a {
	color:#113930;
	}
#links li dd a:hover {
	color:#113930;
	text-decoration:none;
	}
	
h2 {
	background:url(../imagens/fundo_h2.gif) center center no-repeat;
	height:27px;
	font-size:17px;
	text-indent:45px;
	padding-top:10px;
	border-top:2px solid #fff;
	color:#208474;
	}	

.alinha-centro {
	text-align:center;
	margin-top:5px;
	}

.pre-agendamento {
	height:65px;
	margin-top:10px;
	}
	
a {
	color:#165E5D;
	}
a:hover {
	text-decoration:none;
	}
	
i {
	color:#208474;
	}

em {
	color:#208474;
	text-decoration:underline;
	}
	

address {
	font-style:normal;
	}
address a {
	color:#113930;
	text-decoration:none;
	border-left:1px solid #113930; border-right:1px solid #113930;
	padding-left:3px; padding-right:3px;
	}
address a:hover {
	border:1px solid #113930
	}