@font-face {
    font-family: 'titulo';
    src: url('fonts/titulo.eot');
    src: url('fonts/titulo.eot?#iefix') format('embedded-opentype'),
         url('fonts/titulo.woff') format('woff'),
         url('fonts/titulo.ttf') format('truetype'),
         url('fonts/titulo.svg#titulo') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'txt';
    src: url('fonts/txt.eot');
    src: url('fonts/txt.eot?#iefix') format('embedded-opentype'),
         url('fonts/txt.woff') format('woff'),
         url('fonts/txt.ttf') format('truetype'),
         url('fonts/txt.svg#txt') format('svg');
    font-weight: normal;
    font-style: normal;

}




body {
	background-image: url(images/fundo_interno.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-position:center top;
	background-repeat:repeat-x;
}

.txt{
	font-family:txt;
	font-size:16px;
	color:#333;
	text-align: justify;

}

.titulo{
	font-family:titulo;
	font-size:24px;
	color:#0096D7;

}

.subtitulo{
	font-family:'txt';
	font-size:18px;
	color:#000000;
	text-align: justify;

}

a.txt{
	
	font-family:'txt';
	font-size:14px;
	color:#2d68b0;
	text-decoration:none;

}
a.txt:hover{
	
	font-family:'txt';
	font-size:14px;
	color:#000000;
	text-decoration:none;

}

.campo{
	
	height:25px;
	width:300px;
	border:0 solid #000;
	background-color: #8a8a8a;
	color:#cfcfcf;
	font-family:'txt';
	font-size:12px;
	
}

.campomulti{
	
	height:57px;
	width:300px;
	border:0 solid #000;
	background-color: #8a8a8a;
	color:#cfcfcf;
	font-family:'txt';
	font-size:12px;
	
}

.botaoenviarrodape{ 

	font-family:'txt';
	font-size: 12px;
	background-color: #4d4d4d;
	color: #cfcfcf;
	border: solid 0px #4d4d4d;
	width:90px;
	height:28px;

}
.botaoenviarrodape:hover{ 

	font-family:'txt';
	font-size: 12px;
	background-color: #555555;
	color: #cfcfcf;
	border: solid 0px #4d4d4d;
	width:90px;
	height:28px;

}


table.menu tr td a {
	font-family:'titulo';
	font-size:14px;
	color:#fff;
    display:block;
    height:100%;
    width:100%;
}

table.menu tr td a:hover {
	font-family:'titulo';
	font-size:14px;
	color:#c3faff;
    display:block;
    height:100%;
    width:100%;
}

table.menu td{
	padding-left:10px;
	border:1px solid #CCC;
	background-color:#6f6f6f;
}

table.menu td:hover{
	padding-left:10px;
	border:1px solid #CCC;
	background-color:#2e68b1;
}

.botao{
	padding:10px 60px 10px 10px;
	background-color:#35a8df;
	color:#fff;
	font-size:14px;
	line-height:1;
	border:2px solid #35a8df;
	transition-duration:0.3s;
	-moz-transition-duration:0.3s;
	-webkit-transition-duration:0.3s;
	-o-transition-duration:0.3s;	
	text-decoration:none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.botao:hover{
	background-color:#fff;
	color:#35a8df;
}
