﻿html
{
	overflow-x: none;
	overflow-y: scroll;
}

body
{
	/*background-color: #0d0d0d;*/
	background-color: #ebebeb;
	font-family: Century Gothic, Verdana, Arial, Times New Roman;
	margin: 0px;
}

.conteudo
{
	font-size: 12px;
	text-align: justify;
	padding: 11px 35px 15px 18px;
	width: 591px;
}

.conteudolateral
{
	background-image: url(../images/mgLateral.jpg);
	background-repeat: repeat-y;
	width: 304px;
	background-color: #C9C9C9;
	text-align: left;
	padding: 11px 10px 20px 20px;
}

h1
{
	font-family: Century Gothic;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	font-size: 15px;
	color: #9b0101;
}

img
{
	border: 0px;
}

.itemmenu
{
	float: right;
	height: 100px;
	padding-left: 10px;
	background-color:Fuchsia;
}

.linhavermelhatopo
{
	height: 13px;
	width: 100%;
	background-color: #9B0101;
	margin-bottom: 5px;
}

.linkmeta
{
	font-family: Century Gothic;
	font-style: inherit;
	text-decoration: none;
	text-align: center;
	color: #9b0101;
}

.linkmeta:hover
{
	font-family: Century Gothic;
	font-style: inherit;
	text-decoration: underline;
	text-align: center;
	color: #9b0101;
}

.logo
{
	border: 0px;
	float: left;
	height: 98px;
	width: 421px;
	padding-right: 11px;
}

a.l_menu,
    a.l_menu_areavip,
    a.l_menu_clientes,
    a.l_menu_faleconosco,
    a.l_menu_oquefazemos,
    a.l_menu_quemsomos
{
	float: right;
	font-family: Century Gothic;
	font-size: 18px;
	font-style: inherit;
	font-weight: bold;
	height: 56px;
	text-decoration: none;
	text-align: right; /*color: #c9c9c9;*/
	color: #9b0101;
	padding-top: 42px;
	margin-left: 10px;
}

a.l_menu_areavip
{
    width: 73px;
}

a.l_menu_clientes
{
    width: 68px;
}

a.l_menu_faleconosco
{
    width: 117px;
}

a.l_menu_oquefazemos
{
    width: 131px;
}

a.l_menu_quemsomos
{
    width: 115px;
}

a.l_menu:hover,
    a.l_menu_areavip:hover,
    a.l_menu_clientes:hover,
    a.l_menu_faleconosco:hover,
    a.l_menu_oquefazemos:hover,
    a.l_menu_quemsomos:hover
{
	text-decoration: none;
	color: #ED2323;
}

.margeminferior
{
	height: 17px;
	width: 974px;
	padding-top: 8px;
	background-image: url(../images/mgInferior.jpg);
	font-size: 10px;
	font-weight: bold;
	color: #9b0101;
}

.margemsuperior
{
	height: 15px;
	width: 974px;
	background-image: url(../images/mgSuperior.jpg);
	background-repeat: no-repeat;
}

.margemsuperiorcont
{
	height: 5px;
	width: 974px;
	background-image: url(../images/../bgContFooter.jpg);
	background-repeat: repeat-x;
}

.menu
{
    float: left;
    height: 98px;
    width: 542px;
}

.tabelaconteudo
{
	border-width: 0px;
	width: 100%;
	border: 0px;
}

.tituloconteudo
{
	width: 591px;
	font-size: 30px;
	font-weight: 500;
	text-align: left;
	color: #9b0101;
}

.topo
{
	height: 102px;
	width: 974px;
	background-repeat: repeat-x;
	border: 0px; /*background-color: #0d0d0d;*/
	background-color: #ebebeb;
	text-align: left;
}

#travamae
{
	margin: 0 auto;
	width: 974px;
	background-color: #FFF;
}

.tv
{
	height: 164px;
	width: 974px;
}

.vermelho
{
	color: #9b0101;
}

.vipTitulo
{
	background-color: #999999;
	color: Black;
	text-align: center;
	font-weight: bold;
}

.vipConteudoImpar
{
	background-color: White;
	color: Black;
}

.vipConteudoPar
{
	background-color: #cccccc;
	color: Black;
}



/*******************************************************************/
/*******************************************************************/
/*Widget Twitter*/
/*******************************************************************/
/*******************************************************************/

/* div principal: defina a largura do seu widget */
#widget-twitter 
{
    width:274px;
    font-family: Century Gothic, Verdana, Arial, Times New Roman;
    font-size: 12px;
    max-width:274px;
}

#widget-twitter img 
{
    border:0;
}

#widget-twitter div 
{
    margin:0; 
    padding:0;
}

#widget-twitter a 
{
    color:#d82020; 
    /*font-weight:bold;*/
    text-decoration: none;
}



/* topo */
#widget-twitter .topoTwitter
{
    background-image: url(../images/HeaderWidget.jpg);
    background-repeat:no-repeat;
    background-position:bottom;
    height: 58px;
    width:274px;
    padding-top:30px;
}


/* conteudo: insira o plano de fundo e formate a tag <li> que irá exibir seus posts */
#widget-twitter .conteudoTwitter 
{
    background-color: #fff;
    width:274px;
    padding-bottom: 5px;
}
    
#widget-twitter .conteudoTwitter ul 
{
    margin:0; 
    padding:2px 2px 3px 5px;
    background-image: url(../images/divisao.jpg);
    background-position:bottom;
    background-repeat: no-repeat;
}

#widget-twitter .conteudoTwitter ul li 
{
    list-style-type:none; 
    /*padding:10px 0;*/
}

/* rodape */
#widget-twitter .rodapeTwitter 
{
    height:53px; 
    background:url(../images/FooterWidget.jpg);
    width:274px;
}

