﻿/*Navegadores*/
#navegadores
{
    padding: 10px 0 10px 5px;
    border: 1px solid #8AB30C;
    margin-bottom:5px;
    -ms-border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    position: relative;
    border-radius: 4px;
}

#navegadores ul
{
    font-family: Trebuchet MS;
    font-size: 13px;
    font-weight: bold;
    color: #8AB30C;
    text-align: left;
    list-style-type: none;
    margin: auto;
    padding: 0px;
}

#navegadores li a.morenavigators, #navegadores li a.lessnavigators
{
    font-family: Trebuchet MS;
    font-size: 12px;
    font-weight: bold;
    color: #8AB30C;
    list-style-type: none;
}

#navegadores li a.morenavigators
{
    padding-bottom: 10px;
}

#navegadores li
{
    font-family: Trebuchet MS;
    font-size: 12px;
    font-weight: bold;
    color: #666666;
    text-align: left;
    margin: 5px 0;
}

#navegadores li.sinResultadosNavegador
{
    margin: 5px 0 10px 0;
}

#navegadores li a
{
    padding: 2px 10px 2px 10px;
    color: #666666;
    text-decoration: none;
    line-height: 12px;
    margin: 0;
    padding: 0;
}

#navegadores li a:hover
{
    color: #666666;
}

.btn-eliminar-nav
{
    font-family:Trebuchet MS;
    font-weight:normal;
    font-size:14px;
}
#navegadores li a.btn-eliminar-nav 
{
    color: #E10000;
}
a.btn-buscar-nav-hidden, a.btn-contador-nav-hidden
{
    display: none;
}

a.btn-disabled-nav
{
    disabled: disabled;
    cursor: default;
}

#navegadores li a.btn-contador-nav
{
    color: #999999;
}

.btn-help,.btn-help-busq
{
    position: absolute;
    width: 23px;
    height: 23px;
    top: 2px;
    right: 1px;
    text-decoration:none;
    background-image: url(../images/buscador/ic-ayu1.png);
}

.btn-help:hover,.btn-help-busq:hover
{
    position: absolute;
    width: 23px;
    height: 23px;
    top: 2px;
    right: 1px;
    background-image: url(../images/buscador/ic-ayu2-press.png);
    text-decoration:none;
}

.btn-help-nav-close
{
    position: absolute;
    width: 20px;
    height: 20px;
    top: 10px;
    right: 3px;
    text-decoration:none;
    background-image: url(../images/buscador/ic-ex1.png);
}

.btn-help-nav-close:hover
{
    position: absolute;
    width: 20px;
    height: 20px;
    top: 10px;
    right: 3px;
    background-image: url(../images/buscador/ic-ex2-press.png);
    text-decoration:none;
}

.btn-help-busq-close
{
    position: absolute;
    width: 20px;
    height: 20px;
    top: 10px;
    right: 32px;
    text-decoration:none;
    background-image: url(../images/buscador/ic-ex1.png);
}

.btn-help-busq-close:hover
{
    position: absolute;
    width: 20px;
    height: 20px;
    top: 10px;
    right: 32px;
    background-image: url(../images/buscador/ic-ex2-press.png);
    text-decoration:none;
}

#navegadores a span
{
    display: none;
}

.expand
{
    height: 839px;
}






