/* Documento de estilos para los botones del formulario de búsqueda normal y de la búsqueda avanzada */

.left_busq{
    background: url("left_busq.png") no-repeat scroll 0 0 transparent;
    display: inline-block;
    height: 49px;
    width: 15px;
    vertical-align: middle;
}

.fondo_busq{
    background: url("fondo_busq.png") repeat-x scroll 0 0 transparent;
    color: #777777;
    display: inline-block;
    font-size: 14px;
    height: 49px;
    line-height: 49px;
    width: 170px !important;
    cursor: pointer;
    font-weight: bold;
    vertical-align: middle;
}

.right_busq{
    background: url("right_busq.png") no-repeat scroll right top transparent;
    display: inline-block;
    height: 49px;
    vertical-align: middle;
    width: 15px;
}

.left_buscar{
    background: url("left_buscar.png") no-repeat scroll 0 0 transparent;
    display: inline-block;
    height: 49px;
    vertical-align: middle;
    width: 15px;
}

.fondo_buscar{
    background: url("fondo_buscar.png") repeat-x scroll 0 0 transparent;
    color: #ffffff;
    display: inline-block;
    text-align: center;
    font-size: 14px;
    height: 49px;
    letter-spacing: 2px;
    line-height: 49px;
    cursor: pointer;
    vertical-align: middle;
    width: 170px !important;
    font-weight: bold;
}

.right_buscar{
    background: url("right_buscar.png") no-repeat scroll right top transparent;
    display: inline-block;
    height: 49px;
    vertical-align: middle;
    width: 15px;
}

.left_buscar_solo{
    background: url("left_buscar.png") no-repeat scroll 0 0 transparent;
    display: inline-block;
    height: 49px;
    vertical-align: middle;
    width: 15px;
}

.fondo_buscar_solo{
    background: url("fondo_buscar.png") repeat-x scroll 0 0 transparent;
    color: #ffffff;
    font-family: Arial;
    font-size: 16px;
    font-weight: bold;
    height: 49px;
    display: inline-block;
    letter-spacing: 2px;
    line-height: 49px;
    cursor: pointer;
    width: 170px !important;
    vertical-align: middle;
    text-align: center;
}

.right_buscar_solo{
    background: url("right_buscar.png") no-repeat scroll right top transparent;
    display: inline-block;
    height: 49px;
    vertical-align: middle;
    width: 15px;
}