/* **************************************************************************** */
/*	Style sheet for Links by Chris Croome (chris@atomism.demon.co.uk) of 	*/
/*	webarchitects (http://www.webarchitects.co.uk/)				*/
/*										*/
/*	For further information on CSS see these sites:				*/
/*	http://www.w3.org/Style/						*/
/*	http://www.css.nu/							*/
/*	Want answers to your CSS questions? try this usenet group:		*/
/*	comp.infosystems.www.authoring.stylesheets				*/
/*										*/
/*	If you want to check the validity of the style sheet you can use this:  */
/*	http://jigsaw.w3.org/css-validator/					*/
/*										*/
/* **************************************************************************** */


/*	Note the use of an absolute URI for the background image		*/
/*	This is a workaround for NN using an address relative to the		*/
/*	.html file rather than the .css file					*/
body {
	color: #333333;
	background: #FFFFFF;
	margin-top: 0px;
	;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;

}

/*	Menu unvisited links							*/
a.menulink:link {
color: #006699;
font-weight: bold;
text-decoration: none;
}

/*	Menu visited links							*/
a.menulink:visited {
color: #006699;
font-weight: bold;
text-decoration: none;
}

/*	Menu active links (not widely supported)				*/
a.menulink:active {
color: #003366;
font-weight: bold;
text-decoration: underline;
}

/*	Menu links when hovered over (MSIE only)				*/
a.menulink:hover {
color: #003366;
font-weight: bold;
text-decoration: underline;
}

/*	Unvisited links								*/
a:link {
	color: #006699;
	;
	font-weight: bold;
	text-decoration: none;

}

/*	Visited links								*/
a:visited {
color: #006699;
text-decoration: none;
; font-weight: bold
}

/*	Active links (not widely supported)					*/
a:active {
color: #003366;
text-decoration: underline;
; font-weight: bold
}

/*	Links when hovered over (MSIE only)					*/
a:hover {
color: #003366;
text-decoration: underline;
; font-weight: bold
}
h6 {
	font-size: 10pt;
	font-weight: bold;
	background-color: #003366;
	color: #CCCCCC;


}
h5 {
	font-size: 11pt;
	color: #CCCCCC;
	background-color: #002953;
	font-weight: normal;

}
table {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 9pt;
	color: #333333;
	border-color: #C5B9A0 #A3916B #A3916B #C5B9A0;
	border-style: none;
}
centertable {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333333;
	border-color: #C5B9A0 #A3916B #A3916B #C5B9A0;
	border-style: none;
	background-image: url(../images/fondotabi.gif);
	background-repeat: no-repeat;

}
.parrafo {
	text-indent: -10pt;
}

.parrafo2 {
	text-indent: -13pt;
}ul {
	margin-left: 5px;
}
.tablasup {
	background-image: url(../images/fondol.gif);
}
.hrpie {
	color: #003366;
}
.fecha {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.marco {
	border: 1px solid #999999;
}
.subindice {
	font-family: Arial, Verdana, Helvetica;
	vertical-align: bottom;
	font-size: 8px;
}

