.mensagensValidacao{
	display: block;
	width: 100%;
	padding: 0px 0px 12px 0px;
}

.webServicesAmbiente{
	font-weight: bold;
	font-size: 14px;
	display: block;
	width: 100%;
}	

.webServicesVersao{
	font-size: 12px;
}	

.webServicesServico {
	font-weight: bold;
	display: block;
	width: 100%;
}

.webServicesURL {
	color: #2E7AB3;
	padding-left: 20px;
	display: block;
}

#webServicesListagem {
	list-style-position: inside;
	list-style-type: none;
	list-style: none;
}

#webServicesListagem li {
	margin-bottom: 10px;
}

#perguntasListagem {
	
	list-style-position: inside;
	list-style-type: none;
	list-style: none;
	text-align: justify;
}

#perguntasListagem li {
	margin-bottom: 5px;
	text-decoration: none;
}

#perguntasListagem li a {
	text-decoration: none;
}

#respostasListagem {
	list-style-position: inside;
	list-style-type: none;
	list-style: none;
	text-align: justify;
}

#respostasListagem li {
	margin-bottom: 5px;
}

.panelTop {
    width: 100%;
    vertical-align: top;
}

.gridSobre {
    width: 100%;
    vertical-align: top;
}

.cont_central_email {
    background: url("../img/email/fundoEmail.jpg") repeat-y scroll 0 0 rgba(0, 0, 0, 0);
    width: 600px;
}
.cont_central_email p { padding: 10 10 10 10 }
.cont_central_email ul{ padding: 0px 40px; }
.cont_central_email ul li { padding:5px; margin-bottom:2px; }

/**************
	Larguras 
***************/
.w25perc  { width: 25%; }
.w50perc  { width: 50%; }
.w75perc  { width: 75%; }
.w100perc { width: 100%; }

/**************
	Labels
***************/
.labelBolder { font-weight: bolder; }
