﻿body
{
    font-size: 75%;
    font-family: Verdana;
}

h1
{
	font-weight: bold;
	FONT-FAMILY: Verdana;
	font-variant: small-caps;
	font-size: 1.45em;
	color: black;
}

h2
{
	font-weight: bold;
	font-family: Verdana;
	font-variant: small-caps;
	font-size: 1.25em;
	color: black;
}

h3
{
	font-weight: bold;
	font-family: Verdana;
	font-variant: small-caps;
	font-size: 1.05em;
	color: black;
}

.textoTitulo
{
	font-weight: bold;
	font-family: Verdana;
	font-variant: small-caps;
	font-size: 1.45em;
	color: black;
	background-color: #D5AF77;
}

.textoTituloSeccion
{
	font-weight: bold;
	font-family: Verdana;
	font-variant: small-caps;
	font-size: 1.25em;
	color: black;
	background-color: #DEC094;
}

.textoTituloSubSeccion
{
	font-weight: bold;
	font-family: Verdana;
	font-variant: small-caps;
	font-size: 1.05em;
	color: black;
	background-color: #ECDEC6;
}

.textoCuerpo
{
	font-weight:normal;
	font-family: Verdana;
	font-size: 1em;
	color: black;
	line-height:16px;
}

.textoCuerpo p
{
	text-align:justify;
}

.textoCuerpoPequeño
{
	font-size: 0.9em;
}

.enlaceCuerpo
{
	font-weight:normal;
	font-family: Verdana;
	font-size: 1em;
	line-height:16px;
}

.enlaceCuerpo
{
	font-weight:normal;
	font-family: Verdana;
	font-size: 1em;
	line-height:16px;
}
.enlaceCuerpoDestinoCatalan
{
	background-color: #F1EFC0;
}
.enlaceCuerpoDestinoGallego
{
	background-color: #C5E7F3;
}
.enlaceCuerpoDestinoEuskera
{
	background-color: #EDBAA9;
}
.enlaceCuerpoDestinoIngles
{
	background-color: #BADCBD;
}
.textoCuerpoNegrita
{
	font-weight:bold;
	font-family: Verdana;
	font-size: 1em;
	color: black;
	line-height:16px;
}

.textoCuerpoCursiva
{
	font-weight:normal;
	font-style:italic;
	font-family: Verdana;
	font-size: 1em;
	color: black;
	line-height:16px;
}
.textoCuerpoNegritaPequeño
{
	font-weight:bold;
	font-family: Verdana;
	font-size: 0.9em;
	color: black;
	line-height:16px;
}

/* Clase para tablas */
.tabla 
{
	margin: 15px auto;
	background: #EBF6D2;
	border-collapse: collapse;
	border:2px ridge #E9E8E4;
	width:99%;
}

.tabla caption {
	font: bold 1em Verdana;
	color: #000;
	text-align: center;
    padding-bottom: 15px;
}

.tabla th {
	font: bold 1em Verdana;
	background: #006531;
	color: white;
	text-align: center;
	padding: 10px;
}

.filaPar
{
    
    background-color: white;
}

.filaImPar
{
    background-color: #EBF6D2;
}

.tabla td
{
    font: 1em Verdana;
    color: black;
    text-align: left;
    padding: 10px;
}
.tabla2{
	margin: 15px auto;
	background: #EBF6D2;
	border-collapse: collapse;
	border:2px ridge #E9E8E4;
	width:80%;
}
.tabla2 caption{
	font-weight: bold;
	text-align: center;
   padding-bottom: 15px;
	width: 100%;
}
.tabla2 thead th{
	background: #006531;
	color: white;
	text-align: right;
	padding: 10px;
}
.tabla2 tbody th{
	padding: 10px;
}
.tabla2 td{
    text-align: right;
    padding: 10px;
}

/* Clase para listas */
.lista li
{
	margin-top:15px;
}

/* Citas */
.cita
{
	font-weight:normal;
	font-style:italic;
	font-family: Verdana;
	font-size: 1em;
	color: black;
	line-height:16px;
}

q
{
	font-weight:normal;
	font-style:italic;
	font-family: Verdana;
	font-size: 1em;
	color: black;
	line-height:16px;
}

/* Direcciones */
address
{
	font-weight:normal;
	font-style:italic;
	font-family: Verdana;
	font-size: 1em;
	color: black;
	line-height:16px;
}

.direccion
{
	font-weight:normal;
	font-style:italic;
	font-family: Verdana;
	font-size: 1em;
	color: black;
	line-height:16px;
}
.ulEnlacesHome li span a{
	color: #0000FF;
	text-decoration: underline;
}
.acronimo{
	background-color: #DCDCDC;
}
.abreviatura{
	background-color: #B0C4DE;
}
.textoCatalan{
	background-color: #F0E68C;
}
.textoEuskera{
	background-color: #E9967A;
}
.textoGallego{
	background-color: #A3D9EF;
}
.textoIngles{
	background-color: #A3CBA7;
}