/* CSS Document */

body {
	SCROLLBAR-FACE-COLOR: #B8CCD3;
	SCROLLBAR-HIGHLIGHT-COLOR: #B8CCD3;
	SCROLLBAR-SHADOW-COLOR: #B8CCD3;
	SCROLLBAR-3DLIGHT-COLOR: #B8CCD3;
	SCROLLBAR-ARROW-COLOR: #FFFFFF;
	SCROLLBAR-TRACK-COLOR: #F4F4F2;
	SCROLLBAR-DARKSHADOW-COLOR: #B8CCD3;
	background-color: #cccccc;
}

.mayuscula {
	font-family: "Times New Roman", Times, serif;
	font-size: 22pt;
	font-style: italic;
	text-transform: uppercase;
	color: #FF6600;
	font-weight: bold;

}
.titulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
	color: #6A96A4;
	font-weight: bold;
}
.texto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #006699;
}
.subtitulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF6633;
}
ul {
	list-style: disc url(imagenes/bullet.gif) inside;
	}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
	text-decoration: none; }
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF9900;
	font-weight: bold;
	text-decoration: none;
}
