/* CSS Instituto do Sono Campinas*/

* {
	padding:0;
	margin:0;
}

.centro {
	text-align:center;
	margin:0 auto;
}

body{
	margin: 0 auto;
	background: #F6F0F4 top center;
}

/*** CONTEUDO ***/

/*fundo instituto*/
.bg_topo_instituto {
	background: url(imagens/bg_conteudo_topo_index.jpg) no-repeat;
	width:480px; height:115px;
}

/*fundo do topo*/
.bg_conteudo_topo {
	background: url(imagens/bg_conteudo_topo.jpg) no-repeat;
	width:480px; height:95px;
}

.bg_conteudo_meio {
	background: url(imagens/bg_conteudo_meio.jpg) repeat-y;
	width:480px;
}

.bg_conteudo_fim {
	background: url(imagens/bg_conteudo_fim.jpg) no-repeat bottom;
	width:480px;
}

/*** FONTES ***/

/*texto roxo*/
.texto_roxo {
	font-family: verdana; font-size:11px; color:#471947; line-height:18px;
}

.texto_roxo a {
	font-family: verdana; font-size:11px; color:#471947; text-decoration:none;
}

.texto_roxo a:hover {
	font-family: verdana; font-size:11px; color:#471947; text-decoration:underline;
}

/*texto preto*/
.texto_preto {
	font-family: verdana; font-size:10px; color:#000000;
}

.texto_preto a {
	font-family: verdana; font-size:10px; color:#000000; text-decoration:none;
}

.texto_preto a:hover {
	font-family: verdana; font-size:10px; color:#000000; text-decoration:underline;
}

/*endereco*/
address {
	font-style: normal;
}

/*class para as imagens*/
.img_noticias{
	float:left;
	margin:0 5px 5px 0;
	border:0;
}

/*propriedades para os inputs, select e textarea*/

.formulario input{
	margin:2px 0 2px 5px;
	font-family:verdana; font-size:11px; color:#471947;
	border:1px solid #C7B6BE;
}

.formulario select{
	margin:2px 0 2px 5px;
	font-family:verdana; font-size:11px; color:#471947;
	border:1px solid #C7B6BE;
}

.formulario textarea{
	margin:2px 0 2px 5px;
	font-family:verdana; font-size:11px; color:#471947;
	border:1px solid #C7B6BE;
}

.formulario select{
	margin:2px 0 2px 5px;
	font-family:verdana; font-size:11px; color:#471947;
	border:1px solid #C7B6BE;
}
.botao {
	background-color:#EBE4EB;
	border:1px solid #C7B6BE;
	font-family:verdana; font-size:11px; color:#471947;
}

