/*
=======================
    => Fuentes
=======================
*/

@import url(http://fonts.googleapis.com/css?family=Bree+Serif);
@import url(http://fonts.googleapis.com/css?family=Roboto:400,300,700);

/*
=======================
    => Fix
=======================
*/

#sidebar {
    display: none;
}
#content {
    width: 960px;
    margin-left: 0px;
}

/*
=======================
    => Content
=======================
*/

#teTraemosDelMundo {
    font-family: 'Roboto', sans-serif;
}
#teTraemosDelMundo > div {
    border: 1px solid #ccc;
    margin-bottom: 20px;
    display: inline-block;
    width: 100%;
}
#teTraemosDelMundo div h2 {
    font-family: 'Bree Serif', serif;
    font-size: 2.2em;
    text-align: center;
    letter-spacing: 0.1em;
    font-weight: normal;
    padding: 5px 5px;
    line-height: 1.2em;
    position: relative;
    top: -1px;
    left: -1px;
    width: 99.2%;
}
#teTraemosDelMundo div h2.naranjo {
    background: #ff5a00;
    color:white;
}
#teTraemosDelMundo div h2.gris {
    background: #ccc;
    color: black;
    text-transform: uppercase;
    font-size: 3.7em;
}
#teTraemosDelMundo div > p {
    color: black;
    text-align: center;
    font-size: 1.8em;
    padding: 16px 10px;
    line-height: 1.5em;
}
#teTraemosDelMundo div span {
    border-bottom: 2px dashed #ccc;
    width: 40%;
    display: block;
    margin: 0 auto;
}
    #teTraemosDelMundo div span:first-of-type {
        margin-top: 20px;
    }
#teTraemosDelMundo div div a {
    float: left;
    width: 500px;
    height: 280px;
    display: block;
    -moz-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
    #teTraemosDelMundo div a:hover {
        opacity: .8;
        -moz-transition: all .2s ease;
        -webkit-transition: all .2s ease;
        -o-transition: all .2s ease;
        transition: all .2s ease;
    }
#teTraemosDelMundo div > div {
    width: 960px;
    height: 280px;
    float: left;
    margin: 10px 0 0 0;
}
#teTraemosDelMundo div a.amazon {
    background: url('http://statics.s3.buscalibre.com/estatico/teTraemosDelMundo/bannerAmazon.png');
    background-position: left;
}
#teTraemosDelMundo div a.ebay {
    background: url('http://statics.s3.buscalibre.com/estatico/teTraemosDelMundo/bannerEbay.png');
    background-position: right;
    position: relative;
    top: -280px;
    float: right;
}
#teTraemosDelMundo div form {
    width: 73%;
    display: block;
    margin: 20px auto;
}
#teTraemosDelMundo div form p {
    color: black;
    font-size: 1.5em;
    font-weight: bold;
    margin: 20px 0 9px;
}
#teTraemosDelMundo div form input {
    width: 96%;
    height: 30px;
    padding: 0 10px;
    font-size: 1.5em;
    color: black;
    border: 1px solid #ccc;
}
    #teTraemosDelMundo div form input:hover {
        border: 1px solid #ff5a00;
    }
#teTraemosDelMundo div form button {
    background: #ff5a00;
    color: white;
    border: none;
    border-bottom: 4px solid #e25100;
    border-radius: 4px;
    width: 150px;
    height: 40px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 2em;
    float: right;
    margin: 10px 0;
}
    #teTraemosDelMundo div form button:hover {
        background: #e25100;
    }











