/******************************************************************************* CSS Document */

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#8e8e8e;
	margin:0;
	background-image:url(../img/fundo.jpg);
}

h1 {
	color:#3e80a1;
	font-size:14px;
	font-family:tahoma, arial;
	font-weight:normal;
}

h2 {
}

h3 {
}

a {}
a:hover {}

li {
	list-style-image:url(../img/bullet.gif);
	list-style-position:inside;
	height:1.3em; 
}

/************************************************************************************ Persona */

.saiba {
}

.login {
	background-image:url(../img/login.gif);
	background-repeat:no-repeat;
	width:180px;
	padding-left:20px;
}

.senha {
	background-image:url(../img/key.gif);
	background-repeat:no-repeat;
	width:150px;
	padding-left:20px;
}
	
/*************************************************************************************** DIVS */

#topo {
	background-image:url(../img/topo_fundo2.jpg);
	background-repeat:repeat-x;
}

#topo_int {
	width:770px;
	margin:0 auto;
	text-align:right;
	padding-right:10px;
	padding-top:25px;
	background-image:url(../img/topo_fundo.jpg);
	background-repeat:repeat-x;
	height:86px;
}

#miolo {
	width:780px;
	margin:0 auto;
	background-color:#ffffff;
	padding:0 15px;
	display: table;
}

#lateral {
	width:227px;
	float:left;
}

#conteudo {
	width:500px;
	float:right;
}
#menucons {
	float:right;
	min-height:30px;
	top: 100px;
	width:500px;
}

#rodape {
	padding-top:20px;
	clear:both;
	color:#585858;
	font-size:11px;
}
#prepago {
	margin: 10px;
	padding: 0;
	color: #000;
}
#prepago h2, h3 {
	color: #000000;
}
#prepago label {
	font-weight: bold;
	min-width: 120px;
}
#prepago .box {
	background-color: #EEE;
	border: 1px dashed #BBB;
	padding: 4px;
}
#prepago .box span {
	display: table-cell;
	width: 200px;
}
.width100pct {
	width: 99%;
}
#prepago input[type=text] {
	border: 1px solid #bbb;
}
.invalido {
	color: #F00;
	border: 2px solid #F00;
}

#prepago ul, li{
	list-style: none;
}
#prepago li {
	height: 36px;
	width: 200px;
}
#prepago li span {
	float: right;
}
