/* 
CSS SNEAKYS
ver 1.0
x PAKORE 2009.
*/

/* 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;} */



/*Body-----------------------*/
/*Body-----------------------*/
body, html{
	margin: 0px 0px 0px 0px;
	width:100%;
    height:100%;
	background-color: #ffffff;
	font: .8em/1.3em verdana,arial,helvetica,sans-serif;
}

#centrar { 
    position: absolute; 
    top: 0px; 
    left: 0px;    
    width: 100%; 
    height: 100%; 
} 

#flash{
width: 100%;
height: 100%;
}
body {
	overflow-y: hidden;
	overflow-x: hidden;
	background-color: #ffffff;
}
html { overflow:hidden; }
-->
<br />
body,td,th {
	font-size: 0.8em;
}
