
body
{
    margin: 0;
    padding: 0;
    font-family: verdana;
    font-size: 12px;
    color: #000;
	background:url(img/back-geral.png) #B20000;
	background-repeat:repeat-x;
}
@font-face {
	font-family: 'Conv_handel-gothic-d-bold';
	src: url('fonts/handel-gothic-d-bold.eot');
	src: local('☺'), url('fonts/handel-gothic-d-bold.woff') format('woff'), url('fonts/handel-gothic-d-bold.ttf') format('truetype'), url('fonts/handel-gothic-d-bold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}



.geral
{
    width:auto;
	height:auto;
	display:table;
	margin: 10px auto 0;
}
.header
{
    position:relative;
	width:80%;
	height:100%;
	display:table;
	margin: 0 auto 25px;
}
.header img
{    
	text-align:center;
	width:100%;	
}

.line01
{
    width:100%;
	height:auto;
	display:table;
	margin: 0px auto 15px;
}
	.line01 a
	{    
		text-decoration:none;
	}

.menu01
{
    width:100%;
	height:auto;
	display:table;
	margin: 0;
}
	.menu01 ul
	{
		width:80%;
		height:auto;
		display:table;
		margin: 0 auto 15px;
		padding:0;
		list-style:none;
	}		
	.menu01 ul li
	{
		width:100%;
		height:36px;
		display:table;
		margin:4px 0;
		border:1px solid #550000;
		background:#8C0000;	
	}
	.menu01 ul li a
	{
		font-size:19px;
		color:#ccc;
		font-family: 'Conv_handel-gothic-d-bold';
		text-shadow: 1px 1px #333333;
		line-height:16px;				
	}
	.menu01 ul li a:hover
	{
		color:#fff;		
	}

.icon01
{
    width:24%;
	height:32px;
	float:left;
	text-align:center;
	margin:2px 0 0 2px;
	background:#fff;
}
.txtmenu
{
    width:68%;
	height:24px;
	float:left;
	margin:0 0 0 10px;
	
}

.box-input
{
    position: relative;
    float: left;
    width:80%;
	padding:0 5px;
	margin:0 10%;
    height: 18px;
    border: 1px solid gray;
    color: black;
    font-size: 12px;
    background: #fff;
	text-align: left;
		
	background-color:rgb(255,255,255);    
    border-color:rgb(239,242,241);
    border-width:1px;
    /* Firefox v1.0+ */
    -moz-border-radius:1px;
    /* Safari v3.0+ and by Chrome v0.2+ */
    -webkit-border-radius:1px;
    /* Firefox v4.0+ , Safari v5.0+ , Chrome v4.0+ , Opera v10.5+  and by IE v9.0+ */
    border-radius:1px;
    border-style:solid;
    /* Firefox v3.5+ */
    -moz-box-shadow:inset 0px 3px 3px rgba(144,144,144,0.4);
    /* Safari v3.0+ and by Chrome v0.2+ */
    -webkit-box-shadow:inset 0px 3px 3px rgba(144,144,144,0.4);
    /* Firefox v4.0+ , Safari v5.1+ , Chrome v10.0+, IE v10+ and by Opera v10.5+ */
    box-shadow:inset 0px 3px 3px rgba(144,144,144,0.4);        
}

.bt-input
{
    border-style: none;
    border-color: inherit;
    border-radius:12px;
    position: relative;	
    height: 28px;  
    padding: 0;
    text-align: center;
    font-family: arial;
    font-size: 16px;	
    font-weight: bold;
    color: #555;
    cursor: pointer;
}

input.bt-input
{
    padding: 0 0 2px 0;	
}

.bt-input.entrar
{
    width:82%;
	margin:0 10%;
    background: url(img/bt_entrar.png);	
	background-color: #fff;    
    box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.5);
}   
	
	.bt-input.entrar:hover
    {
        background: url(img/bt_entrar.png) 0 -28px repeat;		
    }

.assina-cyber
{
    width:100%;
	height:40px;
	display:table;
	margin: 30px auto 0;
	text-align:center;
	font-size:10px;
	color:#fff;
	background:#900;
	background:url(img/back-cyber.png) red;
	background-repeat:repeat-x;
}
