﻿/********************************************
Projeto AnibalSA.Portal
version:  1.20070414
*********************************************/
@import url("Generico.css");
* {margin: 0; padding: 0;}
body {
	margin:0;
	padding:0;
	border:none;
	color:#000;
	text-align:center;
	background: #FFF url(Images/bk_pagina.gif) repeat-x center top;
}



/*a:link {color: #993; outline: none;}
a:visited {color: #993; outline: none;}
a:hover {color: #054059; text-decoration: none;}*/

br {clear: both;}
hr
{
	border:0;
	width:85%;
	color: #CCC;
	background-color: #CCC;
	height: 1px;
	margin:10px 0 10px 0;
}

img {border: 0;}

h1{font-size: 1.8em; line-height: 2.0em; margin:0;}

h2.home, 
h2.home a,
h2.home a:link
{
    font-family: Georgia, Times New Roman, Serif;
    color:#FFF;
    /*font-size:24px;*/
    line-height:1.2em;    
    letter-spacing:-1px;
    margin:0;
    margin-left:5px;
    display:block;
}

h3{font-size: 11px; color:#CCC; line-height: 16px; margin:0; padding:12px 2px 4px 2px;}
h4{font-size: 12px; line-height: 1.3em; margin:0;margin:10px 0 0 7px;text-align:left;}
h5{font-size: 0.8em; line-height: 1.2em; margin:0; padding:0;text-align:left;}
h6
{
	line-height: 1.1em; 
	margin:0;
	padding:0;
	color:#518b5f;
	text-transform:uppercase;
}

.colorWhite {font-size:0.9em; clear:left;color:#FFFFFF; text-transform:uppercase; font-weight:bolder;text-decoration:underline;}


.content_extras ul, 
.content_extras ul li, 
.content_extras li, 
.content_extras li a{width:100%;font-size:12px; line-height:1.6em;}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; }
* html ul li a { height: 1%; }
/* End */


p{/*font-size: 1.0em;*/ line-height: 18px; text-align:left; margin:0 10px 10px 10px;}

/*--------------------------------------------------------------------------------------------------
global - Bloco que envolve todos os divs da tela, exceto o footer.
---------------------------------------------------------------------------------------------------*/
#global
{
    display:table;
    z-index:10;
}

#global,
#footer,
#content_footer {
	width: 100%;
	min-height:380px;
	height: auto !important;
	margin: 0 auto;
	padding:0;
	text-align: left;
	position: relative;
}

/*----------------- layer que contém final da tela (rodapé) -----------------*/
#content_footer
{
    width:760px;
    margin:0 auto;
    padding:0;	
    min-height:70px;
	height: auto !important;
	height:70px;
	border:0;
    background: transparent url(Images/bk_address.gif) no-repeat left 2px;
    text-align:center;
    text-indent:-5000px;
}

#footer
{
    width:100%;
	min-height:50px;
	height: auto !important;
	height:50px;
	margin:0;
	clear:both;
    background: #CCC url(Images/bk_footer.gif) repeat-x left top;
    border:0;
    text-align:center;
}

/*----------------- layers contidos dentro do global -----------------*/

#header
{
    width:760px;
	min-height:185px;
	height: auto !important;
	height:185px;
    top:6px;
    margin:0 auto;
    position:relative;
    background-color: transparent;
}

#header_logo
{
    width:250px;
	min-height:150px;
	height: auto !important;
	height:150px;
	float:left;
}

#header_auxiliar
{
    width:509px;
	min-height:150px;
	height: auto !important;
	height:150px;
	float:right;
	border-left:1px dashed #666;
	background-color: #000;
}

/*----------------- Marca do site -----------------*/

h1#logo {
	overflow: hidden;
	width: 260px;
	height: 171px;
	background:#000 url(Images/logo_FMCovas.gif) no-repeat;
	float: left;	
	/* Evita a margem com valor dobrado no IE */
	display: inline;
}

h1#logo a {
	width: 220px;
	height: 171px;
	display: block;
	text-indent:-5000em;
	position:relative;
	left:20px;
	top:0px;
}

/*----------------- Frases Mario Covas e Imagem -----------------*/
#random_header
{
	width: 500px;
	height: 171px;
	display: block;
	float:right;
	margin:0;
	padding:0;
	background: #000;
    top:0px;
    left:260px;
    position:absolute;
}

#random_foto
{
    width:238px;
    height:171px;
    float:right;
    margin:0;
    background: transparent url(Images/ft_MarioCovas.jpg) no-repeat left top;
}

#random_frases{
    width:220px;
    height:160px;
    margin:0;
    top:0;
    left:15px;
    position:absolute;
    text-align:right;
    float:left;
}
#random_frases h3{font-size: 11px; color:#CCC; line-height: 16px; margin:0; padding:12px 2px 4px 2px;}

#aspasTop, 
#aspasBottom 
{
    width:14px;
    height:160px;
    display:block;
    margin:0px;
    padding:0;
    float:left;
    background: url(Images/aspas_top.gif) no-repeat left top;
    position:absolute;
    top:0;
    left:0;
}

#aspasBottom 
{
    padding:0;
    background: url(Images/aspas_bottom.gif) no-repeat left bottom;
    position:absolute;
    left:236px;
}

/*----------------- conteudos -----------------*/
#content {clear:both;}
    
#apoio_back
{
	width:100%;
	background-color:#999;
	padding-bottom:10px;
	z-index:600px;
	position:relative;
	float:left;
    background: #b4b4b4 url(Images/bk_apoio_busca.gif) repeat-x left bottom;
}

#content_apoio
{
    margin:0 auto;
    padding:0;
    width:770px;
    display:block;
    clear:both;
	background-color:#b4b4b4;
}

.content_form_busca {float:right;}

#content_auxiliar_back
{
    width:100%;
    min-height:100%;
    height:100%;
    padding:1% 0 50px 0;
    display:table; /*Firefox*/
    background:transparent url(Images/bk_auxiliar_home.gif) repeat-x left bottom;
}

#content_auxiliar
{
    width:770px;
    min-height:100%;
    height:100%;
    margin:0 auto;
    display:table; /*Firefox*/
}

#content_principal
{
    width:770px;
    margin:0 auto;
    margin-top:10px;
    padding:0;
    display:block;
    clear:both;
}

#content_content
{
	width:500px;
	min-height:100%;
	height:100%;
	margin-right:12px;
	display:block;
	float:left;
}


#content_chamada
{
    width:470px;
    float:left;
}


#content_foto_chamada
{
	width:240px;
	height:100%;
	float:left;
	padding:10px;
	padding-left:0;
	margin-left:20px;
}
#content_noticias
{
	width:495px;
	height:100%;
	padding:10px;
	display:block;
	float:left;
	border:1px solid #CCC;
}

#content_noticias h6
{
	font-size:0.9em;
	letter-spacing:1px;
	text-transform:uppercase;
	color:#666;
}

.content_box,
.content_box_right
{
	width:220px;
	min-height:100%;
	height:100%;
	margin:0 15px 15px 0;
	float:left;
	display:block;
}

.content_box_right
{
	margin-right:0;
}

.content_box img 
{
	padding:10px 10px;
	margin:5px auto;
	border:1px solid #CCC;
}

.content_box em 
{ 
	margin:10px 0 5px 0;
}

p.texto_chamadas
{
    font-size:1.1em;
    line-height:1.2em;
    color:#666;
    margin-top:0;
}

p.texto_chamadas_titulo 
{
    color:#000;
    text-transform:uppercase;
    font-weight:bolder;
    text-decoration:none;
    margin-top:0;
    padding:10px 0 0 0;
    display:block;
}

p.texto_chamadas a:hover
{
    color:#666;
}

#content_cmemoria
{
	width:500px;
	min-height:100%;
	height:100%;
	margin-top:20px;
	padding:10px 8px;
	display:table;
	background-color: #e8e6e6;
	float:left;
}
#content_flash
{
	width:500px;
	height:185px;
	display:block;
	float:left;
}
.content_titulo
{
	font-family: Georgia, Times New Roman, Serif;
	font-size:18px;
	font-weight:bolder;
	line-height:inherit;
	letter-spacing:-1px;
}

.content_subtitulo
{
	font-size:1.1em;
	font-weight:bolder;
}
.content_extras
{
	width:495px;
	height:100%;
	padding:10px;
	display:block;
	float:left;
	border-top:1px solid #CCC;
}

#content_banner
{
    position:relative;
    width:240px;
    height:100%;
    margin:0;
    padding-bottom:25px;
    float:right;
    display:table; /*Firefox*/
    background:transparent url(Images/bk_content_banner.gif) repeat-y center top;
}

.content_banner_box
{
	width:210px;
	min-height:100%;
	height:100%;
	padding:10px 15px;
	margin:0 auto;
}

.content_banner_linha {	width:180px; padding:5px 30px; border-bottom:1px solid #FFFFFF;}

.mais a ,
.mais a:link
{
	color:#000000;
	text-decoration:underline;
	text-transform:none;
	font-weight:bolder;
}

a:hover .mais {color:#FFFFFF;}

#content_banner p
{
	font-weight:bolder;
	line-height:1.35em;
	color:#FFFFFF;
	text-align:left;
}

#content_banner p.banner_titulo
{
	font-size:1.6em;
	line-height:1.5em;
	font-weight:bolder;
	color:#FFFFFF;
	text-align:center;
	padding:7px 0;
}

#content_banner p.banner_subtitulo
{
	line-height:1.3em;
	color:#000000;
	font-weight:bold;
	text-align:center;
	padding:8px 0;
}

#content_logo_ExpoItesp
{
	width:210px;
	height:140px;
	background: url(Images/logo_ExpItesp.jpg) no-repeat center top;
}

#content_logo_ExpoPercurso
{
	width:210px;
	height:165px;
	background: url(Images/logo_ExpPercurso.gif) no-repeat center top;
}

#content_logo_ExpoItinerante
{
	width:210px;
	height:93px;
	background: url(Images/logo_ExpItinerante_home.gif) no-repeat center top;
}

#content_album
{
	width:500px;
	min-height:100%;
	height:100%;
	display:table;
	margin:20px 0;
	padding:5px 3px 10px 13px;
	background-color: #c1d192;
}

#content_album h6
{
	width:100%;
	font-size:0.9em;
	letter-spacing:1px;
	text-transform:uppercase;
	color:#666;
	margin-top:15px;
	padding-bottom:3px;
	border-bottom:1px dashed #999;
}
.content_foto_96
{
	width:96px;
	margin-top:5px;
	margin-left:2px;
	float:left;
}

address {
    font-size:0.9em;
    line-height:50px;
    color:#000;
    text-align:center;
}


.newsTitulo
{
	font-family:Trebuchet MS, Arial,Helvetica, Sans-Serif; 
	text-transform: uppercase; 
	float:left; 
	margin:10px 10px 0 15px;
}

.newsBox, 
.unwatermarked 
{
	width: 160px; 
	padding:2px 5px 5px 5px; 
	height:13px; 
	margin: 7px 10px 0 0; 
	float:left; 
	display:inline; 
	border:1px solid #FFF;
}

.watermarked
{
	width: 160px; 
	height:13px;
	padding:2px 5px 5px 5px; 
	margin: 7px 10px 0 0; 
	float:left; 
	display:inline;
	border:1px solid #FFF; 
	font-family:Arial,Helvetica, Sans-Serif; 
	background-color:#e6fba7;
}

.validatorCalloutHighlight{background-color: #e3e3e3;}

.clsBotao, 
.clsBotaoNews, 
.clsAlerta, 
.clsBotaoMaior{
    font-family:Arial;
	font-size: 0.9em;
    font-weight:bolder;
    text-transform:uppercase;
    height:25px;
	padding: 5px 5px 0 5px;
	text-align:right;
	width:80px;
	text-decoration: none;
    /*background:url(images/bk_botao.gif) left top repeat-x;	*/
    border:1px solid #CCC;
	color:#999;
	float:left;
	margin-top:5px;
	margin-bottom:10px;
}
.clsBotaoNews
{
	width:30px;
	height:22px;
	padding-top:3px;
	margin-top:7px;
}

.clsAgradece
{
    width:100%;
    height:40px;
    padding:20px;
    background-color:#dae2c5;
    border:1px solid #CCC;
    text-align:center;
    font-size:0.9em;
}

h3.clsAgradece
{
    color:#000;
}

.icoClose
{
    float:right;
	width:16px;
	display:block;
	border:0;
}
.icoClose a
{
    float:right;
	width:25px;
	display:block;
	border:0;
}