/*estilos pagina index de crister */

@charset "utf-8";

*:focus {outline: 0px;}



#pantalla {
	background-color: #FFCCCC;
	height: 600px;
	width: 100%;
}
#pantalla #contenedor {
	height: 650px;
	width: 1064px;
	margin-right: auto;
	margin-left: auto;
	background-color: #990000;
	background-image: url(../imagenes/principalbisw1.gif);
	position: relative;
}
#pantalla #contenedor #menu {
	height: 200px;
	width: 110px;
	position: absolute;
	left: 893px;
	top: 370px;
	}
#pantalla #contenedor #menu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#pantalla #contenedor #menu li {
	display: block;
}
#pantalla #contenedor #menu a {
	display: block;
	text-align: center;
	height: 50px;
	width: 110px;
	text-indent: -9999px;	
}



#pantalla #contenedor #menu #boton1 a {
	background-image: url(../imagenes/botoneracristerweb.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#pantalla #contenedor #menu #boton1 a:hover {
	background-image: url(../imagenes/botoneracristerweb.png);
	background-position: -110px 0px;
}
#pantalla #contenedor #menu #boton2 a {
	background-image: url(../imagenes/botoneracristerweb.png);
	background-repeat: no-repeat;
	background-position: 0px -50px;
}
#pantalla #contenedor #menu #boton2 a:hover {
	background-image: url(../imagenes/botoneracristerweb.png);
	background-position: -110px -50px;
}
#pantalla #contenedor #menu #boton3 a {
	background-image: url(../imagenes/botoneracristerweb.png);
	background-repeat: no-repeat;
	background-position: 0px -100px;
}
#pantalla #contenedor #menu #boton3 a:hover {
	background-image: url(../imagenes/botoneracristerweb.png);
	background-position: -110px -100px;
}
#pantalla #contenedor #menu #boton4 a {
	background-image: url(../imagenes/botoneracristerweb.png);
	background-repeat: no-repeat;
	background-position: 0px -150px;
}
#pantalla #contenedor #menu #boton4 a:hover {
	background-image: url(../imagenes/botoneracristerweb.png);
	background-position: -110px -150px;
}
.Estilo1 {color: #FFFF66}





