a{
 text-decoration:none;
 color: #AD9C52;
}

a:hover {
  color: #D5B124;
}

a img{
	border: none;
}

/* Engadido para eliminar o cadrado ata a esquerda do contedor principal que se crea no firefox o facer click nunha ligazon */
a:focus{
   outline: 0;
}



/*********************************************/			
/*  			ENCABEZADOS                				*/
/*********************************************/
h1{
  color:#094178;
  font-size:22px;
  font-weight:bold;
}

h2, h3, h4 {
	 color:#3B769B;
	 font-weight: bold;
	 font-family: Georgia;
	 line-height: 1em;
}

h2 {
	 font-size: 1.4em;	
}
h3 {
	 font-size: 1.3em;
}
h4 {
	 font-size: 1.2em;
}


/*********************************************/			
/*  			LISTAS                				*/
/*********************************************/
/*
ul {
	list-style: url(../img/icons/listas.png);
}
*/
ul li {
	margin-bottom: 0.5em;
	margin-top: 0.5em;
}
/*
ul li ul{
	list-style: url(../img/icons/listas.png);
}
*/
ul li ul li{
	margin-bottom: 0.5em;
	margin-top: 0.5em;
}
/*
ul li ul li ul{
	list-style: url(../img/icons/listas.png);
}
*/
ul li ul li ul li{
	margin-bottom: 0.5em;
	margin-top: 0.5em;
}

ol li {
	margin-bottom: 0.5em;
	margin-top: 0.5em;
}

/*********************************************/			
/*  			LIGAZONS               				*/
/*********************************************/

/* PDF */
a.pdf{
	background:  url(../img/busca/ico_recurso_pdf.png) no-repeat center left;
	padding: 0.5em 0 0 2.3em; 
}

/* LIGAZON */
a.ligazon{
	background:  url(../img/busca/ico_recurso_link.png) no-repeat center left;
	padding: 0.5em 0 0 2.3em; 
}

.indent{
	margin-left: 40px;
}

/*********************************************/			
/*  			XENERICOS PARAGRAFOS  				*/
/*********************************************/
p.poema{
	font-size: 13px;
	font-family: Georgia;
	color:#3B769B;
}

p.nota{
	font-size: 10px;
}


/*********************************************/			
/*  			ALINEACIONS            				*/
/*********************************************/
.align-right{
  text-align: right;
}

.align-left{
  text-align: left;
}

.align-center{
  text-align: center;
}

.align-justify{
	text-align: justify;
}