@charset "utf-8";
/* CSS Document */

body{
background-color:#a55202;
margin:0px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
}

a {
color:#7F1818;
text-decoration:none;
}

a:hover {
	color:#E17559;
	text-decoration:underline;
}


#page {
width:950px;
margin:0px;
background-color:#fff;
margin-left:auto;
margin-right:auto;
}

#page #banner {
width:100%;
height:32px;
background-image:url(imagens/banner.gif);
}

#page #banner #rosto {
float:left;
}

#page #top {
width:100%;
height:20px;
background-image:url(imagens/top.gif);
}

#page #top .nome{
color:#990000;
float:right;
font-weight:bold;
margin-top:2px;
margin-right:6px;
font-size:13px;
}

#page #top .consultorio{
float:left;
text-indent:70px;
margin-top:8px;
}



#page #menu {
width:100%;
height:30px;
}


/* menu horizontal */

#page #menu #nav {
margin: 0;
padding: 0;
list-style-type: none;
float: right; 

}

#page #menu #nav li {
margin: 0;
padding: 0;
float: left;
background:url(imagens/tab1.gif);
}

#page #menu #nav a {
float: left;
width: 115px;
text-align: center;
color: #7F1818;
text-decoration: none;
line-height: 2.1;
border-right: 1px solid #fff;
}

#page #menu #nav a:hover {
background:url(imagens/tab2.gif);
color: #874040;
}

#page #menu #nav #currentmenu {
float: left;
width: 115px;
text-align: center;
color: #fff;
line-height: 2.6;
border-right: 1px solid #fff;
background:url(imagens/tab3.gif);
}

#page #menu #nav #currentmenu a:hover {
float: left;
width: 115px;
text-align: center;
color: #874040;
line-height: 2.1;
border-right: 1px solid #fff;
background:url(imagens/tab3.gif);
}

/* menu horizontal */


/* submenu */

#navsub {
margin: 0;
padding: 0;
list-style-type: none;
float:right;
}

#navsub li {
margin: 0;
padding: 0;
}

#navsub a {
display:block;
width:150px;
color: #f1f6e8;
text-decoration: none;
text-indent:5px;
line-height: 2;
font-size:90%;
margin-left:18px;
margin-bottom:3px;
padding-left:4px;
padding-right:4px;
background-image:url(imagens/tabs1a.gif);
}

#navsub a:hover {
background-image:url(imagens/tabs2a.gif);
color:#f1f6e8;
}

#navsub #currentsubmenu {
background-image:url(imagens/tabs3a.gif);
width:150px;
color:#f1f6e8;
text-decoration: none;
text-indent:5px;
line-height: 2;
font-size:90%;
margin-left:18px;
margin-bottom:3px;
padding-left:4px;
padding-right:4px;
}

/* submenu */



#page #content {
	width:100%;
}

	#page #content .titulo {
	color:#4A572D;
	font-size:13px;
	font-weight:bold;
	margin-bottom:10px;
	}

	#page #content .titulo2, h1, h2, h3, h4, h5, h6, h7, h8 {
		color:#C56B23;
		font-size:10px;
		font-weight:bold;
		margin-bottom:10px;
	}
	
	#page #content .texto {
	color:#413F23;
	line-height: 1.5em;
	}
	
	#page #content .foto2col {
	float:left;
	padding-top:8px;
	padding-right:12px;
	padding-bottom:8px;
	}


/******************* 1 coluna */

#page #content #content1col {
	padding:10px 0px 15px 15px;
	float:left;
}

/******************* 3 colunas */

#page #content #col3Left {
	float:left;
	width:253px;
	margin-top:14px;
	padding-left:1px;
	min-height:400px;
}

#page #content #col3Middle {
	float:left;
	width:386px;
	margin-top:14px;
	padding-left:10px;
	padding-right:10px;
	border-left: 1px dotted #EAB480;
	border-right: 1px dotted #EAB480;
	font-size:11px;
}

#page #content #col3Right {
	float:left;
	width:267px;
	margin-top:14px;
	padding-left:10px;
	padding-right:10px;
	font-size:10px;
}


/*******************footer */

#page #footer {
clear: both;
width:100%;
height:32px;
margin-top:9px;
background-image:url(imagens/banner.gif);
}

#page #bottom {
width:100%;
height:15px;
background-color:#999900;
padding-top:2px;
padding-top:2px;
}

#page #bottom a {
font-size:9px;
text-decoration:none;
color:#CCCCCC;
padding-left:12px;
padding-right:12px;
border-right: 1px  dotted  #00FF33;
}

#page #bottom a:hover {
text-decoration:underline;
color:#990000;
}

