@charset "utf-8";
/* CSS Document */

/*********************/	
/* CLASES DE BOTONES */
/*********************/

/* Index */

#content #reg .datos input.login-button {
	width:59px;
	height:24px;
	font-size:0.9em;
	font-weight:bold;
	color:#F0E9CF;
	background: url(/images/buttons/en/login.png) no-repeat left top;
	margin: 4px 0px 0px 95px;
	text-indent:-9999PX;
	border:none;
	cursor:pointer;
	float: left;
}
a#bt-register {
	display: block;
	width: 270px;
	margin: 18px 0 0 75px;
	height: 24px;
	text-indent: -9999px;
	background: url(/images/buttons/en/register.png) top left no-repeat;
	}	
a#bt-register:hover {
	background-position: 0 -24px;		
	}
		
a#bt-screens {
	display: block;
	width: 233px;
	height: 33px;
	text-indent: -9999px;
	background: url(/images/buttons/en/screens.jpg) top left no-repeat;
	margin: 0 48px;
	}				
a#bt-screens:hover {
	background-position: 0 -33px
	}	
	
a#bt-mas-news {
	display: block;
	width: 173px;
	height: 29px;
	text-indent: -9999px;
	background: url(/images/buttons/en/mas-news.jpg) top left no-repeat;
	}	
a#bt-mas-news:hover {
	background-position: 0 -29px;		
	}

/* Referer */

a#bt-refregister {
	display: block;
	width: 270px;
	height: 24px;
	text-indent: -9999px;
	background: url(/images/buttons/en/register.png) top left no-repeat;
	}	
a#bt-refregister:hover {
	background-position: 0 -24px;		
	}
	
/* Chat */

a#bt-chat-guide {
	display: block;
	width: 306px;
	height: 34px;
	margin: 10px 0 10px 220px;
	text-indent: -9999px;
	background: url(/images/buttons/en/chat-guide.jpg) top left no-repeat;
	}
a#bt-chat-guide:hover {
	background-position: 0 -34px;		
	}
	
/* Guias, Reglamentos, Manual y FAQ */

a#bt-pdf-version {
	display: block;
	width: 173px;
	height: 29px;
	float: left;
	text-indent: -9999px;
	background: url(/images/buttons/en/pdf-version.jpg) top left no-repeat;
	}
a#bt-pdf-version:hover {
	background-position: 0 -29px;		
	}
				
a#bt-print-version {
	display: block;
	width: 173px;
	height: 29px;
	float: left;
	text-indent: -9999px;
	background: url(/images/buttons/en/print-version.jpg) top left no-repeat;
	}
a#bt-print-version:hover {
	background-position:0 -29px;		
	}
	
/*****************************/	
/* CLASES ESPECIFICAS INGLES */
/*****************************/	
