/* 
CSS Silver
ver 1.0
*/

/* 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*/
ol, ul
	{list-style:none;}
/* Normalization of size and font weight */
address, caption, cite, code, dfn, em, strong, th, var
	{font-style:normal; font-weight:normal;}

p {
	font-size:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ddd;
	text-align:justify;
}

/*Body-----------------------*/
body, html{
	margin: 0px 0px 0px 0px;
	width: 100%;
    height: 100%;
	background-color: #d9d9d9;
	font: .8em/1.3em verdana,arial,helvetica,sans-serif;
}

#centrar { 
    margin-left: 0px;
	margin-top: 0px;      
    position: absolute; 
    top: 0px; 
    left: 0px;    
    width: 100%; 
    height: 100%; 
} 

#flash{
width: 100%;
height: 100%;
}
body {
	overflow-y: hidden;
	overflow-x: hidden;
	background-color: #d9d9d9;
}
html { overflow:hidden; }
-->
<br />
body,td,th {
	font-size: 0.8em;
}