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 {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	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;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.left{
    float: left;
}

.clear{
    clear: both;
}

body{
    font-family: "arial";
}

.pre-header{
    background-color: #333333;
    height: 30px;
    width: 100%;
    padding-top: 13px;
}

.pre-header .phone{
    width: 20px;
    margin-left: 10%;
    margin-right: 10px;
    margin-top: -5px;
}

.pre-header .label-tel{
    color: #777777;
}

.pre-header .link-telf, .pre-header .link-telf:active{
    color: #FFFFFF;
    text-decoration: none;
    margin-left: 5px;
}

.pre-header .link-telf:hover{
    text-decoration: underline;
}

.logo{
    width: 100%;
    margin-top: 30px;
}

.logo img{
    margin-left: 10%;
    width: 250px;
    
}

.container{
    margin-left: 10%;
    margin-right: 10%;
    margin-top: 40px;
}

.container .info{
    font-size: 12px;
    font-weight: bold;
}

.container .title{
    font-weight: bold;
}

.container .lojas{
    margin-top: 30px;
    margin-bottom: 40px;
    width: 100%
}

.container .lojas tr td{
    border: 1px solid #D6D4D4;
    vertical-align: middle;
    font-size: 0.8em;
    padding: 5px;
    line-height: 25px;
}

.container .lojas tr td strong{
    font-weight: bold;
}

.container .lojas tr.header td{
    background-color: #E9E8E8;
    text-align: center;
    font-weight: bold;
    font-size: 0.9em;
    height: 30px;
    vertical-align: middle;
}

.container .lojas tr td img{
    width: 14em;
    vertical-align: middle;
    width: 180px;
}

@media (max-width: 620px){
    
    .container .info{
        font-size: 9px;
    }

    .container .lojas tr td img{
        width: 150px;
    }
    
    .container .lojas tr td.horario p strong:after{
        content: '\A';
        white-space: pre;
    }
}

@media (max-width: 320px){
    
    .container .lojas tr td{
        font-size: 0.4em;
        line-height: 15px;
    }
    
    .container .lojas tr td.horario p strong:after{
        content: '\A';
        white-space: pre;
    }
    
    .container .lojas tr td:first-child{
        display:none;
    }
}

.footer{
    background-color: #333333;
    height: 30px;
    width: 100%;
    padding-top: 12px;
}

.footer p{
    margin-left: 10%;
    margin-right: 10px;
    color: #FFFFFF;
    font-size: 12px;
}