
/*   Site : FUNDAÇÃO SELMA 
	 Autor: Mateus Bernardo - mateus.bernardo@hotmail.com
	 Mês :  Janeiro 2008 
*/

* { padding: 0; }

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	background-color:#f6f3ee;
	color:#464646;  
}

p {
margin: 10px 0;
}


img.float-left {
  margin: 0 8px 0 0;
  float:left;
}

img.float-right {
  margin: 0 0px 8px 8px;
  float:right;
  border:none;
}

img.icone_menu {
  margin: 0px 3px 0px 0px;
  float:left;
  border: none;
}

h1, h3, h2 {
	font-size:12px;
	color: #726346;
	font-weight:bold;
	margin: 0 0 10px 0 ;
}

h2 {
	color:#464646;
	display:block;
	margin: 7px 0 7px 0 ;
}

h3 {
color:#FF0000;
}

#geral, #topo {
width:795px;	
}

#geral {
    margin: 0 auto; 
	height: auto;
}

#topo, #menu, #conteudo {
	float:left;
}

#rodape, #menu_superior {
background-color:#BBBB97;
}

#rodape {
	height:15px;
	background-image:url(imagens/fundo_rodape.gif);
	background-repeat:repeat-x;
	background-position: 0 3px;
	padding:7px 5px 0px 10px;
	width:780px;
	color:#666666;
	font-size:11px;
	float:left;
	text-align:center;
}

#data {
	color:#666666;
	font-weight:bold;
	font-size:11px;
	float:right;
	padding:5px 0 0 0 ;
}

#topo {
    height:auto;
	background-image:url(imagens/topo.jpg);
	background-repeat:no-repeat;
	background-position: 200px 1px;
	padding-bottom:12px;
}


/*--------------- MENU ------------------*/

#menu_superior {
    width:785px;
	height:30px;
	float: left;
	background-image:url(imagens/fundo_data.gif);
	background-repeat:repeat-x;
	background-position: 0 27px;
	padding-right:10px;
}
#menu_superior ul {
	padding:0px;
	margin:0 0 0 4px;
}

#menu_superior ul li {
    display:inline;
	width:auto;
	height:27px;
	color:#000;
	padding:6px 0 0 20px;
	text-align:center;
	text-decoration:none;
	float:left;
	background-image:url(imagens/seta_menu.gif);
	background-repeat:no-repeat;
	background-position: 12px 7px; /* esquerda  topo */
}

#menu_superior a {
	color:#000000;
	text-decoration:none;
}
#menu_superior a:hover {
	font-weight:bold;
}

#menu {
	width:250px;
	margin:5px 0 0 0;
	height:auto;
	display:block;
}

#menu ul{
	padding:0px;
	margin:0 0 0 7px;
}


#menu ul li  {
	width:150px;
	height: 16px;
    display:block;
	float:left;
	background-image:url(imagens/seta_menu.gif);
	background-repeat:no-repeat;
	background-position: 7px 7px;
	border-bottom: solid 1px #CCCCCC;
	padding: 5px 0px 2px 17px;
	text-decoration:none;
}

#menu a {
	text-decoration:none;
	color:#464646;
}

#menu a:hover {
	font-weight:bold;
}

/* ---------   FIM MENU  --------------------- */

#conteudo, #topo, #geral {
background-color:#FFFFFF;
}

#conteudo {
	width:765px;
	padding: 15px 10px 12px 20px;
	height:auto;
}

#conteudo a {
	color:#C37B63;
	text-decoration:none;
}
#conteudo a:hover {
	color:#FF0000;
	text-decoration:underline;
}

#cx_01_default {
	width:240px;
	float:left;
	height:auto;
	border-right: solid 1px #CCCCCC;
}

#cx_02_default {
	width:auto;
	float:left;
	height:auto;
	padding: 0 10px 0 20px;
	border-right: solid 1px #CCCCCC;
}

#modalidades_def {
	width:auto;
	float:left;
	background-image:url(imagens/fundo_modalidades.gif) ;
	background-repeat:no-repeat;
	background-position: 150px 49px; 
	line-height:16px;
	height:auto;
	padding: 0 10px 0 15px;
}

#modalidades_def ul {
	margin: 0 0 0 10px;
	padding:0px;
}

#cx_equoterapia, #cx_botox, #cx_to {
	width:224px;
	float:left;
	height:auto;
	padding: 0 10px 0 0;
	background-color:#F3F3F3;
	padding:10px;
	margin-top:10px;
}

#cx_equoterapia, #cx_to {
	margin-left:10px;
}

.caixa_cursos {
	width: 375px;
	height:auto;
	float:left;
}

.curriculos {
	height:auto;
	background-color:#F5E7DE;
	padding:10px;
	margin-bottom:10px;
	background-image:url(imagens/icon_curriculo.gif);
	background-repeat:no-repeat;
	background-position: top right;
}

#modalidades {
	width:240;
	height:auto;
	float:left;
	background-color:#E4E4E4;
	padding: 5px 0 15px 12px;
	margin-right:15px;
	line-height:15px;
}

#modalidades ul {
	margin:0px;
	padding:0px;
	line-height:17px;
	cursor:pointer;
	list-style:none;
}

#missao {
	width:387px; 
	height:auto; 
	background-color:#FFF2DF; 
	float:left; 
	padding:10px; 
	margin-top:5px;
}

#doacoes {
	width:320px; 
	height:auto; 
	background-color:#FFFFCC; 
	float:left; 
	padding:10px; 
	margin:5px 0 0 5px;
}


