@charset "utf-8";
/* CSS Document */

body{

	background-color: #010101;
	margin:0;
	padding:0;
 }

span{
display:none;}

ul#botones{
padding-top:200px;
padding-left:270px;}

ul#botones li{
list-style-type:none;
float:left;}

li#normal a{
display:block;
background:url(img/normalMode.jpg) top left no-repeat;
width:120px;
height:28px;
}

li#full a{
display:block;
background:url(img/fullscreen.jpg) top left no-repeat;
width:107px;
height:28px;
}

table#layout{
background:url(assets/img/html/bck_completo.jpg) top center no-repeat;
}
div#flash{
margin-top:0;}


ul#botones li a:hover{
background-position:bottom left ;}