html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

@font-face {
    font-family: 'MovistarText-Regular';
    src: url('fonts/MovistarText-Regular.otf');
    src: url('fonts/MovistarText-Regular.ttf')  format('truetype') /* Safari, Android, iOS */
}
.header {
    width: 100%;
    height: 40px;
}
.header img {
    width: 40%;
}

.containerCenter{
width: 100%;
background-image: url("imgs/bg_amigoscontablet.jpg");
background-size: cover;
background-repeat: no-repeat;
position: relative;
height: 205px;
}
.containerCenterimg{
    width: 100%;
}
.containerCenter img{
width: 50%;
position: relative;
    left: 80px;
    top: 80px;
}

.containerFooter{
    width: 100%;
    height: 50px;
}
.containerFooter ul{
    list-style-type: none;
    text-align: center;
    margin: 0 auto;
    display: block;
    width: 100%;
    height: 50px;
    margin-top: 20px;
}

.containerFooter ul li{
    width: 30%;
    display: inline;
}
.containerFooter ul li a{
    text-align: center;
    text-decoration: none;
    font-size: 11px;
    color: #666;
    margin-left:10px;
    font-family: 'MovistarText-Regular'; 
}
@media only screen and (min-width: 800px) {

    .header{
        height: 60px;
        width: 40%;
    }
    .containerCenter {
        height: 540px;
    }
    .containerCenter img{
            top: 225px;
    left: 30%;
    width: 35%;
    }
    .containerFooter ul li a{
        font-size: 15px;
    }
}