/* HOJA DE ESTILOS PRINCIPAL PARA TODO EL SITIO */

	/* Enlaces (body y fuente están separados en cada sección) */
	a:hover {
		color: #ff0000;
		background : transparent;
	}
	:link {
		color: #000080;
		background : transparent;
	}
	:visited {
		color: #800080;
		background : transparent;
	}
	:active {
		color: #ff0000;
		background : transparent;
	}

	/* Generales - Definición por defecto de elementos más utilizados */
	p		{
		text-align: justify;
	}
	tr	{
		text-align: center;
		font-size: 10pt;
	}
	hr	{
		text-align: center;
		width: 90%;
		color: #0000FF;
		background : transparent;
	}
	h1 {font-size: 10pt;
		}

	ul	{
		list-style: square;
	}
	li {
		margin-bottom: 6pt;
		list-style: disc;
	}

	/* Tablas de presentación y títulos de secciones */
	.presenta	{
		font-size: 14pt;
		font-weight: bold;
		color: #000080;
		text-align: center;
		background : transparent;
	}
	.titulo   {
		font-size: 34pt;
		font-weight: normal;
		color: #0000FF;
		background : transparent;
	}

	/* Títulos intermedios */
	.tituloiz {
		text-align: left;
		font-size: 11pt;
		font-weight: bold;
		color: #0000FF;
		background : transparent;
	}
	.tituloce {
		text-align: center;
		font-size: 11pt;
		font-weight: bold;
		color: #0000FF;
		background : transparent;
	}

	/* Tipos de Textos */
	
.centro 		{
	text-align: center;
	display:block;
	}	
.centro2		{
	margin-left: auto;
	margin-right: auto;
}	
.centrada {
	display: block;
	margin-left: auto;
	margin-right: auto }

	
	
	.izquierda	{
		text-align: left;
	}
	.derecha 		{
		text-align: right;
	}
	.menor 			{
		font-size: 9pt
	}
 
	.minima 			{
		font-size: 7pt;
		font-weight: normal;
	}
	.mayor 			{
		font-size: 11pt;
	}
	.fuerte {
		font-weight: bold;
	}
	.cursiva {
		font-style : italic;
	}

	.fuertesub {
		font-weight: bold;
		text-decoration : underline;
	}
	.rojo {
		font-weight:bold;
		color: Red;
		background : transparent;
	}
	.azul {
		font-weight:bold;
		color: Blue;
		background : transparent;
	}


	/* Eliminación de bordes para gráficos con enlaces */
	.noborde {
		border : none;
	}

	/* Filas de Tablas */
	.media  	{
		width: 50%;
	}
	.tercia 	{
		width: 33%;
	}
	.por30 	{
	width: 30%;
	}
	.por10 	{
	width: 10%;
	}
        .cuarta 	{
		width: 25%;
	}
	.quinta 	{
		width: 20%;
	}
	.sexta 		{
		width: 16.66%;
	}
	.cienpx 	{
		width: 100px;
		text-align : center;
	}

	.cabecera {
		font-size: 10pt;
		font-weight: bold;
		text-align: center;
		background: #00FFFF;
		color : Black;
	}
	.datos 		{
		text-align: center;
		font-size: 11pt;
		font-weight: bold;
	}
	.enlace {
		font-size: 10pt;
		text-align: center;
		vertical-align: middle;
	}

	.textotabla {
		text-align: justify;
		font-size: 11pt;
	}	
	.albfotos {
		text-align: center;
		font-size: 11pt;
		font-weight: bold;
		width: 25%;
		height: 110pt;
		vertical-align : middle;
	}
	.cocina  {
		text-align: left;
		font-size: 10pt;
		vertical-align: top
	}
	.callejero  {
		text-align: left;
		font-size: 8pt;
		width: 10%
	}
