@charset "utf-8";

/* Elementos */

html, body, form {
	height:100%;
	width:100%;
	margin:0px; 
	padding:0px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	background-image:url(../imgs/bg_nuvem.jpg);
	background-color:#D9EDF5;
	color:#FFF;
	font-size:11px;
	line-height:20px;
}

p {
	margin-top:0px;
	padding:0px;
	text-align:justify;
}

img {
	border:none;
	vertical-align:middle;
}

/* IDs */

#geral { 
	width:980px;
	height:600px;
	position:relative;
	left:50%;
	margin-left:-490px;
	top:50%;
	margin-top:-300px;
	padding:0px;
}

/* Linhas */


hr { width:100%; color:#CCCCCC; height:1px; line-height:1px; margin:0px; padding:0px; border:0px; }

/* Titulos */

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#000;
	letter-spacing:2px;
	margin:0px;
	padding:0px;
	padding-top:3px;
	padding-left:35px;
	padding-bottom:15px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	margin:0px;
	padding:0px;
}

.suyan h2 { color:#BDD73D; }

/* Links */

a { text-decoration:none; }
a:link { text-decoration:none; color:#000; }
a:visited { text-decoration:none; color:#000; }
a:hover { text-decoration:none; color:#FFF; }
a:active { text-decoration:none; }

a:hover #btn_fechar { background-position:bottom; }

#texto a { text-decoration:none; }
#texto a:link { text-decoration:none; color:#003366; }
#texto a:visited { text-decoration:none; color:#003366; }
#texto a:hover { text-decoration:none; color:#C7F00A; }
#texto a:active { text-decoration:none; }

a:hover .menu { background-color:#C7F00A; color:#000; }

a:hover .btn_info_off{
	background-image:url(../imgs/bg_btn_info.jpg);
	background-position:bottom;
	cursor:pointer;
}

a:hover .btn_submenu{
	background-image:url(../imgs/bg_submenu.jpg);
	background-position:bottom right;
	cursor:pointer;
}

a:hover .avancar{
	background-image:url(../imgs/seta_avancar.png);
	background-position:bottom right;
	cursor:pointer;
}

a:hover .voltar{
	background-image:url(../imgs/seta_voltar.png);
	background-position:bottom right;
	cursor:pointer;
}


/* Listas */

ul {
	margin:10px;
	padding:10px;
	padding-left:5px;
	padding-top:0px;
	left:0px;
	text-align:left;
}

li {
	list-style-image:url(../imgs/bullet_laranja.gif);
	padding:0px;
	color:#FFF;
	font-style:italic;
	font-weight:bold;
}

/* Formularios */

input, select, textarea {
	width:470px;
	margin:0px;
	margin-top:5px;
	margin-left:8px;
	font-family:Arial, Helvetica, sans-serif;
	color:#BCD73D;
	font-size:11px;
	border:0px;
	background-color:#65A5A0;
	padding:1px;	
}

input[type="button"] {
	background-color:#E8E8E8
}

input[type="submit"] {
	cursor:pointer;
	background-color:#E8E8E8;
	padding-left:5px;
	padding-right:5px;
}

input[type="checkbox"] {
	
}
