/* Normalization de margins y paddings */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, input, p, blockquote, th, td, img
	{margin:0px; padding:0px; border:0px}
/* Normalization de fonts para titles*/
h1, h2, h3, h4, h5, h6
	{font-size:100%;}
/* Remove style from lists*/
ul
	{list-style:none;}

/* Normalization of size and font weight  RCDA UPDATE
address, caption, cite, code, dfn, em, strong, th, var
	{font-style:normal; font-weight:normal;} */


p {
	font-size:11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*color: #FFFFFF;*/
	text-align:justify;
}



/*Body-----------------------*/
body, html {
	text-align:center;
	margin: 0px 0px 0px 0px;
	width:100%;
    height:100%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color:#000000;
}
body {
	overflow-y: hidden;
	overflow-x: hidden;
	background-color: #000000;
}
html { overflow:hidden; }

#wrapper{
    margin-left: -512px;
	margin-top: -384px;  
	top: 50%; 
    left: 50%;    
    width: 1024px; 
    height: 768px;
	position: absolute;
}