* {
	text-align:center;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:100;
	}
.main {
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 100%;
	width: 100%;
	text-align:center;
}
.inner {
	margin: 0px auto;
	padding: 0px;
	width: auto;
}

.logotipo {
    margin-top: 50px;
	max-width:100%;
}
img {
    height: auto;
    max-width: 100%;
    width: auto;
}

h1 {
    color: #333333;
    font-weight: bold;
}

h2 {
	font-weight: bold;
	color: #464646;
}
h3 {
    color: #96BC52;
    font-weight: normal;
}
.item h3 {
    text-transform:uppercase;
}
a {
    color: #96BC52;
}

a:hover {
    color: #464646;
	text-decoration:none;
}
.slogan {
    clear: both;
	font-size:24px;
    font-family: 'Roboto Condensed',sans-serif;
	font-weight: 100;
    padding-top: 20px;
}
.tiendas {
    margin: 0 auto;
    max-width: 800px;
}
.copy {
    font-style: italic;
    font-weight: 300;
    line-height: 1.2em;
    margin: -15px 0 20px;
}
.copyright {
    color: #060606;
    display: inline-block;
    font-size: 0.8em;
    margin-top: 10px;
    padding: 5px;
    text-shadow: 0 0 3px rgba(0,0,0,0.1);
}
.tiendas .item {
    margin-bottom: 30px;
}
.address {
    font-size: 0.85em;
    line-height: 1.2em;
}

.nota {
    box-shadow: 20px 13px 13px #FFFFFF, -20px 13px 13px #FFFFFF, 0 23px 23px rgba(0, 0, 0, 0.3), 0 -57px 129px #0A0A0A inset;
    color: #F6F6F6;
    display: inline-block;
    font-size: 0.8em;
    margin-top: 10px;
    padding: 5px;
    text-shadow: 0 0 4px #000000;
}