/*
	ARQUIVO: css.css
	SISTEMA: Portal de Vídeos
	DT. CRIAÇÃO: 10/11/2009
	DESCRIÇÃO: Arquivo com os principais estilos css do site 
	
	ALTERAÇÔES
		DATA				TÉCNICO						ALTERAÇÂO
				
*/
body
{
    background: url("../imagens/site/site_fundo.jpg") repeat-x center top fixed;
	margin: 0px;
	padding: 0px;
	font-family: helvetica;
	font-size: 12px;
}
.site
{
	border: 0px solid #000000;
	width: 980px;
}
.cabecalho
{
    background: url("../imagens/site/novo_cabecalho.png") no-repeat;
    height: 80px;
    margin-top: 50px;
    margin-bottom: 5px;
    width: 980px;
}
.conteudo
{
    width: 980px;   
}
.rodape
{
    background: url("../imagens/site/novo_cabecalho.png") no-repeat;
    color: #3078E4;
    width: 980px;   
    height: 43px; 
}
.usuariologado
{
    border: 0px solid red;
    float: left;
    text-align: left;
    padding-top: 10px;
    width: 500px;
}
.sair
{
    border: 0px solid red;
    float: left;
    text-align: right;
    padding-top: 5px;
    width: 120px;
}
.sairlink
{
    color: #373737;
    font-family: helvetica, arial;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
}
.menu
{
    border: 0px solid red;
    float: left;
    text-align: left;
    padding-top: 5px;
    width: 195px;   
}
.telas
{
    border: 0px solid red;
    float: left;
    text-align: left;
    padding-top: 5px;
    width: 545px;   
}
.topicolink
{
    background: url("../imagens/site/site_menu.png");
    color: #373737;
    display: block;
    font-family: helvetica, arial;
    font-size: 12px;
    font-weight: bold;
    text-align: left;
    padding: 3px 0px 3px 0px;
    text-decoration: none;    
    width: 100%;
}
.menulink
{
    color: #5F5F5F;
    display: block;
    font-family: helvetica, arial;
    font-size: 12px;
    font-weight: bold;
    text-align: left;
    padding: 3px 0px 3px 0px;
    text-decoration: none;    
    width: 100%;    
}
.limpar
{
    clear: left;
}
.titulo
{
    color: #0046A1;
    display: block;
    font-family: helvetica, arial;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    padding: 40px 0px 5px 0px;    
    text-decoration: none;    
    width: 100%;    
}
.linktela
{
    color: #5F5F5F;
    font-family: helvetica, arial;
    font-size: 12px;
    font-weight: bold;
    text-align: left;
    padding: 3px 10px 3px 10px;
    text-decoration: none;    
}
.titulo2
{
    background: url("../imagens/site/site_menu.png");
    color: #373737;
    border-top: 1px solid #D6D6D6;
    font-family: helvetica, arial;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    padding: 5px 0px 5px 0px;    
    text-decoration: none;    
    width: 100%;      
}
.texto
{
    font-family: helvetica, arial;
    font-size: 12px;    
}
.menu_link
{
    color: #3D76CF;
    display: block;
    font-family: helvetica;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
}
.menu_link:hover
{
    background: url("../imagens/site/novo_menulink.png");
    color: #FFFFFF;
    display: block;
    font-family: helvetica;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
}

.latrealesquerda
{
    border: 0px solid red;
    width: 40px;
    float: left;
    height: 10px;
}
.centro
{
    background: url("../imagens/site/novo_menulink.png");
    margin-top: 5px;
    margin-bottom: 5px;
    border: 0px solid red;
    width: 800px;
    float: left;
}
.portal_menu
{
    background: url("../imagens/site/novo_menulink.png");
    border-right: 0px solid #5797F0;
    float: left;
    width: 160px;   
}
.portal_conteudo
{
    float: left;
    width: 820px;   
}
.portal_menu_titulo
{
    background: url("../imagens/site/site_titulo_menu.png") no-repeat;
    color: #5797F0;
    display: block;
    font-family: helvetica;
    font-size: 12px;
    font-weight: bold;
    padding-top: 13px;
    height: 30px; 
}
.portal_menu_link
{
    color: #5797F0;
    border-right: 1px solid #5797F0;
    display: block;
    font-family: helvetica;
    font-size: 12px;
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 5px;
    text-decoration: none;
    text-align: center;
}
.portal_menu_link:hover
{
    background: #5797F0;
    border-right: 1px solid #5797F0;
    color: #FFFFFF;
    display: block;
    font-family: helvetica;
    font-size: 12px;
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 5px;
    text-decoration: none;
    text-align: center;
}
.portal_titulo
{
    background: url("../imagens/site/site_titulo_menu.png") center center no-repeat;
    color: #5797F0;
    display: block;
    font-family: helvetica;
    font-size: 12px;
    font-weight: bold;
    padding-top: 13px;
    text-align: center;
    height: 30px; 
}
.site_titulo
{
    background: url("../imagens/site/site_titulo_site.png") ;
    color: #3D76CF;
    display: block;
    font-family: helvetica;
    font-size: 20px;
    font-weight: bold;
    padding-top: 5px;
    text-align: center;
    height: 30px; 
    width: 100%;
}
.div_50
{
    border: 0px solid red;
    float: left;
    width: 300px;
    font-family: helvetica;
    font-size: 12px;
    color: #FFFFFF;
    text-align: justify;
}
.div_100
{
    border: 0px solid red;
    width: 600px;
    float: left;
    font-family: helvetica;
    font-size: 12px;
    color: #FFFFFF;
    text-align: justify;
}

.texto2
{
    color: #000000;
    font-family: helvetica, arial;
    font-size: 12px;
    padding: 5px 5px 5px 5px;    
}
.linkprogramas
{
    color: #123ABD;
    font-family: helvetica, arial;
    font-size: 15px;
    font-weight: normal;
    text-decoration: none;
    padding: 5px 0px 5px 0px;    
}
.linkprog
{
    color: #123ABD;
    font-family: helvetica, arial;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    padding: 5px 0px 5px 0px;     
}
.menu_link2
{
	color: #000000;
	font-family: helvetica;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}