@import url(http://fonts.googleapis.com/css?family=Ubuntu+Condensed);

body
{
margin:0px;
}

img
{
border:0px;
}

a
{
color:inherit;
text-decoration:none;
}

a:hover
{
color:#B72538;
}

#Bg_Topo_Index
{
background:url(../imagens/bg_topo_index.jpg) top center no-repeat;
}

#Bg_Topo_Interna
{
background:url(../imagens/bg_topo_interna.jpg) top center no-repeat;
}

#Bg_Bottom
{
background:url(../imagens/bg_bottom.jpg) bottom center no-repeat;
}

#Titulo_Efeito
{
background:url(../imagens/titulo_efeito.jpg) left center no-repeat;

padding:0px 0px 0px 28px;
}

#Box
{
border:8px solid #FFFFFF;

-moz-box-shadow:0px 0px 4px #666666;
-webkit-box-shadow:0px 0px 4px #666666;
box-shadow:0px 0px 4px #666666;
}

#Box:hover
{
-moz-box-shadow:0px 0px 4px #111111;
-webkit-box-shadow:0px 0px 4px #111111;
box-shadow:0px 0px 4px #111111;
}

.Menu
{
margin:0px 0px 0px 20px;
}

.Menu a
{
font-family:'Ubuntu Condensed', sans-serif;
font-size:18px;
line-height:24px;
color:#FFFFFF;
font-weight:400;

background:url(../imagens/menu_efeito.jpg) right center no-repeat;

padding:15px 22px 15px 15px;
float:left;
height:23px;
}

.Menu a:hover
{
color:#FFF000;
}

.Menu a.Active
{
color:#1A1A1A;

background:#FFF000;

padding:15px;
}

.Menu a:last-child:not(.Active)
{
background:none;
}

.Titulo
{
font-family:'Ubuntu Condensed', sans-serif;
font-size:26px;
line-height:28px;
color:#1A1A1A;
font-weight:400;
}

.Titulo_Interna
{
font-family:'Ubuntu Condensed', sans-serif;
font-size:20px;
line-height:23px;
color:#1A1A1A;
font-weight:400;
}
	
.Texto
{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
line-height:15px;
color:#7B7777;
text-align:justify;
}	

.Texto_2
{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
line-height:15px;
color:#B72538;
}

.Texto_3
{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
line-height:14px;
color:#7B7777;
}	

.Texto_4
{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
line-height:14px;
color:#B72538;
}

.Texto_Bottom
{
font-family:'Ubuntu Condensed', sans-serif;
font-size:14px;
line-height:23px;
color:#FFFFFF;
font-weight:400;
}

.Texto_Bottom a:hover
{
color:#FFF000;
}

.Texto_Erro
{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
line-height:14px;
color:#FF0000;
}

input.Texto_Erro, textarea.Texto_Erro, select.Texto_Erro
{
border:1px solid #FF0000;

margin-bottom:4px;

color:#FF0000;
}

.Menu a, a.Menu,
.Titulo a, a.Titulo,
.Titulo_Interna a, a.Titulo_Interna,
.Texto a, a.Texto,
.Texto_2 a, a.Texto_2,
.Texto_3 a, a.Texto_3,
.Texto_4 a, a.Texto_4,
.Texto_Bottom a, a.Texto_Bottom
{
/* Fade */
transition:.2s;
-moz-transition:.2s;
-webkit-transition:.2s;
-opera-transition:.2s;
}