/* -----------------------------------------------------------------------


 Blueprint CSS Framework 0.8
 http://blueprintcss.org

   * Copyright (c) 2007-Present. See LICENSE for more info.
   * See README for instructions on how to use Blueprint.
   * For credits and origins, see AUTHORS.
   * This is a compressed file. See the sources in the 'src' directory.

----------------------------------------------------------------------- */
@import "src/reset.css";
@import "src/typography.css";
@import "src/grid.css";
@import "src/forms.css";

/* Default background.
-------------------------------------------------------------- */
body { background:url(../../img/bg1.jpg) no-repeat top center #fff; }


.bgQuemSomos{ background:url(../../img/bg_content1.jpg) top no-repeat #f6fafb; }


/* Botões
---------------------------------------------------------------*/
.retroceder { display:block; height:20px; width:90px; background:url(../../img/b_retroceder.gif) bottom left no-repeat; margin-top:10px; float:left;}

.retroceder:hover { background:url(../../img/b_retroceder.gif) top left no-repeat;}

.newsletter { display:block; height:20px; width:90px; background:url(../../img/b_newsltter.gif) bottom left no-repeat; margin-top:10px; margin-left:10px; float:left;}

.newsletter:hover { background:url(../../img/b_newsltter.gif) top left no-repeat;}

.b_home { background:url(../../img/b_home.gif) top no-repeat #f3f3f3; display:block; width:31px; height:30px; float:left; margin-left:10px;}
.b_home:hover { background:url(../../img/b_home.gif) bottom no-repeat #f3f3f3;}

.b_phone { background:url(../../img/b_phone.gif) top no-repeat #f3f3f3; display:block; width:31px; height:30px; float:left; margin-left:10px;}
.b_phone:hover { background:url(../../img/b_phone.gif) bottom no-repeat #f3f3f3;}

.b_mail { background:url(../../img/b_mail.gif) top no-repeat #f3f3f3; display:block; width:31px; height:30px; float:left; margin-left:10px;}
.b_mail:hover { background:url(../../img/b_mail.gif) bottom no-repeat #f3f3f3;}

.b_faq { background:url(../../img/b_faqs.gif) top no-repeat #f3f3f3; display:block; width:31px; height:30px; float:left; margin-left:10px;}
.b_faq:hover{ background:url(../../img/b_faqs.gif) bottom no-repeat #f3f3f3;}

/* Tabelas
---------------------------------------------------------------*/
.quemSomos { float:left; margin-right:15px;}

.precos table { border:solid 1px #32c2be;}
.precos td { border-right:solid 1px #32c2be; border-bottom:solid 1px #32c2be; text-align:center;}

.newsletterForm { border:solid 1px #32c2be; background:#abe1df; width:200px; margin-left:60px;}
.newsletterForm input { border:0; background:#eefcfb;}

/* Linha
----------------------------------------------------------------*/

.linha { height:1px; border-top:solid 1px #c5d8dd; margin:10px 0 10px;}


/* Formação->Literatura */

.formacaoTitulo { font-weight:bold; font-size:1.2em; color:#1e7575;}
.formacaoSubTitulo { color:#76b9b9;}
.formacaoLinks { color:#000;}

/* Testemunhos*/
div.listagemTestemunhos{
	padding-bottom: 10px;
	margin-bottom: 1.5em;
	border-bottom:solid 1px #c5d8dd;
}

div.listagemTestemunhos p{
	margin: 0;
}

div.listagemTestemunhos img{
	margin:0 10px;
	float:left;
}