@charset "utf-8";

#nota-legal {
	margin-top: 20px;
	margin-bottom: 10px;
	min-height: 750px;
	background-image: url(images/nota-legal.jpg);
	background-repeat: no-repeat;
	background-position: 20px 10px;
	border: 1px solid #d5d6d8;
}
#nota-legal h2{
	display: none;
	visibility: hidden;	
}

#nota-legal-text {
	position:relative;
	width:695px;
	left:264px;

	display:block;
}
 h3{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #273A7C;
	font-size: 1.1em;
	margin-bottom:10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;	
}
#nota-legal-text p {

	background-color:#F1F1F1;
	padding:5px;
	margin:11px;
	text-align:justify;
}


