/* 
    Document   : busqueda
    Created on : 05/08/2013, 02:15:55 PM
    Author     : leonardo
    Description:
        Purpose of the stylesheet follows.
*/

#lupa{
    width: 240px;
    height: 256px;
    background-image: url(../images/search/lupa.png);
    background-repeat: no-repeat;
    float: left;
    margin-top: 80px;
}

.search{
    width: 740px;
    float: left;
}

button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
        border: none;
}

.search .word{
    background-color: #f2f2f2;
    border-radius: 10px 10px 10px 10px;
    font-family: "RobotoSuRegular";
    font-size: 26px;
    font-weight: lighter;     
    color: #a1a1a1;
    text-align: center;
    padding-top: 20px;
}

.search .word button{
    border: none;
    background-image: url(../images/search/buscarbtn.png);
    width: 150px;
    height: 34px;
    padding: 0;
    font-family: "RobotoSu";
    font-size: 15px;
    font-weight: lighter;     
    color: #000;    
    background-color: #F2F2F2;
    cursor: pointer;
}

.search .word input {
    -moz-border-radius: 10px;
    border-radius: 10px;
    border : 1px solid #000000;
    padding-left: 10px;
}

.search strong{
    font-family: "Trebuchet MS", "Trebuchet", Helvetica, sans-serif;
    font-size: 13px;
    text-decoration: none;
    font-weight: bold;
    color: #6e6e6e;
}

.search .phrases{
    background-color: #f2f2f2;
    border-radius: 10px 10px 10px 10px;
    margin-top: 10px;
}

.search .phrases legend{
    display: none;
}

/*.search .only{*/
.search{
    border-radius: 10px 10px 10px 10px;
}

/*.search .only legend{*/
.search legend{
    display: none;
}

#tituloBuscar{
    font-family: "RobotoSuRegular";
    font-size: 18px;
    font-weight: bold;
    color: #a1a1a1;        
    margin-left: 15px;
    margin-top: 5px;
}

.search .radiobtn{
    font-family: "Trebuchet MS", "Trebuchet", Helvetica, sans-serif;
    font-size: 14px;
    text-decoration: none;
    font-weight: bold;
    color: #6e6e6e;    
}

.search select{
    -moz-border-radius: 10px;
    border-radius: 10px;
    border : 1px solid #000000;
    padding-left: 10px;
}

/*.search .only label{*/
.search label{    
    font-family: "Trebuchet MS", "Trebuchet", Helvetica, sans-serif;
    font-size: 14px;
    text-decoration: none;
    font-weight: bold;
    color: #6e6e6e;    
}

#checksearch{
    width: 150px;
    float: left;
    margin-left: 10px;
}


.search .form-limit{
    margin-top: 20px;
}

.search-results a{
    font-family: "Trebuchet MS", "Trebuchet", Helvetica, sans-serif;
    font-size: 14px;
    text-decoration: none;
    font-weight: bold;
    color: #6e6e6e;        
}

.search-results .small{
    font-family: "Trebuchet MS", "Trebuchet", Helvetica, sans-serif;
    font-size: 10px;
    text-decoration: none;
    font-weight: bold;
    color: #6e6e6e;        
}

.search-results .result-text{
    margin-bottom: 20px
}

.search-results .result-created{
    display: none;
}

.pagination{
}
.pagination ul li{
    list-style-type: none;
    display: inline;
    margin-left: 10px;
}

#listaUnidades{
    cursor: pointer;
}

#labelPalabra{
    font-family: "RobotoSuLigth";
    font-size: 18px;
    color: #a1a1a1;
    letter-spacing: -1.1;
}

#search-searchword{
    border-color: #cecece;
    background-color: #fff;    
}

#textoBusq01{
    font-family: "Trebuchet", "Trebuchet MS";
    font-weight: normal;
    color: #6e6e6e;
    margin-left: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
}

#textoBusq02{
    font-family: "RobotoSu";    
    font-size: 14px;
    color: #a1a1a1;
    margin-left: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
}

#cajalab{
    float: left;
}

#cajalab label{
    font-family: "Trebuchet", "Trebuchet MS";
    font-size: 12px;
    color: #6e6e6e;
    padding: 0;
}

#ordering{
    background-color: #fff;
    border-color: #cecece;
}

.ordering-box label, .phrases label{
    font-family: "Trebuchet MS", "Trebuchet", Helvetica, sans-serif;
    font-size: 12px;
    text-decoration: none;
    font-weight: bold;
    color: #6e6e6e;    
    margin-left: 10px;
}

.ordering-box{
    float: left;
    margin-left: 60px;
}

.inputbox{
    background-color: #fff;
    margin-left: 10px;
}