/* Hoja de estilos para la nueva página principal */

/* Cuerpo de la página */

body {
	background-color: #CCCCCC;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #000080;
	font-size: 10pt;
	margin-top: 5mm;
	margin-bottom: 5mm;
}


/* Parrafos y titulares */

h1 {
	font-size: 16pt;
	color: #003366;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

h2 {
	font-size: 14pt;
	color: #034463;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

h3 {
	font-size: 12pt;
	color: #009966;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

.chico {
	font-size: 8pt;
}

/* Barra para la cabecera de la página */

.cabecera {
	background-image:  url("../images/portada/titular.gif");
	background-repeat: no-repeat;
	padding: 0px;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #003366;
	border-bottom: 1px solid #003366;
	border-left: 1px solid #FFFFFF;
	color: #000000;
	height: 100px;
	width: 760px;
}


/* Tabla central de contenido */

.tablacentral {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-style: solid;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-color: #003366;
	border-bottom-color: #003366;
	border-left-color: #666666;
	border-top-color: #666666;
	border-top-width: 1px;
	width: 100%;
}


/* Enlaces habituales */

a:link {
	color: #034463;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #034463;
}

a:hover {
	text-decoration: underline;
	color: #003366;
}

a:active {
	text-decoration: none;
	color: #034463;
}


/* Enlaces de la barra inferior */

a.enlaceinferior:link {
	text-decoration: none;
	color: #034463;
}

a.enlaceinferior:visited {
	text-decoration: none;
	color: #034463;
}

a.enlaceinferior:hover {
	text-decoration: underline;
	color: #FFFFFF;
	background-color: #003366;
}

a.enlaceinferior:active {
	text-decoration: none;
	color: #034463;
}


/*Enlaces de la barra de navegación lateral */

/* Enlaces de las secciones principales */

a.barraenlaceprin:link {
	text-decoration: none;
	color: #000033;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	padding-top: 3px;
	padding-right: 4px;
	padding-bottom: 3px;
	padding-left: 4px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ADD8E6;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #CCCCCC;
	background-color: #9999CC;
	display: block; /* clave para conseguir el efecto de botón */
}

a.barraenlaceprin:visited {
	text-decoration: none;
	color: #000033;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	padding-top: 3px;
	padding-right: 4px;
	padding-bottom: 3px;
	padding-left: 4px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ADD8E6;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #CCCCCC;
	background-color: #9999CC;
	display: block; /* clave para conseguir el efecto de botón */
}

a.barraenlaceprin:hover {
	text-decoration: none;
	color: #000033;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	padding-top: 3px;
	padding-right: 4px;
	padding-bottom: 3px;
	padding-left: 4px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ADD8E6;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #CCCCCC;
	background-color: #C1C9D7;
	display: block; /* clave para conseguir el efecto de botón */
}

a.barraenlaceprin:active {
	text-decoration: none;
	color: #000033;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	padding-top: 3px;
	padding-right: 4px;
	padding-bottom: 3px;
	padding-left: 4px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ADD8E6;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #CCCCCC;
	background-color: #9999CC;
	display: block; /* clave para conseguir el efecto de botón */
}

/* Enlaces de las utilidades */

a.barraenlacelateral:link {
	text-decoration: none;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	padding-top: 3px;
	padding-right: 4px;
	padding-bottom: 3px;
	padding-left: 4px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ADD8E6;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #CCCCCC;
	background-color: #666699;
	display: block; /* clave para conseguir el efecto de botón */
}

a.barraenlacelateral:visited {
	text-decoration: none;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	padding-top: 3px;
	padding-right: 4px;
	padding-bottom: 3px;
	padding-left: 4px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ADD8E6;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #CCCCCC;
	background-color: #666699;
	display: block; /* clave para conseguir el efecto de botón */
}

a.barraenlacelateral:hover {
	text-decoration: none;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	padding-top: 3px;
	padding-right: 4px;
	padding-bottom: 3px;
	padding-left: 4px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ADD8E6;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #CCCCCC;
	background-color: #C1C9D7;
	display: block; /* clave para conseguir el efecto de botón */
}
a.barraenlacelateral:active {
	text-decoration: none;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	padding-top: 3px;
	padding-right: 4px;
	padding-bottom: 3px;
	padding-left: 4px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ADD8E6;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #CCCCCC;
	background-color: #666699;
	display: block; /* clave para conseguir el efecto de botón */
}


/* Formulario y botón de búsqueda de la cabecera */

.formbuscar01 {
	font-size: 8pt;
	color: #FFFFFF;
	background-color: #000033;
	border: 1px solid #FFFFFF;
}

.botonbuscarpeq {
	font-size: 8pt;
}


/* Celdas de fondo blanco para la tabla de contenido */

.celdafondoblanco {
	background-color: #FFFFFF;
}


/* Tabla con borde negro para elementos laterales */

.tablacreativecommons {
	font-size: 9pt;
	border: 1px solid #333333;
}
.tablaprincipal {

	border-bottom-style: none;
	border-left-style: none;
	border-right-style: none;
	border-top-style: none;
	width: 760px;
}
.tablainferior {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-style: solid;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-color: #003366;
	border-bottom-color: #003366;
	border-left-color: #666666;
	border-top-color: #666666;
	border-top-width: 1px;
	width: 760px;
	background-color: #FFFFFF;

}



