/* CSS Document */

body{
/*	background-color:#041b2d;*/
	background-color:#f5f5f5;
	color:#555;
	font-size: 12px;
	padding:0px;
	margin:1px;
	}

.textogoogle{

	background-color:#f5f5f5;
	color:#f5f5f5;
}

a {color:#555;}
a:hover {color: #023a97;}

.texto{
	color:#555;
	font-size: 12px;
	}

h3 {
	font:16px arial;
	color: #023a97;
	font-weight:bold;
	}

.paragrafo{
	padding-right:10%;
	padding-left:10%;
}

.center {
	font: 12px ;
	font-weight:bold;
	text-align:center;
 }

.form{
	width:160px;
	height:16px;
	color:#023a97;
	font:9px arial;
	border:1px solid #cdcdcd;
	}

.formmaior{
/*	width:100%;*/
	height:20px;
	color:#023a97;
	font:11px arial;
	border:1px solid #cdcdcd;
	}

.rodape{
	color:#888;
	font-size: 10px;
	}

.rodape a{
	color:#888;
	font-size: 10px;
	text-decoration:none;
	}


.tabela {
	font-family: Arial;
	font-size: 12px;
	text-align: right;
	}

.tabelavalor {
	padding:5px;
	font-family: Arial;
	font-size: 12px;
	text-align: center;
	}

/* STILO SLIDE */

* {
    font-family: Arial;
    font-size: 12px;
	text-align:justify;
}
.highslide-html {
    background-color: white;
}
.highslide-html-blur {
}
.highslide-html-content {
	position: absolute;
    display: none;
}
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}

.control {
	float: right;
    display: block;
    /*position: relative;*/
	margin: 0 5px;
	font-size: 7pt;
	text-decoration: none;
	color: #ff0000;
}
.control:hover {
	color: black !important;
}
.highslide-move {
    cursor: move;
}

.botaoImagem {

	background-color:#f5f5f5;
	border:1px solid #cdcdcd;
	color:#023A97;
	font-size:11px;
	text-align: center;

}
.bt_loginconsulta {
	width:150px;
	height:100px;
	background:url("../images/bt_consulta.gif") top no-repeat;
	cursor:pointer;
	float:left;
	margin-top:50px;
	margin-left:5px;

}
.bt_loginconsulta:hover {
	width:150px;
	height:100px;
	background:url("../images/bt_consulta.gif") bottom no-repeat;
}

