/* Reset */

html {
	color: #000;
	background: #FFF;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,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;
}

li {
	list-style: none;
}

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;
	font-variant: normal;
}

sup {
	vertical-align: text-top;
}

sub {
	vertical-align: text-bottom;
}

input[disabled=disabled][type=submit] {
	color: #A9A5A2;
}

input,textarea,select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}

input,textarea,select { *
	font-size: 100%;
}

legend {
	color: #000;
}

header, nav, footer, section {
	display: block;
}

/* Estilos */

@font-face {
	font-family: FertigoPRO;
	src: url(fontes/Fertigo_PRO.ttf);
}

@font-face {
	font-family: IowanOld;
	font-weight: normal;
	font-style: normal;
	src: url("fontes/iowan.eot") format("embedded-opentype"),
		url("fontes/iowan.woff") format("woff"),
		url("fontes/iowan.ttf") format("truetype");
}

@font-face {
	font-family: IowanOld;
	font-weight: bold;
	font-style: normal;
	src: url("fontes/iowan_b.eot") format("embedded-opentype"),
		url("fontes/iowan_b.woff") format("woff"),
		url("fontes/iowan_b.ttf") format("truetype");
}

@font-face {
	font-family: IowanOld;
	font-weight: normal;
	font-style: italic;
	src: url("fontes/iowan_i.eot") format("embedded-opentype"),
		url("fontes/iowan_i.woff") format("woff"),
		url("fontes/iowan_i.ttf") format("truetype");
}

@font-face {
	font-family: IowanOld;
	font-weight: bold;
	font-style: italic;
	src: url("fontes/iowan_bi.eot") format("embedded-opentype"),
		url("fontes/iowan_bi.woff") format("woff"),
		url("fontes/iowan_bi.ttf") format("truetype");
}

html {
	height: 100%;
}

body {
	background-color: #E5DFEC;
	color: #404040;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	min-height: 100%;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
	font-weight: inherit;
}

#wrapper {
	background-color: white;
	width: 932px;
	margin: 0 auto;
}

#cabeceira {
	position: relative;
}

#cabeceira, #pe {
	background-color: #403152;
}

#cabeceira #banda {
	background-color: #B2A1C7;
	border-bottom: 3px solid white;
	height: 40px;
	overflow: hidden;
}

#cabeceira #banda #logoIlla {
	float: left;
	height: 40px;
	line-height: 40px;
}

#cabeceira #banda #nomeGrupo {
	float: left;
	height: 40px;
	line-height: 40px;
	color: #404040;
	font-size: 18px;
	padding-left: 15px;
}

#cabeceira #banda #logoUdc {
	float: right;
}

#cabeceira #logoPrincipal {
	padding: 3px;
	overflow: hidden;
}

#cabeceira #logoPrincipal a.logo {
	font-size: 0;
	display: block;
	float: left;
}

#cabeceira #logoPrincipal .titulo {
	margin-left: 207px;
	margin-top: 14px;
	color: #FFFFFF;
	font-family: FertigoPRO;
	font-size: 35px;
	line-height: 35px;
}

#cabeceira ul.idiomas {
	position: absolute;
	top: 50px;
	right: 10px;
}

#cabeceira ul.idiomas li {
	color: white;
	display: inline;
	font-size: 12px;
}

#cabeceira ul.idiomas li a {
	color: white;
}

#cabeceira ul.idiomas li.activo {
	font-weight: bold;
}

#cabeceira ul.idiomas li:after {
	content: "|";
	font-weight: normal;
	margin: 0 4px;
}

#cabeceira ul.idiomas li:last-child:after {
	display: none;
}

nav#menu {
	background-color: #CCC0D9;
	margin: 5px;
}

nav#menu ul.principal {
	overflow: hidden;
}

nav#menu ul.principal li {
	background-color: #CCC0D9;
	float: left;
	height: 35px;
	line-height: 35px;
	width: 152px;
	border-right: 2px solid white;
}

nav#menu ul.principal li:last-child {
	margin-right: 0;
}

nav#menu ul.principal li a {
	font-size: 15px;
	color: #404040;
	display: block;
	text-decoration: none;
	text-align: center;
}

nav#menu ul.principal li.activa {
	background-color: #5F497A;
	font-weight: bold;
}

nav#menu ul.principal li.activa a {
	color: white;
}

nav#menu ul.sub {
	border-top: 3px solid white;
	border-bottom: 1px solid #CCC0D9;
	background-color: white;
	margin: 0;
	padding: 0;
	padding-bottom: 3px;
	overflow: hidden;
}

nav#menu ul.sub li {
	background-color: white;
	float: left;
	height: 25px;
	line-height: 25px;
	padding: 0 15px;
	border-right: 1px solid #CCC0D9;
}

nav#menu ul.sub li a {
	color: #404040;
	text-decoration: none;
}

nav#menu ul.sub li.activa {
	font-weight: bold;
}

#contido {
	background-color: white;
	padding: 10px 30px 20px 30px;
	min-height: 400px;
}

#contido.largo {
	padding-left: 15px;
	padding-right: 15px;
}

.enlaceVolver {
	color: #404040;
	font-weight: bold;
	font-size: 12px;
}

h1.titulo {
	color: #404040;
	font-size: 20px;
	margin-bottom: 10px;
}

#pe {
	border-top: 1px solid silver;
	padding: 8px 20px;
	overflow: hidden;
}

#pe .acerca {
	color: white;
	text-align: right;
	font-size: 10px;
	margin-bottom: 10px;
}

#pe .acerca a {
	color: white;
}

#pe .patr {
	margin-left: 10px;
	font-size: 0;
	float: right;
}

#pe .patr img {
	max-height: 53px;
}

/* HTML */

.html {
	font-size: 13px;
}

.html p {
	margin-bottom: 15px;
}

.html em {
	font-style: italic;
}

.html strong {
	font-weight: bold;
	color: #5F497A;
}

.html ul > li, .html ol > li {
	margin: 8px 0 15px 30px;
}

.html ul > li {
	list-style-type: disc;
}

.html ol > li {
	list-style-type: decimal;
}

.html ul li p, .html ol li p {
	text-align: left;
	margin: 0;
}

.html ul > li:first-child, .html ol > li:first-child {
	margin-top: 0;
}

.html ul > li > ul, .html ol > li > ul {
	margin: 5px 0 0 25px
}

.html ul > li > ul > li, .html ol > li > ul > li {
	list-style-type: square;
	margin: 0 0 5px 0;
}

.html ul > li > ul > li > ul > li, .html ol > li > ul > li > ul > li {
	list-style-type: circle;
}

.html a {
	color: #10394F;
}

.html .caixaContacto {
	width: 200px;
	height: 330px;
	float: right;
	margin-left: 25px;
	margin-botton: 15px;
}

.html .caixaContacto > strong {
	display: block;
	font-size: 18px;
	margin-bottom: 5px;
}

#ckeditor {
	min-height: 0;
}

#ckeditor.html {
	background: white;
	font-family: Verdana, Geneva, sans-serif;
	overflow: auto;
	padding: 10px;
	margin-top: 0;
	height: auto;
}

/* Formulario */

form label {
	font-size: 12px;
	display: inline-block;
	margin: 3px 0;
}

form input[type=text] {
	border: 1px solid #CCC0D9;
	border-radius: 5px;
	-moz-border-radius: 5px;
	box-shadow: 1px 1px 3px #DDDDDD inset;
	-moz-box-shadow: 1px 1px 3px #DDDDDD inset;
	padding: 4px 8px;
	outline: none;
}

form .botons {
	margin-top: 5px;
}

form .botons input[type=submit] {
	border: none;
	border-radius: 3px;
	color: #5F497A;
	cursor: pointer;
	-moz-border-radius: 3px;
	background-color: #CCC0D9;
	font-weight: bold;
	padding: 3px 5px;
	-moz-box-shadow: 2px 2px 0px #5F497A;
}

/* Paxina de cantigas */

ul.cantigas li {
	font-size: 13px;
}

ul.cantigas .numero {
	margin-right: 5px;
}

/* Glosario */

ul#letras {
	border: 1px solid #CCC0D9;
	margin: 0 1px;
	float: left;
}

ul#letras li {
	color: #5F497A;
	float: left;
	font-size: 18px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	text-align: center;
	border-left: 1px solid #CCC0D9;
}

ul#letras li:first-child {
	border-left: none;
}

ul#letras li a {
	color: #5F497A;
	display: block;
	text-decoration: none;
}

ul#letras li.actual a {
	color: white;
	background-color: #CCC0D9;
	font-weight: bold;
}

#buscador {
	float: left;
	margin-left: 9px;
	position: relative;
	width: 208px;
}

#buscador .c-input {
	display: inline-block;
	position: relative;
}

#buscador .c-input .apagar {
	background: transparent url(../imaxes/apagar.png) no-repeat scroll center 8px;
	position: absolute;
	left: 162px;
	top: 1px;
	bottom: 1px;
	width: 11px;
	font-size: 20px;
	text-transform: uppercase;
	opacity: 0.7;
	display: block;
	outline: none;
}

#buscador input {
	background: white url(../imaxes/lupa.png) no-repeat scroll left 8px;
	padding-left: 21px;
	width: 149px;
}

#buscador .mostrarTeclado {
	margin-left: 7px;
	vertical-align: middle;
	outline: none;
}

#termos .mostrarTeclado {
	vertical-align: middle;
	outline: none;
}

.teclado {
	display: none;
	background-color: #f1f1f1;
	border: 1px solid grey;
	border-radius: 5px;
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
	padding: 5px;
	position: absolute;
	left: 0;
	right: 0;
	margin-top: 10px;
	z-index: 1000;
}

.teclado:before {
	background: transparent url(../imaxes/teclado_sup.png) no-repeat scroll center;
	border-bottom: 1px solid #f1f1f1;
	content: "";
	position: absolute;
}

#tecladoFiltro:before {
	top: -14px;
	right: 12px;
	width: 13px;
	height: 14px;
}

#tecladoBuscador:before {
	top: -14px;
	right: 5px;
	width: 13px;
	height: 14px;
}

.teclado table {
	border: 1px solid silver;
	width: 100%;
}

.teclado table td {
	border: 1px solid silver;
	font-size: 14px;
	font-weight: bold;
}

#tecladoFiltro table td {
	font-size: 10px;
}

.teclado table td a {
	color: #333;
	cursor: pointer;
	display: block;
	outline: none;
	padding: 5px 0;
	text-align: center;
	text-decoration: none;
}

.teclado table td a:hover {
	background-color: #e1e1e1;
}

#glosario {
	position: relative;
	min-height: 420px;
	margin-top: 20px;
}

#glosario #cargando {
	display: none;
	position: absolute;
	left: 180px;
	right: 0;
	top: 50px;
	color: red;
	text-align: center;
}

#glosario .centrado {
	text-align: center;
	padding-top: 50px;
}

#termos {
	position: absolute;
	top: 0;
	left: 0;
	padding-right: 10px;
	bottom: 0;
	width: 150px;
}

#termos .informacion {
	margin-top: -10px;
	margin-bottom: 10px;
	font-size: 10px;
}

#termos input.filtro {
	border: 1px solid silver;
	width: 125px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin-bottom: 5px;
	margin-right: 5px;
	padding: 1px 3px;
	outline: none;
}

#termos ul {
	height: 380px;
	margin-left: 2px;
	overflow-y: auto;
}

#termos ul li {
	margin-bottom: 6px;
	margin-left: 1px;
}

#termos ul li a {
	color: #404040;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	outline: none;
}

#termos ul li a:hover {
	color: #808080;
}

#termos ul li a sub {
	font-size: 7px;
}

.contidoTermo {
	margin-left: 180px;
}

.contidoTermo .fondo {
	height: 410px;
	background: transparent url("../imaxes/fondo_letras.png") no-repeat scroll 105px 30px;
}

.termo {
	color: #333;
}

.termo.inf {
	margin-top: 15px;
	margin-bottom: 30px;
}

.termo .encabezado {
	padding-bottom: 10px;
	font-size: 16px;
	line-height: 1.5em;
	padding-right: 40px;
	position: relative;
}

.termo .encabezado sub {
	font-size: 8px;
	line-height: normal;
}

.termo .encabezado .coma {
	font-style: italic;
	font-weight: normal;
}

.termo .encabezado .formas {
	font-style: italic;
	font-weight: bold;
}

.termo .encabezado .referencia, .termo .forma .referencia {
	font-style: italic;
}

.termo .encabezado .enlaceTermo {
	color: #5F497A;
}

.termo .encabezado .visualizacion {
	text-align: right;
	font-size: 0;
	margin-bottom: -5px;
	position: absolute;
	right: 0;
	top: 5px;
}

.termo .encabezado .visualizacion a {
	margin-left: 5px;
}

.termo .numeroCantiga {
	color: inherit;
	text-decoration: none;
}

.termo .numeroCantiga:hover {
	text-decoration: underline;
}

.termo .exemplos .resaltado, .termo .formaComposta .resaltado {
	font-weight: bold;
}

.termo .separador {
	letter-spacing: -4px;
	margin: 0 8px 0 5px;
}

.termo .separador.fila {
	display: block;
	font-size: 0;
}

.termo .formasVerbais .separador {
	font-family: IowanOld, Times, serif;
}

.termo .textoExemplo {
	font-family: IowanOld, Times, serif;
	font-size: 13px;
}

.termo .exemplos .bloqueAcepcion {
	font-weight: bold;
	font-size: 14px;
	margin-top: 10px;
}

.termo .exemplos .separar {
	margin-top: 15px;
}

.formaComposta .bloquesVariantes .separar:not(:first-child) {
	margin-top: 5px;
}

.termo .exemplos .bloqueVariante .marcaVariante, .termo .formaComposta .bloqueVariante .marcaVariante {
	background: transparent url(../imaxes/var.png) no-repeat scroll center; 
	margin-right: 3px;
	font-size: 0;
	display: inline-block;
	width: 10px;
	height: 10px;
}

.termo .exemplos .bloqueVariante .marcaGrupo, .termo .formaComposta .bloqueVariante .marcaGrupo {
	background: transparent url(../imaxes/bola.png) no-repeat scroll -1px 1px;
	margin-right: 4px;
	font-size: 0;
	display: inline-block;
	width: 10px;
	height: 10px;
}

.termo .exemplos .bloqueVariante .marcaXenero {
	background-color: black;
	margin-right: 4px;
	display: inline-block;
	width: 8px;
	height: 8px;
}

.termo .formaComposta {
	margin-top: 15px;
}

.termo .formaComposta .tipo {
	font-weight: bold;
}

.termo .formaComposta .forma {
	font-weight: bold;
	font-size: 13px;
	margin-top: 10px;
}

.termo .formaComposta .forma .nome {
	font-style: italic;
}

.termo .formaComposta .forma .nome em {
	font-style: normal;
	font-weight: inherit;
}

.termo .formaComposta .bloqueVariante em {
	font-style: inherit;
	font-weight: inherit;
}

.termo .formasVerbais {
	font-size: 13px;
	margin-top: 10px;
}

.termo .formasVerbais .forma {
	font-family: IowanOld, Times, serif;
	font-style: italic;
}

.termo mark {
	background-color: yellow;
}

.termo .separadorBloque {
	height: 1px;
	background-color: #D2D2D2;
	border: none;
	margin: 20px 50px;
}

.contidoTermo .observacion {
	padding: 2px 0 2px 6px;
	border-left: 3px solid #cccccc;
	font-family: Arial;
	color: #444;
	font-size: 13px;
	line-height: 1.3;
	text-align: justify;
	margin-left: 2px;
}

.contidoTermo .observacion em {
	font-style: italic !important;
}

.contidoTermo .observacion strong {
	font-weight: bold !important;
}

.contidoTermo .observacion.l1 {
	margin-bottom: 9px;
	margin-top: -3px;
}

.contidoTermo .observacion.l2 {
	margin-top: 10px;
}

.contidoTermo .observacion.l3 {
	margin: 6px 0 6px 2px;
}

.contidoTermo .observacion.l4 {
	margin: 6px 0 6px 2px;
}

.contidoTermo .observacion.l5 {
	margin: 6px 0 6px 2px;
}

#menuTermo {
	margin-bottom: 10px;
}

#menuTermo .selectores {
	overflow: hidden;
	position: relative;
	top: 1px;
}

#menuTermo .selectores .desp {
	display: none;
	cursor: pointer;
	color: white;
	font-size: 13px;
	background-color: #bbb;
	position: absolute;
	top: 0;
	bottom: 0;
	width: 20px;
	padding: 2px 0;
	text-align: center;
}

#menuTermo .selectores .desp.esq {
	left: 0;
}

#menuTermo .selectores .desp.der {
	right: 0;
}

#menuTermo ul.menu {
	overflow: hidden;
	1position: relative;
	1top: 1px;
	width: 10000px;
}

#menuTermo ul.menu li {
	cursor: pointer;
	background-color: #efefef;
	border: 1px solid silver;
	margin-right: -1px;
	float: left;
	font-size: 11px;
	padding: 5px 6px;
	position: relative;
	border-radius: 5px 5px 0 0;
}

#menuTermo ul.menu li.activa {
	background-color: white;
	border-bottom: 1px solid white;
}

#menuTermo ul.paxinas {
	border-top: 1px solid silver;
	font-size: 12px;
}

#menuTermo ul.paxinas li.paxina {
	padding: 10px;
	display: none;
	border-radius: 0 0 5px 5px;
}

#menuTermo ul.paxinas li.paxina.activa {
	border: 1px solid silver;
	border-top: none;
	display: block;
}

#menuTermo ul.paxinas ol li {
	font-weight: bold;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

#menuTermo ul.paxinas ol li em {
	font-style: italic;
	font-weight: inherit;
}

#menuTermo ul.paxinas ol li a {
	color: #333;
	text-decoration: none;
}

.sub {
	border-top: 1px solid silver;
	padding-top: 5px;
	margin-top: 15px;
	font-size: 11px;
	text-align: right;
}

#resultadosBusca .bloqueResultados {
	font-size: 14px;
	margin-bottom: 5px;
	font-weight: bold;
}

#resultadosBusca .bloqueResultados.mt {
	margin-top: 10px;
}

#resultadosBusca .resultados li {
	list-style-type: disc;
	list-style-position: inside;
	margin-bottom: 4px;
	margin-left: 10px;
}

#resultadosBusca .resultados li a {
	color: #404040;
	font-weight: bold;
	font-size: 13px;
	1text-decoration: none;
}

#resultadosBusca .paxinacion {
	text-align: right;
}

#resultadosBusca .paxinacion a {
	color: #404040;
	font-weight: bold;
	font-size: 13px;
}

#overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

#infoCantiga {
	background-color: #F5F5DC;
	border: 1px solid #663300;
	position: fixed;
	max-width: 800px;
	margin: 0 10px;
	padding: 10px;
	padding-bottom: 23px;
	box-shadow: 3px 3px 5px grey;
}

#infoCantiga .pechar {
	color: #663300;
	font-size: 10px;
	font-weight: bold;
	position: absolute;
	right: 5px;
	bottom: 5px;
	text-decoration: none;
}

#infoCantiga .numero {
	margin-right: 5px;
}
