/*Scroll*/
a.jScrollArrowUp {
	background: url(../imagens/basic_arrow_up.gif) repeat-x 0 0;
}
a.jScrollArrowUp:hover {
	background-position: 0 -15px;
}
a.jScrollArrowDown {
	background: url(../imagens/basic_arrow_down.gif) repeat-x 0 0;
}
a.jScrollArrowDown:hover {
	background-position: 0 -15px;
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	background-position: 0 -30px;
}
			
.holder {
	float: left;
	margin: 10px;
}

.scroll-pane {
	width: 200px;
	height: 200px;
	overflow: auto;
    outline: none;
	float: left;
}

.wide {
	width: 400px;
}

.super-wide {
	width: 700px;
}

.tall {
	height: 400px;
}
#pane3 {
	height: 190px;
}
/*Fim Scroll*/
/*Configurações Padrão*/
html, body
{
    width: 100%;
    height: 100%;
}

body
{
    margin: 0;
    padding: 0;
    background: #efefef;
    font: 12px "Trebuchet ms", sans-serif;
    color: #868686;
}

a
{
    cursor: pointer;
    outline: none;
    text-decoration: none;
    color: #0068ab;
    font-family: Arial;
}

a:hover
{
	color: #6e6e6e;
}

img
{
    border: 0;
}

h1, h2, h3, h4, h5, h6
{
    margin: 0;
    padding: 0;
    color: #0068ab;
    letter-spacing: -1px;
}

h1
{
    font-size: 22px;
}

h2
{
    font-size: 18px;
}

h3
{
    font-size: 16px;
}

ul
{
    list-style: none;
}

ul li
{
    clear:both;
    margin-bottom: 10px;
}

ul li span
{
    display: block;
    float:left;
    width: 25px;
    height: 25px;
    line-height: 25px;
    background: url(../imagens/icones.png) no-repeat left 0;
}

ul li ul
{
    list-style: disc;
}
/*Fim Configurações Padrão*/

/*Classes Comuns*/
.left
{
    float: left;
}

.right
{
    float: right;
}

.leftMargin
{
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}

.rightMargin
{
    float: right;
    margin-left: 15px;
    margin-bottom: 15px;
}

.linkVolver
{
    font-weight: bold;
    color: #6e6e6e;
}

.linkVolver:hover
{
    color: #0068ab;
}

.linkBack
{
    font-weight: bold;
    color: #6e6e6e;
}

.linkBack:hover
{
    color: #0068ab;
}
/*Fim Classes Comuns*/

/*Geral*/
#geral
{
    position: relative;
    z-index: 1000;
    margin-right: auto;
    margin-left: auto;
    width: 960px;
    height: 680px;
}

.imgPagina
{
    position: absolute;
    z-index: 10;
    margin-top: 111px;
    margin-left: 65px;
    width: 305px;
    height: 503px;
}

.enfoque
{
    background: url(../imagens/img_enfoque.png) no-repeat 0 0;
}

#geralInterno
{
    position: relative;
    z-index: 1000;
    width: 960px;
    height: 630px;
    background: url(../imagens/bg.png) no-repeat center top;
}

#topo
{
    float: left;
    width: 100%;
    margin-top: 20px;
}

.logo, .logoHome
{
    display: block;
    float: left;
    margin-left: 60px;
    width: 264px;
    height: 62px;
    /*background: url(../imagens/logo.png) no-repeat 0 0;*/
    /*text-indent: -5000px;*/
}

.logoHome
{
    width: 425px;
    height: 128px;
    margin-top: 90px;
    margin-left: auto;
    margin-right: auto;
}

#linksRapidos
{
    float: right;
    margin-right: 230px;
}

.icone
{
    display: block;
    float: left;
    margin-right: 50px;
    width: 23px;
    height: 23px;
    line-height: 25px;
    background: url(../imagens/icones.png) no-repeat 0 0;
    color: #0068ab;
    text-indent: 22px;
}

.icone:hover
{
    text-decoration: underline;
    color: #0068ab;
}

.home
{
    background-position: -25px;
}

.contacto
{
    background-position: -50px;
}

#miolo
{
    float: left;
    margin-top: 45px;
    margin-left: 185px;
    padding: 15px;
}

#miolo h1
{
    text-align: right;
    margin-bottom: 20px;
}

#graf
{
    margin-top: 28px;
    height: 276px;
}

.anel
{
    position: absolute;
    z-index: 20;
    float: left;
    width: 307px;
    height: 276px;
    margin-top: -20px;
    margin-left: 68px;
    margin-right: auto;
}

#arrows
{
    position: absolute;
    z-index: 20;
    width: 140px;
    margin-top: 75px;
    margin-left: 150px;
    margin-right: auto;
    height: 100px;
    background: url(../imagens/arrows.png) no-repeat 53% 0;  
}

.efqBall
{
    display: block;
    position: absolute;
}

.efqBall img
{
    width: 92px;
    height: 92px;
}

.estrategia
{
    float: left; 
    margin-top: -80px;
    margin-left: 25px;
    margin-right: auto;
}

.agilidad
{
    float: left;
    margin-top: 35px;
    margin-left: -50px;
    margin-right: auto;
}

.energia
{
    float: left;
    margin-top: 35px;
    margin-left: 100px;
    margin-right: auto;
}
/*Fim Geral*/

/*Preloader*/
.image-holder
{
	float:left;
	width:305px;
	height:503px;
	background:url(../imagens/loading.gif) 70% 40% no-repeat;
	display:inline;
}
/*Fim Preloader*/	

/*Rodape*/
#rodape
{
    clear: both;
    margin-left: auto;
    margin-right: auto;
    width: 800px;
}

#rodape address
{
    font-style: normal;
}
/*Fim Rodape*/