/* CSS Document */

/* Body */

body {
	margin:10px;
	padding:10px;
	background-color:#ffffff;
	/*background-image: url(../img/background-black.gif);
	background-attachment:fixed;
	background-repeat: repeat-x;*/
	font-family:Arial;
	font-size:12px;
	font-style:normal;
	color:#000;
}

table {
	font-family:Arial;
	font-size:12px;
	font-style:normal;
	color:#000;
}
.tr:hover {
	background-color:#dee7ee;
}

a {
	color:#c63;
	text-decoration:none;
	font-variant:small-caps;
}
a:hover{
	color:#90a9c4;
}

/*
a:hover img {
}
*/

img{border: 0px;}

	
h1{
	color:#90a9c4;
	background-image:url(../img/rj45.png);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:38px;
	margin:0px 0 5px 0;
	/*top right bottom left */
}
h2 {
	font-size:10px;
	font-weight:normal;
	margin:0px;
	border-bottom-color:#999;
	border-bottom-style:dashed;
	border-bottom-width:1px;
	}
h1:hover{
	color:#5279a4;
}

#header {
	width:100%;
	height:100px;
	background-image:url(../img/head_back.jpg);
	background-repeat:repeat-x;
	position:relative;
}

#menu_top_dir {
	position:relative;
	clear:both;
	float:right;
	text-align:right;
}
#menu_top_dir_login {
	position:relative;
	clear:both;
	float:right;
	text-align:right;
	margin-top:28px;
}
#content {
	width:100%;
}

#map {
	width:24%;
	float:left;
	height: 750px; 
	margin-left:1%;
	/*
	min-width:27%;
	min-width:250px;
	*/
}

.info {
	width:74%;
	float:right;
	text-align:left;
}

.info_left {
	width:19%;
	float:left;
	margin-right:1%;
	background:#fafbfd;
}

.info_right {
	width:80%;
	float:right;
	text-align:left;
}

.blocks {
	background:#fafbfd;
	padding:10px;
	text-align:justify;
	margin:0 0 10px 0;
	/*top right bottom left */
}

/*.center {
	width:12%;
	min-width:150px;
	float:left;
	text-align:left;
	margin-left:2%;
	padding-left:3px;
	background:#fafbfd;
	border-left-color:#999;
	border-left-style:dashed;
	border-left-width:1px;
}
*/
.erro {
	color: #ff0000;
	font-weight:bold;
	text-align:center;
}
.del {
	background-color:#900000;
	text-align:center;
	color:#CCC;
}	

#footer {
	position:relative;
	clear:both;
	width:100%;
	height:60px;
	margin-top:10px;
	padding-top:35px;
	background-image:url(../img/head_back.jpg);
	background-repeat:repeat-x;
	text-align:center;
}


/*form
--------------------------------------------------*/
input {
	border: 0px;
	background-color: #5279A4;
	font-size: 8pt;
	color: #fff;
}
.submit {
	border: 0px;
	background-color: #5279A4;
	border-style:solid;
	border-color:#000;

}
file {
	border: 1px;
	background-color: #5279A4;
	border-style: none;
	border-color: #999999;
	font-size: 8pt;
	color: #999999;
}
textarea {
	border: 0px;
	background-color: #5279A4;
	font-size: 8pt;
	color: #fff;
}
checkbox {
	border: 0px;
	background-color: #5279A4;
	font-size: 8pt;
	color: #fff;
	
}
select {
	border: 0px;
	background-color: #5279A4;
	font-size: 8pt;
	color: #fff;
}

/* /Form--------------------------------------------*/
