html, body {
	margin: 0;
	padding: 0;
	border: 0;
	width: 100%;
	height: 100%;
}

* {
	font-family: Arial, Times;
	text-decoration: none;
	font-size: 12px;
	/*color: #000000;*/
}

body {	
	background-color: #000000;
	/*background-image: url();*/
}

h1, h2, h3, h4, h5, h6, form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}

ul, ol {
	margin: 0;
	padding: 0;
}

ul {
	/*list-style-image: url("../_imgs/arrow_gray.gif");*/
	list-style-type: none;
	margin-left: 5px;
}

ul li {
	background-image: url("../_imgs/arrow_gray.gif");
	background-repeat: no-repeat;
	background-position: 0px 50%;
	padding-left: 10px;
	text-align: justify;

}

ol {
	list-style-position: inside;
	margin-left: 5px;
}

ol li {
	text-align: justify;
	color: #666666;
}

p {
	text-align: justify;
	margin: 0px;
	padding: 0px;
	margin-bottom: 5px;
}

p.center,.center {
	text-align: center;
}

p.blockquote {
	margin-left: 50px;
}


h1 {
	margin: 0px;
	font-size: 16px;
	color: #000000;
}

h2 {
	margin: 0px;
	font-size: 14px;
	color: #000000;
}

h3 {
	margin: 0px;
	font-size: 14px;
	color: #666666;
}

a {
	color: #CC0000;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	color: #CC0000;
}
a:active {
	color: #666666;
}
a:hover {
	color: #666666;
}

a.light {
	font-weight: normal;
}

a.littlelight {
	font-size:11px;
	font-weight: normal;
}

sup, sub {
	font-size:10px;
}

.little {
	font-size:11px;
}

.big {
	font-size:13px;
}

.bigger {
	font-size:14px;
}

.biggest {
	font-size:15px;
}

.inputfield {
	color:#003399;
	font-size:12px;
	border: solid 1px #CCCCCC;
	
}

.headBlanco {
	color:#ffffff;
	font-size:12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.TextoBody {
	color:#3E0000;
	font-size:12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.inputrequired {
	color: #990000;
}

button,.button {
	background-color: #FFFFFF;
	margin: 0px;
	padding-left, padding-right: 5px;
	border: #666666 1px solid;
	height: 22px;
	color: #000000;
	font-size: 12px;
	font-weight: normal;
	cursor: pointer;
}

div#centerintro {
	border: 0;
	height: 50%;
	width: 50%;
	position: absolute;
	left: 50%;
	top: 50%;
}

div#centeredintro {
	border: 0;
	width: 602px;
	height: 382px;
	position: absolute;
	left: -301px;
	top: -201px;
}

div#centercontent {
	border: 0;
	width: 742px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	top: 0px;

}

div#centeredcontent {
	border: 0;
	width: 742px;
	position: relative;
	top: 0px;
	left: 0px;
}

div.footer {
	color: #FFFFFF;
	font-size: 11px;
}

div.footer a {
	color: #FFFFFF;
	font-size: 11px;
}

div.footer a:visited {
	color: #FFFFFF;
}

div.footer a:hover {
	color: #000000;
}

a.shortmenu {
	color: #FFFFFF;
	font-size: 11px;
	font-weight: normal;
}

a.shortmenu:visited {
	color: #FFFFFF;
}

a.shortmenu:hover {
	color: #000000;
	font-weight: bold;
}

div.footernote {
	text-align: center;
	color: #666666;
	font-size: 11px;
}

