@CHARSET "UTF-8";

.texto {
	width: 100%;
	margin-bottom: 10px;
	clear: both;
	text-align: justify;
}

.texto .textoCompleto {
	width: 530px;
	text-align: justify;
}

.texto img {
	/*margin: 0px 10px 5px 0px;*/
	/*float: left;*/
}

.texto h1 {
	font-size: 12pt;
	color: #0093dd;
	font-weight: normal;;
}

.texto h2 {
	font-size: 12pt;
	padding: 20px 0px 10px 10px;
}

.texto ul {
	margin-left: 15px;
}

.texto ul.notype {
	margin-left: 0px;
	list-style-type: none;
}

.texto ul.frases {
	margin-left: 30px;
	list-style-type: none;
}

.texto ul li {
	padding-bottom: 10px;
}

.texto dl dt {

}

.texto dl dd {
	padding-bottom: 10px;
}

.fullview {
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}
