@charset "utf-8";
/* CSS Document */

/* ATENÇÃO - NAO UTILIZAR ESTE MODELO CRTL+SHIFIT+S (Salvar como) */


/* Importação da CSS - (* Obrigatórias em páginas Próprias)
-----------------------------------------------------------*/
/* GLOBAL */
@import url(../../../2010-2/padrao/global.css);

/* Padrões objetos */
@import url(../../../padroes_objetos/quadro_usuarios_home.css);
@import url(../../../padroes_objetos/padrao_botoes/bt-verde.css);
@import url(../../../padroes_objetos/box_desejo_publico.css);
@import url(../../../padroes_objetos/quad_fonte.css);

/* modificações em padrões objetos */
/*bt verde*/
a.verde{
	
	padding:12px 8px;
	font-size:18px;
	margin:20px 0;
	text-align:center;
	}

a.verde:hover{
	
	text-decoration:none;
	}


/* CSS - Início
-----------------------------------------------------------*/

.box{
	
	margin-bottom:20px;
	}


/****************************************************************************/
/* QUADRO LIMITADOR DOS DESEJOS DA INDEX "INVISIVEL COM OVERFLOW: HIDDEN" */
/* Páginas: index.php, desejos.php, perfil_ex.php */
.box_ex .quadro_menor{ /* uma linha de desejos */
	
	/*max-height:240px;*//*antigo quando elastico*/
	height:240px;
	clear:both;
	overflow:hidden;
	display:block;
/*	padding-left:5px;*/
	margin-bottom:20px;
	}

.box_ex .quadro{ /* duas linha de desejos */
	
	/*max-height:480px;*//*antigo quando elastico*/
	height:480px;
	clear:both;
	overflow:hidden;
	display:block;
/*	padding-left:5px;*/
	margin-bottom:10px;
	}
	
.box_ex .quadro_tres{ /* tres linha de desejos */
	
	/*max-height:720px;*//*antigo quando elastico*/
	height:720px;
	clear:both;
	overflow:hidden;
	display:block;
/*	padding-left:5px;*/
	margin-bottom:10px;
	}
	
.box_ex .quadro_pesquisa{
	
	margin-top:10px;
	overflow:hidden;
	}	
/* (x) QUADRO LIMITADOR DOS DESEJOS DA INDEX "INVISIVEL COM OVERFLOW: HIDDEN" */	


/* .box_ex - BOX ONDE CONTÉM: BARRA DE CLASSIFICAÇÕES E OS DESEJOS */
.box_ex{
	
	display:block;
	overflow:hidden;
	clear:both;
	margin-bottom:20px;
	}

/* box de cadastro */
#box_cad_h{
	
	margin-bottom:18px;
	border:1px solid #ccc;
	padding:3px;
	background:#f2f8de;
	padding:20px;
	border-radius:5px;
	-moz-border-radius:5px;	
	}
	
#box_cad_h h2{
	
	font-size:14px;
	padding-top:5px;
	color:#000;
	font-weight:bold;
	font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
	}
	
#box_cad_h p.italic{
	
	font-style:italic;
	}

#saibamais{
	
	text-align:left;
	margin-bottom:20px;
	background:#E5ECF3;
	padding:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	-webkit-border-radius:10px;
	}	
	
#saibamais h2{
	
	padding-bottom:5px;
	margin-bottom:10px;
	}	
	
#saibamais ul{
	
	padding:0px 0 0 30px;
	}
	
#saibamais ul li{
	
	color:#333;
	list-style:disc;
	padding-bottom:10px;
	line-height:14px;
	}

#saibamais ul li a{
	
	font-weight:bold;
	text-decoration:underline;
	}


/*depoimentos*/
#depoimentos{
	
	margin-top:20px;
	}

.box-depo{
	
	padding:10px;
	background:#fff8c5;
	-moz-border-radius:10px;
	border-radius:10px;
	-webkit-border-radius:10px;
	margin-bottom:10px;
	}














