/* Hoja de estilos BUSCADOR */

#bus_paginacion
{
	text-align: center;
	font-family: Arial;
}

.bus_numero_pagina_seleccionado
{
	font-weight: bold;
	font-size: 11px;
    color: #4E888E;
    font-family: Arial;	
    text-decoration: none;
}

A.bus_anteriorsiguiente:link
{
	font-weight: normal;
	font-size: 11px;
    color: #907A40;
    font-family: Arial;	
    text-decoration: none;
}

A.bus_anteriorsiguiente:visited
{
	font-weight: normal;
	font-size: 11px;
    color: #907A40;
    font-family: Arial;	
    text-decoration: none;
}
A.bus_anteriorsiguiente:hover
{
	font-weight: bold;
	font-size: 11px;
    color: #907A40;
    font-family: Arial;	
    text-decoration: none;
}

#bus_texto
{
	font-family: Arial;					/*Tipo de letra*/
	font-size: 1em;
	font-weight: normal;
	color: #666666;
	text-align: justify;
    text-decoration: none                	
}

a.bus_titulo:link 
{
	color: #4E888E;
	font-family: Arial;
	font-size: 1.5em;
    text-decoration: none
}

a.bus_titulo:visited 
{
	color: #4E888E;
	font-family: Arial;
	font-size: 1.5em;
    text-decoration: none
}

a.bus_titulo:hover 
{
	color: #4E888E;
	font-family: Arial;
	font-size: 1.5em;
    text-decoration: underline
}

a.bus_enlace:link 
{
	font-family: Arial;					/*Tipo de letra*/
	font-size: 0.9em;
	font-weight: bold;
	color: #4E888E;	
    text-decoration: none
}

a.bus_enlace:visited 
{
	font-family: Arial;					/*Tipo de letra*/
	font-size: 0.9em;
	font-weight: bold;
	color: #4E888E;	
    text-decoration: none
}

a.bus_enlace:hover 
{
	font-family: Arial;					/*Tipo de letra*/
	font-size: 0.9em;
	font-weight: bold;
	color: #4E888E;	
    text-decoration: underline
}

.bus_imagen
{
	width: 95px;
	height: 95px;
	padding-left: 20px;
}
