body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,img {
  border: 0;
}

address,caption,cite,code,dfn,em,strong,th,var {
  font-style: normal;
  font-weight: normal;
}


caption,th {
  text-align: left;
}

h1,h2,h3,h4,h5,h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before,q:after {
  content: '';
}

abbr,acronym {
  border: 0;
}

/* End of CSS Reset */

ul{
	list-style-position: inside;
	list-style-type: disc;
}

body{
	background-color: #9cd2fe; /*VELL: #43adfc;*/
	color: #333333;
    	font-family: verdana, garamond, arila, sans-serif;
	text-align: left;
}

h1{
	text-align: center;
	font-size:200%;
}

.versio{
	text-align: center;
}

.barra_idiomes{
	width: 90%;
	padding-top: 1%;
	padding-left: 5%;
	padding-right: 5%;
	font-size: 80%;
}


.barra_idiomes a{
	color: #333333;
	text-align: left;
}

.barra li{
	display: inline;
}

.barra{
	font-size: 90%;
	margin: 1%;
	text-align: center;
	display: inline;
}

li{
/*	display: inline;*/
	padding-left: 1%;
	padding-right: 1%;
}


div.esq img{
	border: 0px;
	margin-top: 5%;
	width: 50%;
	max-width: 197px;
}

div.dreta img{
	border: 0px;
	margin-top: 5%;
	width: 50%;
	max-width: 197px;
}


p{
	margin-top:2%;
}


div.esq{
	width: 49%;
	float: left;
}

div.esq p{
	margin-left: 3%;
	margin-right: 3%;
}

div.dreta{
	width: 49%;
	float: left;
}

div.dreta p{
	margin-left: 3%;
	margin-right: 3%;
}

div.cap{
	background-image:url(images/cap.png);
    background-repeat: repeat-x;
}

div.peu{
	width: 90%;
	float:left;
	margin-top: 5%;
	margin-left: 5%;
	margin-right: 5%;
	margin-bottom: 2%;
	color:#333333;
	font-size: 75%;
}

div.peu p{
	margin-top:0;
	margin-bottom:1%;
}

div.peu a{
	color:#333333;
}

div.centrat{
	text-align: center;
}

.braille, textarea{
	font-family: courier, monospace;
}
fieldset{
	margin: 1%;
	padding: 1%;
	text-align: left;
	border: 1px solid;
	/*width: 47%;
	float: left;*/
}

textarea{
	border: 1px solid;
	margin: 1%;
}

.exemplegrec{
	font-size: 12pt;
}

.nota{
	padding-top: 2%;
	padding-left: 2%;
	padding-right: 2%;
	padding-bottom: 2%;
	text-align: justify;
	border-style: solid;
	margin-left: 10%;
	margin-right: 10%;
}

em{
	font-style: italic;
}

strong{
	font-weight: bold;
}

