@font-face {
    font-family: 'coffee_serviceregular';
    src: url('fonts/font_diner_coffee_service-webfont.eot');
    src: url('fonts/font_diner_coffee_service-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/font_diner_coffee_service-webfont.woff') format('woff'),
         url('fonts/font_diner_coffee_service-webfont.ttf') format('truetype'),
         url('fonts/font_diner_coffee_service-webfont.svg#coffee_serviceregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body{
	background: #ADDCE8;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

html,
body {
   margin:0;
   padding:0;
   height:100%;
}

#container {
   min-height:100%;
   position:relative;
}

#footer {
   position:absolute;
   bottom:0;
   width:100%;
   /*height: 500px;*/   /* Height of the footer */
}

#footer img{
	display: block;
	margin: 0 auto;
	width: 567px;
	max-width: 100%;
	/*height: 468px;*/
}

.texto-pie{
	text-align: center;
	background: #484E51;
	padding: 10px;
	margin-top: -14px;
	color: #FFF;
	font-family: 'coffee_serviceregular';
	font-size: 26px;
	line-height: 26px;
}

.texto-pie a{
	color: #9ACA6B;
	text-decoration: underline;
}

.texto-pie a:hover{
	text-decoration: none;
}