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

body {margin:0; 
padding:0; 
border:0; 
/*background-color:#e6e7e7;*/ 
overflow-x: hidden; 
position: relative;
}
h1, h2, h3, h4, h5, h6, p, ul, li, a, textarea, input { margin:0; border:0; text-decoration:none; list-style:none; padding:0; outline: none;}

.banner{
width:100%; 
height:500px; 
position:absolute; 
text-align:center; 
top:0; 
left:0;
}
/*posicion de textos*/
#main{
	width: 1000px;
	height: 500px;
	position: absolute;
	top: 10px;
	margin-left: 200px;
}
.frase-banner{margin: 360px 30px 0 0; float: right;}
/*POSICION DE LOS BOTONES*/
#navigator{
	width:100%;
	height:20px;
	position:absolute;
	top:500px;
	left: 0;
}
	#navigator ul{width:100px; height:20px; margin:0 auto;}
	#navigator li{float:left}
	#navigator a{width:20px; height:20px; background:url(../supersized2/navigator.png) no-repeat; text-indent:-999999px; display:block; margin:0 2px;}
	#navigator a:hover{background-position:0 -20px}




				
