
/*************************/
/* Barra de herramientas */
/*************************/

.Botonera {
	background-image: url(../images/marcobotonera.gif);
	background-position: top;
	background-repeat: repeat-x;
	background-color: rgb(211,211,211);	
	position: relative;
	font-family: arial, helvetica, sans-serif;
	display: block;
	width: 100%;
	height: 24px;
	margin: 0;
	padding: 0;
}

.BotoneraPantalla {
	/*background-image: url(../images/marcobotonera.gif);*/
	background-position: top;
	background-repeat: repeat-x;
	background-color: rgb(211,211,211);	
	position: relative;
	top: 0px;
	left: 0px;
	width: 103%;
	height: 24px;
	padding: 0px;
	margin: 0px -1.5% 3%;
	border-bottom: 1px solid rgb(128,128,128);
	z-index: 5;
}

.EnlaceBotonera {
	color: rgb(0,0,0);
	width: 24px;
	height: 24px;
	display: block;
	float: left;
	text-decoration: none;
	border-right: 1px solid rgb(128,128,128);
	border-left: none;
	border-top: none;
	border-bottom: none;
	background-repeat: no-repeat;
	background-position: center;
	margin: 0px;
	padding: 0px;
}

.EnlaceBotoneraDerecha {
	color: rgb(0,0,0);
	width: 24px;
	height: 24px;
	display: block;
	float: right;
	text-decoration: none;
	border-right: none;
	border-left: 1px solid rgb(128,128,128);
	border-top: none;
	border-bottom: none;
	background-repeat: no-repeat;
	background-position: center;
	margin: 0px;
	padding: 0px;
}

.EnlaceNavegador {
	color: rgb(0,0,0);
	width: 25px;
	height: 24px;
	display: block;
	float: right;
	text-decoration: none;
	border-left: 1px solid rgb(128,128,128);
	border-right: none;
	border-top: none;
	border-bottom: none;
	background-repeat: no-repeat;
	background-position: center;
	margin: 0px;
	padding: 0px;
}

.TextoRowNavegador {
	font: normal 0.95em Arial, Helvetica, sans-serif;
	font-weight: bold;
	height: 20px;
	display: block;
	float: right;
	text-decoration: none;
	border-left: 1px solid rgb(128,128,128);
	border-right: none;
	border-top: none;
	border-bottom: none;
	background-repeat: no-repeat;
	background-position: center;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 0px;
	padding-left: 7px;
	padding-right: 7px;
}

.TextoRowsNavegador {
	font: normal 0.95em Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: rgb(255,0,0);
	height: 24px;
	display: block;
	float: right;
	text-decoration: none;
	border-left: 1px solid rgb(128,128,128);
	border-right: none;
	border-top: none;
	border-bottom: none;
	background-repeat: no-repeat;
	background-position: center;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 0px;
	padding-left: 7px;
	padding-right: 7px;
}

.EnlaceBotonera.on, .EnlaceBotoneraDerecha.on, .EnlaceNavegador.on {
	color: rgb(255,255,255);
	background-color: rgb(255,255,255);
}

.Separador {
	display: block;
	height: 24px;
	width: 4px;
	background-image: url(/images/botonera/separador.png);
	background-repeat: no-repeat;
	background-position: center;
	float:left;
	border-right: 1px solid rgb(128,128,128);
}

#NavigationBarFirst{
	background-image: url(../images/navigationBar/first.png);
}

#NavigationBarPreviousPage{
	background-image: url(../images/navigationBar/prevpage.png);
}

#NavigationBarPrevious{
	background-image: url(../images/navigationBar/prev.png);
}

#NavigationBarNext{
	background-image: url(../images/navigationBar/next.png);
}

#NavigationBarNextPage{
	background-image: url(../images/navigationBar/nextpage.png);
}

#NavigationBarLast{
	background-image: url(../images/navigationBar/last.png);
}

#NavigationBarAll{
	background-image: url(../images/navigationBar/all.png);
}