
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    border: 0 none;
    font: inherit;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none outside none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

#contenido {
    background: url("../images/noise.png") repeat scroll 0 0 #ECECEC;
}

#wrap {
    background: url("../images/bg.jpg") no-repeat scroll 0 0 #fff;
    height: 1050px;
    margin: 0 auto;
    width: 997px;
}

.interaccion {
    height: 75px;
    padding: 810px 0 0;
}
.interaccion .codigo {
    background: url("../images/bg-codigo.png") no-repeat scroll 0 0 transparent;
    float: left;
    font-family: georgia;
    font-size: 23px;
    font-style: italic;
    height: 46px;
    padding: 23px 72px 0 0;
    text-align: right;
    width: 484px;
}
.interaccion .bt-suscribete {
    background: url("../images/bt-suscribete.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 71px;
    margin: 0 auto;
    width: 282px;
}
.pie {
    margin-top: 37px;
}
.pie .abc {
    background: url("../images/logo-abckym.png") no-repeat scroll 0 0 transparent;
    float: left;
    height: 49px;
    margin: 10px 20px;
    width: 96px;
}
.pie .semana {
    background: url("../images/logo-semana.jpg") no-repeat scroll 0 0 transparent;
    float: left;
    height: 47px;
    margin: 10px 20px;
    width: 135px;
}
.pie .telefono {
    background: url("../images/icono-telefono.png") no-repeat scroll left 24px transparent;
    color: #FFFFFF;
    float: left;
    font: bold 16px Arial;
    height: 27px;
    padding-left: 31px;
    padding-top: 25px;
}
.pie .mail {
    background: url("../images/icono-mail.png") no-repeat scroll left 27px transparent;
    color: #FFFFFF;
    float: left;
    font: bold 17px Arial;
    height: 25px;
    margin-left: 20px;
    padding-left: 37px;
    padding-top: 24px;
}
.pie .tx-legal {
    color: #FFFFFF;
    float: left;
    font: 12px Arial;
    padding-left: 20px;
    padding-top: 18px;
    width: 770px;
}
.twitter {
    background: url("../images/icono-twitter.png") no-repeat scroll left 27px transparent;
    color: #FFFFFF;
    float: left;
    font: bold 14px Arial;
    height: 25px;
    margin-left: 24px;
    padding-left: 33px;
    padding-top: 26px;
}

@media only screen and (device-width: 768px) and (orientation: portrait){
    #wrap{margin:100px 0;}

}