/* CSS Document */

/*PAGE LAYOUT*/
body {
	margin:0px;
	font-family:Arial;
	font-variant:normal;
	font-size:10pt;
	color: #333333
}

h1           { font-family: Trebuchet MS; font-size: 12pt; color: #FF6400; font-weight: bold }
h2           { font-family: Arial; font-size: 11pt; color: #FF6400; font-weight: bold }


/*TEXT STYLES*/
.TituloVerde {
	color: #009900; font-variant:normal; font-size:12pt; font-family:Arial; font-weight:bold
}

.Texto {
	color: #808080; font-variant:normal; font-size:11pt; font-family:Arial; font-weight:bold
}

.TituloVerdeSubrayado {
	color: #80FF00; font-variant:normal; font-size:9pt; font-family:Arial; text-decoration:underline; font-weight:bold
}

.TextoNegro {
	color: #000000; font-variant:normal; font-size:9pt; font-family:Arial; font-weight:bold
}

.TituloAzul {
	color: #0099FF; font-variant:normal; font-size:12pt; font-family:Arial; font-weight:bold
}

.LinkHeader {
	color: #FFFFFF; font-variant:normal; font-size:11pt; font-family:Arial; text-decoration:underline; font-weight:bold
}

.LinkTitle {
	color: #80FF00; font-variant:normal; font-size:10pt; font-family:Arial; text-decoration:underline
}

a:hover { 
	font-weight: bold; text-decoration:underline
}

a {
	color: #000000; text-decoration: none; font-weight:bold
}