@charset "utf-8";
/* CSS Document */

body, html{
margin:0;
padding:0;
text-align:center;
}
a
{
text-decoration: none;
color:#0099FF;

}

a:visited 
{
text-decoration: none;
color:#0099FF;
}
#back_topo{
width:100%;
background-image:url(imagens/back_topo.jpg);
margin:0 auto;
text-align:left;
position:relative;
z-index:1;
}
#back_menu{
width:100%;
margin:auto;
background-image:url(imagens/fundo_menu.jpg);
}
#back_inferior{
width:100%;
margin:auto;
background-image:url(imagens/back_inferior.jpg);
z-index:1;
position:relative;
}

#topo{
width:925px;
margin:auto;
left:50%;
height:280px;
}

#conteudo{
width:925px;
margin:auto;
left:50%;
background:url(imagens/conteudo_bg.jpg);
overflow:  hidden;
border:1px solid #666666;
}
.contentmenu{
margin:30px 0 0 10px;
width:200px;
height:auto;
float:left;
}

.content{
margin:30px 0 0 0;
width:710px;
height:auto;
float:right;

}
/**********************************************************************************/

.menu{
margin:auto;
left:50%;
height:47px;

}
.menu ul{
	width:600px;
	padding:10px 0 0 0;
	margin:auto;
	list-style:none;
	color:#f53b2d;
}
.menu ul li{
float: left;	
}
.menu ul li a{	
	padding: 2px 10px;
	font-size:18px;
	display:block;
	text-decoration: none;
	border-bottom:0px solid #EDEDED;
	color:#feee36;
}
.menu ul li a:hover{
	padding: 2px 10px;
	background-color:#FFFFFF;
	font-size:18px;
	color: #6D6D6D;
	border-bottom:3px solid #6D6D6D;
	border-left::3px solid #0033CC;
	display:block;
}
/**********************************************************************************/

.menu_v{

width:200px;
height:42px;
font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
color:#675B5A;
}

.menu_v ul{
	padding:10px 0 0 0;
	margin:auto;
	width: 100%;
	list-style:none;
	color:#675B5A;
}

.menu_v ul li{

}
.menu_v ul li a{	
	padding: 2px 10px;
	display:block;
	text-decoration: none;
	border-bottom:3px solid #EDEDED;
	color:#675B5A;
}
.menu_v ul li a:hover{
	background-color:#D6D6D6;
	color: #6D6D6D;
	border-bottom:3px solid #EA0000;
}
/**********************************************************************************/
.Texto
{
	font-family:Verdana;
	font-size:12px;
	line-height:15px;
	color:#8E8E8E;

}	

.Texto_2
{
font-family:Verdana;
font-size:12px;
line-height:15px;
color:#0088C6;
}

.Texto_3
{
font-family:Verdana;
font-size:11px;
line-height:14px;
color:#8E8E8E;
}


.Texto_4
{
font-family:Verdana;
font-size:11px;
line-height:11px;
color:#0088C6;
}
.Texto_5
{
font-family:Verdana;
font-size:11px;
line-height:14px;
color:#000000;
}	
/**********************************************************************************/
input[type=text] {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 16px;
	width: 75%;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 2px;
	border: 1px solid #666699;
	background-color:#D6D6FE;
	color: #000000;
	float:left;
	
}

input[type=password] {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 15px;
	width: 75%;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 2px;
	border: 1px solid #666699;
	background-color:#D6D6FE;
	color: #000000;
	float:left;
	
}
select{
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 20px;
	width: 75%;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 2px;
	border: 1px solid #666699;
	background-color:#D6D6FE;
	color: #000000;
	float:left;
}
textarea{
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	height:100%;
	width: 75%;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 2px;
	border: 1px solid #666699;
	background-color:#D6D6FE;
	color: #000000;

}

input[type=submit]{
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin:3px;
	height: 20px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	border: 0px solid #666699;
	
}
label{
color:#003333;
font-size:8pt !important;
letter-spacing:2px !important;
float:left;
}

.login {
    color: black;
    cursor: pointer;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 7.5pt;
    background-attachment: scroll;
	background-image:url(imagens/login.jpg);
    background-repeat: no-repeat;
    background-position: 0px 0px;
	border:none;
    border-width: 0px 0px 0px 0px;
    width: 45px;
    height: 18px;
}
.cadastre {
    color: black;
    cursor: pointer;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 7.5pt;
    background-attachment: scroll;
	background-image:url(imagens/cadastre.jpg);
    background-repeat: no-repeat;
    background-position: 0px 0px;
	border:none;
    border-width: 0px 0px 0px 0px;
    width: 77px;
    height: 19px;
}
/**********************************************************************************/
.box  {font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-color: #FFFFFF;
	height: 20px;
	width: 98%;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 2px;
	border: 1px solid #999999;
}
.box_ddd {font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-color: #FFFFFF;
	height: 20px;
	width: 40px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 2px;
	border: 1px solid #999999;
}
.box_mensagem {font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-color: #FFFFFF;
	height: 100px;
	width: 98%;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 2px;
	border: 1px solid #999999;
}
.bt {font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-color: #FFFFFF;
	border: 1px solid #666666;
}
.cadastro h2{
color:#333333;
text-transform:uppercase;
text-align:left;
background:url('imagens/bgTitulo.png') no-repeat;
margin-bottom:20px;
height:40px; font-style:normal; font-variant:normal; font-weight:bold; font-size:12px; font-family:Trebuchet Ms, Arial, Sans-Serif; padding-left:4px; padding-right:0; padding-top:3px; padding-bottom:0
}
/*********************************************************************************************/

.categoriatexto{
width:650px;
margin-left:5px;
margin-right:5px;
float:left;
color:#333333;

}