/* estilos css  PAGAUTOR*/
@charset "utf-8";
#pantalla {
	background-color: #000;
	height: 650px;
	width: 100%;
}

*:focus {outline: 0px;}
#pantalla #contenedor {
	height: 630px;
	width: 1044px;
	position: relative;
	color: #ffe3df;
	font-family: Candara;
	font-size: 16px;
	font-weight: bold;
	font-variant: normal;
	/*text-indent: 20px;*/
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 20px;
}

/*rutina estilos menu */
#pantalla #contenedor  #menu {
	position:absolute;
	left:234px;
	top:8px;
	width:750px;
	height:40px;
}
#pantalla #contenedor #menu #boton1 a {
	background-image: url(../imagenes/menucrister_web.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#pantalla #contenedor #menu #boton1 a:hover {
		background-position: 0px -40px;
}
#pantalla #contenedor #menu #boton2 a {
	background-image: url(../imagenes/menucrister_web.png);
	background-repeat: no-repeat;
	background-position: -150px 0px;
}
#pantalla #contenedor #menu #boton2 a:hover {
		background-position: -150px -40px;
}
#pantalla #contenedor #menu #boton3 a {
	background-image: url(../imagenes/menucrister_web.png);
	background-repeat: no-repeat;
	background-position: -300px 0px;
}
#pantalla #contenedor #menu #boton3 a:hover {
		background-position: -300px -40px;
}
#pantalla #contenedor #menu #boton4 a {
	background-image: url(../imagenes/menucrister_web.png);
	background-repeat: no-repeat;
	background-position: -450px 0px;
}
#pantalla #contenedor #menu #boton4 a:hover {
		background-position: -450px -40px;
}
#pantalla #contenedor #menu #boton5 a {
	background-image: url(../imagenes/menucrister_web.png);
	background-repeat: no-repeat;
	background-position: -600px 0px;
}
#pantalla #contenedor #menu #boton5 a:hover {
		background-position: -600px -40px;
}
#pantalla #contenedor #menu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#pantalla #contenedor #menu li {
	display: inline;
}
#pantalla #contenedor #menu ul a {
	display: block;
	height: 40px;
	width: 150px;
	float: left;
	text-align: center;
	text-indent: -9999px;
}
/* fin rutina estilos menu */
.Estilo5 {
	color: #FFCC00;
	font-weight: bold;
	
}

/*CSS 3 font face*/

@font-face {
 font-family: HoneyScript-Light;
src: url('HoneyScript-Light.ttf');
}


.Estilo4 {
	font-family: HoneyScript-Light;
	font-size: 50px;
	color: #000000;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
