/*estilos para el banner*/
@charset "utf-8";
body {margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	overflow-x: hidden;
}
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;}
/*detalles del baner*/
.banner{
position:relative; 
text-align:center; 
top:0; 
left:0;
/*height:100%; para fullscreen*/
}
/*posición de textos*/
.main{
	width:1248px;
	position:absolute;
	top: 0;
	left:0;
	z-index:921000;
/*	background:url(imagenes/cabp.png);*/

}
#frase-banner{
	margin: 0 0 0 0;
	float:inherit;
	z-index:500;
}
#btexto{
	margin: 0 0 0 0;
	float:inherit;
	z-index:500;
}
/*posición de botones*/
#navigator{
	width:100%;
	height:20px;
	position: inherit;
	z-index:2800;
}
/*botones de navigación*/	
#navigator ul{
	width:100px; 
	height:20px; 
	margin:0 auto;
}
#navigator li{float:right}
#navigator a{width:20px; height:20px; background:url(navigator.png) no-repeat; text-indent:-999999px; display:block; margin:0 2px;}
#navigator a:hover{background-position:0 -20px}



				
