@charset "utf-8";
/* Cínica São bento CSS Document */

/* Geral */

* {margin: 0px; padding:0px;}

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	list-style: none;
}

#site {
	background: #e5e3da url(../imagens/topo-fundo.jpg) center top no-repeat;
	padding-top: 251px;
	}

#frame {
	background-color: #e5e3da;
	width: 900px;
	position: relative;
	left: 50%;
	margin-left: -450px;
	
	}
	
#topo {
	height: 49px;
	}

#ctd {
	background-color: #fff;
	padding: 10px;
	}
	
#ctdP {
	width:585px;
	float:left;
	padding-right: 15px;
	}
	
#ctdD {
	background-color:#C4C7BC;
	width: 260px;
	float: right;
	padding: 10px;
	color: #333333;
	}

#base {
	background: #660000 url(../imagens/bg_base.jpg) top repeat-x;
	}
	
#bottom {
	width: 880px;
	height: 150px;
	padding: 10px;
	position: relative;
	left: 50%;
	margin-left: -450px;
	color: #FFFFFF;
	font-size: 10px;
}

#bottom a {
	font-size: 9px;
	color:#FFFFFF;
	text-decoration: none;
	}

/* Formulário */


.form {
	padding: 10px;
	}

label {
	display: block;
	}
	
input {
	font: "Trebuchet MS", Arial;
	font-size: 11px;
	}
	
option {
	font: "Trebuchet MS", Arial;
	font-size: 11px;
	}
	
select {
	font: "Trebuchet MS", Arial;
	font-size: 11px;
	}

textarea {
	font: "Trebuchet MS", Arial;
	font-size: 11px;
	width: 350px;
	}
	
a {
	text-decoration: none;
	color: #000000;
	}

a:hover {
	text-decoration:underline;
	}
	
/* SFIR */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

.sIFR-hasFlash h1 {
	font-size: 14px;
}

.sIFR-hasFlash h2 {
	font-size: 14px;
}

	

