/*

    Document   : content-flexcorp.css
    Created on : 03/03/2010, 09:05:34
    Author     : @vagnermix - NacionalVOX
    Description: CSS - Flex | Contact Center

    TODO customize this sample style
    Syntax recommendation http://www.w3.org/TR/REC-CSS2/

*/

/* bg body */

.background_flexcorp		{ background:url(flexcorp/background-body.png) repeat-x #82234A; }

/* header */

.header						{ position:relative; width:980px; height:120px; margin:auto; }
.link_menu					{ width:109px; height:58px; background:url(flexcorp/background-menu.png) no-repeat top left; display:block; float:left; font-size:11px; color:#FFF; text-decoration:none; line-height:25px; text-indent:5px; margin-left:2px; }
.link_menu:hover			{ background:url(flexcorp/background-menu.png) no-repeat bottom left; color:#FBB300; }
.link_menu_large			{ width:115px; background:url(flexcorp/background-menu-large.png) no-repeat top left; }
.link_menu_large:hover		{ background:url(flexcorp/background-menu-large.png) no-repeat bottom left; }

.link_amarelo				{ color:#FFCC00; text-decoration:none; }
.link_amarelo:hover			{ text-decoration:underline; }

/* noticias home */

.noticias_home				{ position:relative; width:980px; height:268px; background:url(flexcorp/background-noticias-home.png) no-repeat; margin-top:-46px; }
.lista_noticias				{ position:absolute; top:20px; right:0; width:480px; height:230px; z-index:2; }

/* content home */

.content_home				{ width:980px; height:430px; background:url(flexcorp/background-content-home.png) no-repeat; }

/* a flex */

.container_aflex			{ width:980px; height:790px; background:url(flexcorp/background-content-a-flex.png) no-repeat; overflow:auto; }
.content_left_aflex			{ width:527px; padding:0 30px; float:left; }
.content_right_aflex		{ width:340px; height:250px; float:left; margin-left:30px; }

/* areas de atuacao */

.container_areasatuacao		{ position:relative; width:980px; height:1041px; background:url(flexcorp/background-areas-de-atuacao.png) no-repeat; }

/* diferenciais */

.container_diferenciais		{ width:980px; height:754px; background:url(flexcorp/background-diferenciais.png) no-repeat; }
.content_diferenciais		{ width:623px; height:650px; overflow:auto; padding:0 30px; }
.span_diferenciais			{ color:#323232; line-height:18px; margin-bottom:20px; display:block; letter-spacing:1px; }

/* gestao de pessoas */

.container_gestao_pessoas	{ width:980px; height:492px; background:url(flexcorp/background-gestao-de-pessoas.png) no-repeat; overflow:auto; }
.content_gestao_pessoas		{ width:284px; padding:0 30px; height:200px; }

/* parceiros */

.container_parceiros		{ width:980px; height:517px; background:url(flexcorp/background-parceiros.png) no-repeat; overflow:auto; }
.content_parceiros_left		{ width:702px; padding:0 30px; float:left; }
.logo_parceiros				{ width:190px; text-align:center; float:left; margin-right:55px; margin-bottom:15px; }
.logo_parceiros_last		{ margin-right:0; }
.legenda_parceiros			{ text-transform:uppercase; display:block; margin-top:5px; color:#5F5F5F; line-height:18px; }
.content_parceiros_right	{ width:170px; float:left; text-align:justify; padding:0 20px; }

/* localizacao */

.container_localizacao		{ width:980px; height:575px; background:url(flexcorp/background-localizacao.png) no-repeat; }
.content_left_localizacao	{ width:290px; height:480px; background:url(flexcorp/background-content-left-localizacao.png) no-repeat; overflow:auto; margin-left:30px; float:left; }
.content_right_localizacao	{ width:350px; float:left; margin-top:10px; }

/* contato */

.container_contato			{ width:980px; height:390px; background:url(flexcorp/background-contato.png) no-repeat; overflow:auto; }
.content_left_contato		{ width:595px; float:left; padding:0 50px; }
.content_right_contato		{ position:relative; width:280px; height:237px; float:left; margin-left:5px; }

.paginacao_noticias a		{ color:#333; text-decoration:none; }
.paginacao_noticias a:hover	{ color:#333; text-decoration:underline; }
