﻿@charset "utf-8";
/* CSS Document */

#nuevo {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
}

.filtroSV {
    margin-bottom: 2%;
}

.div-search {
    width: 70%;
    margin-left: 19%;
}

.sel-location {
    width: 20%;
    float: left;
    margin-right: -1%;
    margin-left: 6%;
}

.search {
    width: 80%;
    height: 37px;
    margin: 2% auto;
    background: #444;
    background: rgba(0,0,0,.2);
    /* border: 2px solid #E82422; */
}

.input22 {
    width: 71.86%;
    padding: 7px 5px;
    float: left;
    color: #000;
    border: 0;
    background: #FFF;
    font-size: 0.80em;
    outline: 0;
    z-index: 3;
    border: 2px solid #E82422;
    border-radius: 0px;
    -webkit-border-radius: 0px;
}

    .input22:focus {
        outline: 0;
    }


.boton22 {
    position: relative;
    float: right;
    padding: 5px 5px;
    cursor: pointer;
    height: 37px;
    width: 18.75%;
    color: #fff;
    background: #E82422;
    border: 0;
}

    .boton22:hover {
        background: #9C0908;
        border: 2px solid #9C0908;
    }

.guate {
    font-size: 0.80em !important;
    color: #fff !important;
}

.paises {
    font-size: 0.80em !important;
    color: #444 !important;
}


.copytxt {
    font-family: "Raleway", "sans-serif";
    font-size: 2em !important;
    text-align: center;
}

.copyred {
    font-family: 'Raleway', sans-serif;
    font-size: 1em !important;
    text-align: center;
    font-style: italic;
}


/* COMBO */

.sel-country {
    width: 100%;
    padding: 6.5% 2% 6.5% 2%;
    font-size: 0.80em;
    color: #ccc;
}



#regiones ul li {
    background-color: #444;
    width: 95%;
    z-index: 100;
    border: 2px solid #E82422;
}

#regiones ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

    #regiones ul a {
        display: block;
        color: #fff;
        text-decoration: none;
        font-weight: 400;
        font-size: 15px;
        padding: 9px;
        font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
        /*  letter-spacing:1px; */
    }

    #regiones ul li {
        position: relative;
        float: left;
        margin: 0;
        padding: 0;
    }

    /* #regiones ul li:hover {
  background:#FFF;
} */

    #regiones ul ul {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        padding: 0;
    }

        #regiones ul ul li {
            float: none;
            width: 100%;
        }

        #regiones ul ul a {
            line-height: 120%;
            padding: 10px 15px;
        }

/*    #regiones ul li:hover > ul {
        display: block;
    }*/


@media only screen and (max-width: 480px) {

    #nuevo {
        width: 100%;
    }

/*    .div-search {
        width: 100%;
    } */ 

.search {
    width: 115%;
}
	
	
	
    .sel-location {
        width: 36%;
        margin-left: 0 !important;
        margin-right: 0 !important;
        float: none;
    }

    .guate {
        font-size: 0.66em !important;
    }

    .paises {
        font-size: 1em !important;
    }

    .input22 {
        font-size: 0.79em;
        color: #000;
        padding: 8.5px 5px;
        width: 61%;
        float: left;
    }

    .input:focus {
        font-size: 16px !important;
    }

    .search {
        height: 33px;
        margin: 0 !important;
    }

    .boton22 {
        height: 40px;
        padding-top: 9px !important;
        width: 20%;
        float: none;
    }

    .dropdown-select {
        font-size: 0.80em;
    }

    .buscah {
        visibility: hidden !important;
    }

    .copytxt {
        font-weight: bold;
        font-size: 1.2em !important;
    }

    #regiones ul a {
        padding: 11.5px;
    }

    .filtroSV {
        margin-top: 7%;
    }

    .spaceflee {
        margin-bottom: 10%;
    }

    .paises {
        font-size: 0.80em !important;
    }
}
