/******************************************************************************
                        BOTONES
******************************************************************************/

DIV.divBotPosicion01 { /* buscador lateral izquierda */
		margin: 23px 4px 0 0;
}

DIV.divBotPosicion02 {
		margin: 15px 0 0 0;
		HEIGHT: 30PX;
}

DIV.divBotPosicion03 {
		margin: 15px 0 0 0;
		HEIGHT: 20PX;
}

DIV.divBotPosicion04 {
		margin: 0 0 0 0;
		HEIGHT: 20PX;
}

DIV.divBotPosicion05 { /* contenedor botones galeria fotografica portada */
		margin: 5px 0 10px 0;
		height: 20px;
}

DIV.divBotContenedor,
DIV.divBotContenedorDer,
DIV.divBotBuscadorContenedorDer {
		margin: 0 0 0 5px;
		text-align: right;
}

DIV.divBotContenedorDer,
DIV.divBotBuscadorContenedorDer {
		float: right;
}

DIV.divBotBuscadorContenedorDer {
		margin-top: 3px;
}

DIV.divBotIzquierda {
		float: left;
		width: 5px;
		height: 20px;
		background-image: url(botonH20Izq.gif);
		background-repeat: no-repeat;
}

DIV.divBotDerecha,
DIV.divBotBuscadorDerecha {
		float: left;
                cursor: pointer;
}

DIV.divBotDerecha { padding:  3px 0 5px 0; }
DIV.divBotBuscadorDerecha { padding:  1px 0 3px 0; }

DIV.divBotDerecha a,
DIV.divBotDerecha a.aspa,
DIV.divBotBuscadorDerecha a,
DIV.divBotDerecha span{
		font-family: Verdana, Arial, Helvetica, Sans-Serif;
		font-weight: normal;
		font-size: 9px;
		color: #666;
		text-decoration: none;
		padding: 3px 20px 5px 0;
		background-position: top right;
		background-repeat: no-repeat;
}

DIV.divBotDerecha a,
DIV.divBotBuscadorDerecha a,
DIV.divBotDerecha span{
		background-image: url(botonH20DerOut.gif);
}

DIV.divBotDerecha a.aspa {
		background-image: url(botonH20AspaDerOut.gif);
}

DIV.divBotDerecha a:hover,
DIV.divBotBuscadorDerecha a:hover,
DIV.divBotDerecha span:hover{
		color: #000;
		background-image: url(botonH20DerOver.gif);
}

DIV.divBotDerecha a.aspa:hover {
		color: #000;
		background-image: url(botonH20AspaDerOver.gif);
}

/* retroceder */



DIV.divBotRetrocederIzquierda {	/* DIV.divBotAtrasIzquierda */
		float: left;
		padding:  3px 0 5px 0;
}

DIV.divBotRetrocederIzquierda a {
		font-family: Verdana, Arial, Helvetica, Sans-Serif; 
		font-weight: normal;
		font-size: 9px;
		color: #666;
		text-decoration: none;

		padding: 3px 1px 5px 19px;

		background-position: top left;
		background-repeat: no-repeat;
		background-image: url(botonH20BotRetrocederIzqOut.gif);
}

DIV.divBotRetrocederIzquierda a:hover {
		color: #000;
		background-image: url(botonH20BotRetrocederIzqOver.gif);
}

DIV.divBotRetrocederDerecha { /* DIV.divBotAtrasDerecha */
		float: left;
		width: 5px;
		height: 20px;
		background-image: url(botonH20AtrasDer.gif);
		background-repeat: no-repeat;
}



/******************************************************************************
                        BOTON MODULO TABS
******************************************************************************/

DIV.lateral_divModuloTabsBotonIzquierda {
		float: left;
		width: 5px;
		height: 20px;
		background-image: url(botonH20Izq.gif);
		background-repeat: no-repeat;
}

DIV.lateral_divModuloTabsBotonDerecha {
		float: left;
		padding:  3px 0 5px 0;
}

DIV.lateral_divModuloTabsBotonDerecha a {
		font-family: Verdana, Arial, Helvetica, Sans-Serif;
		font-weight: normal;
		font-style: normal;
		font-size: 9px;
		color: #666;
		text-decoration: none;

		padding: 3px 20px 5px 0;

		background-position: top right;
		background-repeat: no-repeat;

		background-image: url(botonH20DerOut.gif);
}

DIV.lateral_divModuloTabsBotonDerecha a:hover {
		color: #000;
		background-image: url(botonH20DerOver.gif);
}

