.Resultado {
	position:relative;
	float:left;
	width:100%;
}

.ListaOutros {
	position:relative;
	float:left;
	width:100%;
	margin:0px 0px 0px 0px;
	padding:0px 0px 5px 0px;
}

.ListaOutros li {
	position:relative;
	float:left;
	width:95%;
	margin:0px;
	padding:5px 5px 5px 5px;
	list-style:none;
	display:inline;
	border-bottom:#CCCCCC dotted 1px;
}

.ListaOutros li h5 {
	position:relative;
	float:left;
	width:17%;
	margin:0px 0px 0px 0px 0px;
	padding:0px;
}

.ListaOutros li h1 {
	position:relative;
	float:right;
	width:83%;
	margin:0px 0px 2px 0px;
	padding:0px;
	
	font-size:11px;
	font-weight:normal;
	cursor:pointer;
	color:#003366;	
}

.ListaOutros li h2 {
	position:relative;
	float:right;
	width:83%;
	margin:0px 0px 2px 0px;
	padding:0px;
	
	font-size:12px;
	font-weight:bold;
	cursor:pointer;
}

.ListaOutros li h3 {
	position:relative;
	float:right;
	width:83%;
	margin:0px 0px 2px 0px;
	padding:0px;
	
	font-size:10px;
	font-weight:normal;
	cursor:pointer;
}

.ListaOutros li h4 {
	position:relative;
	float:right;
	width:83%;
	margin:0px 0px 2px 0px;
	padding:0px;
	
	font-size:10px;
	font-weight:normal;
	cursor:pointer;
	color:#999999;
}

.ListaOutros li img {
	margin:0px 0px 3px 0px;
}

.Formulario {
	padding:5px 0px 5px 0px;
	background:#F6F6F6;
}

