﻿.ResultadoBusquedaTabla
{
    width: 816px;
    background-color:White ;
    color: gray;
    font-size: 12px;
    font-family:Arial;
    
}
.ResultadoBusquedaTablaGrisClaro
{
    background-color: White;
    color: gray;
    height: 30px;
}

.ResultadoBusquedaTablaGrisClaro a
{
    color:gray;
    text-decoration: none;
}
.ResultadoBusquedaTablablanco
{
    background-color: White;
    font-size: 12px;
}

.ResultadoBusquedaTablablanco a
{
    color:gray;
    text-decoration: none;
}
.ResultadoBusquedaTablablanco a:hover
{
    text-decoration: underline;
}
.ResultadoBusquedaTablablanco td
{
    padding-left: 15px;
    padding-top: 5px;
    color: gray;
}
.bold
{
    font-weight: bold;
}
.ResultadoBusquedaTablaSeparador
{
    width: 15px;
    text-align: center;
    font-size: 14px;
}
.black
{
    color: gray;
}
/******************CARRITO DESPLEGABLE******************/

.mi-menu li:hover > ul { 
    opacity: 1; 
}

.mi-menu  br { display:none; }

.mi-menu li a {
    display: block;
    font-family: 'Open Sans';
    font-size: 13px;
    font-weight: bold;
    line-height: 28px;
    text-decoration: none;
    /* animamos el cambio de color de los textos */
    -webkit-transition: color .2s ease-in-out;
    -moz-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    -ms-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
  }

.mi-menu ul {
    right: auto;
    margin: 0;
    opacity: 0; /* no son visibles */
    position: absolute;
    top: 163px; /* se ubican debajo del enlace principal */
    /* el color de fondo */
    background: #222;
    background: -moz-linear-gradient(#222,#555);
    background: -webkit-linear-gradient(#22,#555);
    background: -o-linear-gradient(#222,#555);
    background: -ms-linear-gradient(#222,#555);
    background: linear-gradient(#222,#555);
    /* animamos su visibildiad */
    -moz-transition: opacity .25s ease .1s;
    -webkit-transition: opacity .25s ease .1s;
    -o-transition: opacity .25s ease .1s;
    -ms-transition: opacity .25s ease .1s;
    transition: opacity .25s ease .1s;
    z-index:9999;
  }

.mi-menu ul li {
    height: 0; /* no son visibles */
    overflow: hidden;
    -moz-transition: height .25s ease .1s;
    -webkit-transition: height .25s ease .1s;
    -o-transition: height .25s ease .1s;
    -ms-transition: height .25s ease .1s;
    transition: height .25s ease .1s;
    }

.mi-menu li:hover > ul li {
    overflow:visible;
    padding: 0;
    }

.mi-menu div {
    width:300px;
    min-height:20px;
    height:auto;
    overflow:hidden;
    float:right;
    color:#777;
    padding:4px;
    background:#fbfbfb;
    border:1px solid #ccc;
    box-shadow: 1px 1px 3px #bbb;
   -webkit-box-shadow: 1px 1px 3px #bbb;
   -moz-box-shadow: 1px 1px 3px #bbb;
}

/******************FIN CARRITO DESPLEGABLE******************/

.textoDetalle {
font-family:Arial;
color: gray;
letter-spacing:1px;
font-size:13px;

}
