/*
 * Copyright (c) 2011 by Marfeel Solutions (http://www.marfeel.com)
 * All Rights Reserved.
 *
 * NOTICE:  All information contained herein is, and remains
 * the property of Marfeel Solutions S.L and its suppliers,
 * if any.  The intellectual and technical concepts contained
 * herein are proprietary to Marfeel Solutions S.L and its
 * suppliers and are protected by trade secret or copyright law.
 * Dissemination of this information or reproduction of this material
 * is strictly forbidden unless prior written permission is obtained
 * from Marfeel Solutions SL.
 */

@charset "UTF-8";
/* CSS Document */

body, html { background: #1e1e1e; height: 100%; width: 100%; display: table; font-family: "TitilliumLight";}
a:active { position: relative; top: 1px;}
.sombra { text-shadow: rgba(0,0,0,0.65) 0 1px 0;}

#wrapper { display: table-cell; vertical-align: middle; padding: 15px 0;}
.content { margin-left: auto; margin-right: auto; height: 459px; border-bottom: solid 1px #353535; border-top: solid 1px #353535; background: #272727 url(bg_texture.png) top left repeat scroll;}

.box { height: 100%; background: url(artwork.png) bottom left no-repeat scroll; padding-left: 500px; color: #cccccc;}
.box h1 { color: #f7941e; font-size: 2.5em; margin-bottom: 0.8em; padding-top: 1.6em;}
.box p { line-height: 145%; font-size: 1.2em; margin-bottom: 1em;}
.btn { padding: 12px 14px 10px 14px; background: #f7941e; border-radius: 4px; box-shadow: #000 0 1px 0; border-top: rgba(255,255,255,0.35) solid 1px;  border-bottom: rgba(0,0,0,0.35) solid 2px; color: #1e1e1e; text-shadow: rgba(255,255,255,0.35) 0 1px 0; text-decoration: none; font-size: 0.9em; display: inline-block; margin-top: 1.2em;}
.box .artwork { position: relative; bottom: 0px; float: left;}

.box, .footer { width: 940px; margin-left: auto; margin-right: auto; box-sizing: border-box;}
.footer { font-size: 0.8em; color: #666666; margin-top: 10px;}
.footer p { position: relative; top: 8px;}
.footer a { float: right; display: block;}


/* FONT */
@font-face {
	font-family: 'TitilliumLight';
	src: url('TitilliumText22L002-webfont.eot');
	src: local('☺'), url('TitilliumLight/TitilliumText22L002-webfont.woff') format('woff'), url('TitilliumLight/TitilliumText22L002-webfont.ttf') format('truetype'), url('TitilliumLight/TitilliumText22L002-webfont.svg#webfontnDp1DDKc') format('svg');
	font-weight: normal;
	font-style: normal;
}