@CHARSET "UTF-8";

#search .search form {
    margin: 0;
    padding: 0;
}

div.moduletable div.search {
    margin: 15px 0 0 0;
    width: 260px;
    border: none;
    background-color: transparent;
}

.moduletable .search label {
    display: none;
}

.moduletable .search input#mod-search-searchword {
    margin: 0;
    padding: 0;
    width: 200px;
    border: 1px solid orange;
    border-radius: 5px;
    -webkit-appearance: none;
    padding: 8px;
    color: #555;
    z-index: 100;
}

.moduletable .search input#mod-search-searchword:focus {
    border-color: #333;
}

.moduletable .search input.button {
    width: 28px;
    height: 28px;
    vertical-align: middle;
    margin: 0 0 0 5px;
    padding: 0;
    border: none;
}

/* Esto detecta navegadores que utilizan webkit como Safari y Google Chrome */
/* only webkit-based browsers will read the following styles */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    #search {
        margin-top: -40px;
    }
}