BODY {
	background : #ffffff ;
	text-align:center;
}
#contador {
	position:absolute;
    width: auto;
    height: 20px;
	top:5px;
	right:0;
}
#navegadores {
	position:absolute;
    width: auto;
    height: 20px;
	top:0px;
	left:0;
}
#creditos {
	position: absolute;
    width: auto;
    height: 20px;
    right: auto;
    bottom: auto;
	top:5px;
	left:200px;
	/*border: 1px solid #000000;*/
}
a {
  	text-decoration:none;
	color: #000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}
a:hover{
    color:#ff0000;
    text-decoration:none;}
#presentacion {
 	position: absolute;
    width: auto;
    height: auto;
    top: 24px;
    right: 0;
    bottom: 0px;
    left: 0px;
    /*border: 3px solid #000000;*/}
