@charset "utf-8";
.normaltext {
	font-family: 'Arial', cursive;
	font-size: 16px;
	font-style: normal;
	color: #FC0;
	text-align: justify;
}
.normaltextcenter {
	font-family: 'Arial', cursive;
	font-size: 16px;
	font-style: normal;
	color: #FC0;
	text-align: center;
}
.purpletext {
	font-family: 'Arial', cursive;
	font-size: 16px;
	font-style: normal;
	color: #9933CC;
	text-align: justify;
	font-weight: bold;
}
.purpletextcenter {
	font-family: 'Arial', cursive;
	font-size: 16px;
	color: #9933CC;
	text-align: center;
	font-weight: bold;
}
.purpletextcenterbig {
	font-family: 'Arial', cursive;
	font-size: x-large;
	font-style: normal;
	color: #9933CC;
	text-align: center;
	font-weight: 400;
}
.background {
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: center;
	vertical-align: middle;
	background-color: #000;
}

.tabla {
	vertical-align: middle;
	border: 5px solid #FC0;
	width: 820px;
	font-family: 'Arial', cursive;
	font-size: 16px;
	font-style: normal;
	color: #FC0;
	text-align: center;
	padding: 7px;
	border-radius: 35px;
	-ms-border-radius: 35px;
	-moz-border-radius: 35px;
	-webkit-border-radius: 35px;
	-khtml-border-radius: 35px;
	background-color: #000;
	height: auto;
	list-style-position: inside;
	list-style-type: circle;
    }
.marshall {
	vertical-align: middle;
	background-color: #F00;
	border: 5px solid #000;
	width: 750px;
	font-family: 'Arial', cursive;
	font-size: 16px;
	font-style: normal;
	color: #000;
	text-align: justify;
	margin: 5px;
	border-radius: 35px;
	-ms-border-radius: 35px;
	-moz-border-radius: 35px;
	-webkit-border-radius: 35px;
	-khtml-border-radius: 35px;
}
.marco {

	vertical-align: top;
	border: 20px solid #00A7D3;
	width: 100%;
	margin: 0;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	white-space: normal;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	clip: rect(0px,0px,0px,0px);


}
.bkg2 {
	margin: 0px;
	width: 100%;
	height: 100%;
	overflow: auto;
	position: absolute;
	padding: 0px;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: none;
	text-align: center;
	vertical-align: middle;
	background-color: #000;
}
.listtext {
	font-family: 'Arial', cursive;
	font-size: 16px;
	font-style: normal;
	color: #FC0;
	line-height: 20px;
}
.textleft {
	font-family: 'Arial', cursive;
	font-size: 16px;
	font-style: normal;
	color: #FC0;
	text-align: left;
}
