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

body{
		margin:0px;
}


#contenido{
		width:800px;
		height:450px;
		margin:0px;
}

a, a:visited, a:active, a:link	{
								text-decoration:none;
								color:#FFFFFF;
								}
								
a:hover		{
			text-decoration:underline;
			color:#CCCCCC;
			}
