/* CSS Document */
body{
	font-family:Arial;
}
a:link{
	color:#000099;
	text-decoration:underline;
	font-family:Arial;
	font-size:12px;
}
a:hover{
	color:#009900;
	text-decoration:underline overline;
	font-family:Arial;
	font-size:12px;
}
a:visited{
	color:#000099;
	text-decoration:underline;
	font-family:Arial;
	font-size:12px;
}
a:active{
	color:#009900;
	text-decoration:underline overline;
	font-family:Arial;
	font-size:12px;
}
/*span{
	cursor:pointer;
	cursor:hand;
} */
.bg01{
	background-image: url("img/gral/bg01.jpg");
	background-position:top;
	background-repeat:repeat-x;
	background-attachment:fixed;
}
.bg02{
	background-image:url(img/gral/bg02.jpg);
	background-attachment:fixed;
}
.bd01{
	border:1px solid #666666;
}
.sombra03{
	background-image: url("img/gral/sombra03.gif");
	background-position:top;
	background-repeat:repeat-y;
}
.sombra04{
	background-image: url("img/gral/sombra04.gif");
	background-position:top;
	background-repeat:repeat-y;
}
.sombra05{
	background-image: url("img/gral/sombra05.gif");
	background-position:top;
	background-repeat:repeat-x;
}
.sombra06{
	background-image: url("img/gral/sombra06.gif");
	background-repeat:no-repeat;
}
.sombra07{
	background-image: url("img/gral/sombra07.gif");
	background-repeat:no-repeat;
}
.texto01{
	font-size:17px;
	font-family:Arial;
}
.button01{
	background:#FFFFFF;
	border:1px solid #CC9900;
	font-weight:bold;
	color:#996600;
}
.Estilo1 {
	color: #996600;
	font-weight: bold;
}
.Estilo2 {
	font-family: Arial;
	font-style: italic;
	font-weight: bold;
	font-size: 25px;
	color: #003838;
}
.Texto02{
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	color:#000000;
}
.Layer01{
	position:absolute;
	overflow:scroll;
	top: 349px;
	left: 470px;
	width: 300px;
	height: 200px;
	z-index:auto;
	visibility: hidden;
}
.Layer02{
	position:absolute;
	width: 780px;
	z-index:auto;
	visibility: hidden;
}
.Layer03{
	position:absolute;
	z-index:auto;
	visibility: hidden;
}
.Texto03{
	font-size:18px;
	font-family:Arial;
}