﻿@charset "UTF-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000000;
	font-family: Helvetica, Arial, SansSerif;
	color: #555555;
	font-size: 14px;
}
.fondocentral {
	background-color: #ffffff;
	background-image: url(./images/1_0-fondo.gif);
}
p {
	line-height: 1.3em;
}
div.scroll
{
width:668px;
height:252px;
overflow:auto;
}
div.fade {
    transition-property: opacity;
    transition-duration: 4s;
}

							/* Titulos */
h1 {
	font-size: 11.5px;
	color: #aaaaaa;
	font-weight: normal;
	vertical-align: bottom;
	text-align: right;
}
h2 {
	font-size: 11px;
	color: #555555;
	font-weight: normal;
	vertical-align: bottom;
	text-align: right;
	letter-spacing: 0.1em;
}
h3 {
	font-size: 11.5px;
	color: #dddddd;
	line-height: 3px;
	font-weight: normal;
	text-align: right;
	margin-top: 20px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	vertical-align: text-top;
}
h4 {
	font-size: 9.8px;
	color: #ffffff;
	line-height: 50%;
	font-weight: bold;
	text-align: right;
	margin-right: 12px;
	margin-bottom: 5px;
	margin-left: 5px;
}
h5 {
	font-size: 15px;
	font-weight: bold;
	color: #444444;
}
h6 {
	font-size: 12px;
	font-variant:small-caps;
	font-weight: bold;
	color: #444444;
}
.h1nuno {
	font-size: 22px;
	text-align: left;
	color: #666666;
}
.h2design {
	color: #aaaaaa;
	font-size: 19px;
	text-align: left;
}

								/* Listas */
ul {
	line-height: 1.5em;
}
ol {
	line-height: 1.5em;
}
.olcontituloh6 {
	line-height: 60%;
}


								/* Links */
a:link {
	text-decoration: underline;
	color: #009999;
}
a:visited {
	text-decoration: none;
	color: #008484;
}
a:hover {
	text-decoration: none;
	color: #990000;
}
a:active {
	text-decoration: none;
	color: #ff0000;
}
a.espanol {
	width: 18px; height: 12px;
	background: url("./images/0_flag-esp2.gif");
  	overflow: hidden; text-indent: 18px
}
a.espanol:hover {
	background: url("./images/0_flag-esp.gif");
}
a.nuno {
	text-decoration: none;
	color: #aaaaaa;
}
a.design {
	text-decoration: none;
	color: #555555;
}

a.menu {
	text-decoration: none;
	color: #ffffff;
}
a.menu:visited {
	text-decoration: lighter;
	color: #bbbbbb;
}
a.menu:hover {
	text-decoration: underline;
	color: #000000;
}
a.menu:active {
	color: #ff0000;
}
a.submenu {
	text-decoration: none;
	color: #eeeeee;
}
a.submenu:visited {
	text-decoration: lighter;
	color: #bbbbbb;
}
a.submenu:hover {
	text-decoration: underline;
	color: #000000;
}
a.submenu:active {
	color: #ff0000;
}
a.linkgris {
	color: #444444;
}
a.linkgris:visited {
	text-decoration: none;
	color: #888888;
}
a.linkgris:hover {
	text-decoration: none;
	color: #990000;
}
a.linkgris:active {
	text-decoration: none;
	color: #ff0000;
}
a.rodapie {
	text-decoration: none;
	font-weight: lighter;
	color: #555555;
}
a.rodapie:hover {
	color: #ffffff;
}
a.rodapie:active {
	color: #ff0000;
}#tablarodapie {
	font-size: 9px;
}
#rodapiemail, #rodapiemadrid {
	font-size: 10px;
}
.textopequeno {
	font-size: 10px;
}
.textomediano {
	font-size: 12px;
}

