@charset "utf-8";
/* CSS Document */

/*********************/	
/* CLASES DE BOTONES */
/*********************/

/* Index */

a#bt-register {
	display: block;
	width: 270px;
	margin: 18px 0 0 75px;
	height: 24px;
	text-indent: -9999px;
	background: url(/images/buttons/es/register.jpg) 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/es/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/es/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/es/refregister.jpg) 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/es/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/es/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/es/print-version.jpg) top left no-repeat;
	}
a#bt-print-version:hover {
	background-position:0 -29px;		
	}

/******************************/	
/* CLASES ESPECIFICAS ESPAÑOL */
/******************************/

/* Barra de Navegación (Cambiar el padding para ajustar anchura) */

/* 26 para la ES con Clasificaciones y Manual */

#header .nav ul li {	
	padding: 0px 35px 0px 35px;		
	}