@charset "UTF-8";
/* CSS Document */

@media all
{

/* universals 
These rules are applied to all elements unless otherwise specified below. */
* { margin : 0; padding : 0; }

/* html */
html {
	
}

/* body */
body {
	font : 76%/160% Tahoma, Verdana, Arial, sans-serif;
	color : #FFFFFF;
	background-color:#002255;
	
	
}

div#arriba
{

height:20px;
background-color:#002255;
}

div#canvas
{
height:700px;
background-color:#002255;
/*background:url(../images/tiraDegradado.png) repeat-x;*/
}


div#mainWindow
{
	margin: auto;
	/*background:url(../images/tiraDegradado.png) repeat-x;*/
	background-color:#002255;
	
	width:900px;
	height:700px;
	
}







}