
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - CSS RESET */

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, font, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - COMMON RULES */

html {
	width: 100%;
	height: 100%;
	-webkit-text-size-adjust: none;
	-webkit-user-select: none;
	-webkit-appearance: none;
}
body {
	width: 100%;
	height: 100%;
	font-family: 'Droid Serif', serif;
	font-size: 12px;
	line-height: 16px;
	cursor: default;
	-webkit-tap-highlight-color: rgba(0,0,0,0.25);
}
a {
	text-decoration: none;
	cursor: pointer;
}
a:active {
	position: relative;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - COMMON UI */

#overlay {
	width: 100%;
	height: 100%;
	background-color: #fff;
	background-image: url("../images/common/spinner.gif");
	background-position: center center;
	background-repeat: no-repeat;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 10000;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - UTILITIES */

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.ofhidden {
	overflow: hidden;
}
.debug {
	position: fixed;
	top: 24px;
	left: 24px;
	font-size: 24px;
	font-weight: bold;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - MAIN CONTAINERS */

#main-wrapper {
	width: 100%;
	height: 100%;
	display: table;
}
#container-wrapper {
	background-color: #ddd5c8;
	padding: 0 25px;
	display: table-cell;
}
#inner-wrapper {
	width: 960px;
	height: 100%;
	margin: 0 auto;
}
#inner-wrapper .top.row {
	height: 25px;
	font-size: 14px;
	line-height: 25px;
	text-align: right;
	/*background-color: red;*/
}
#inner-wrapper .top.row a {
	color: #786f5c;
	font-weight: bold;
}
#inner-wrapper .middle.row {
	/*background-color: green;*/
}
#inner-wrapper .bottom.row {
	/*background-color: blue;*/
	height: 25px;
}
#brand-wrapper {
	width: 100%;
	height: 100%;
	display: table;
}
#brand-wrapper .brand {
	width: 50%;
	display: table-cell;
}
#brand-wrapper .brand.mattei {
	padding-right: 6px;
}
#brand-wrapper .brand.deseo {
	padding-left: 6px;
}
#brand-wrapper .brand a {
	width: 100%;
	height: 100%;
	display: table;
}
#brand-wrapper .brand.mattei a {
	color: #fff;
	background-color: #113d7a;
}
#brand-wrapper .brand.deseo a {
	color: #222;
	background-color: #f0ede6;
}
#brand-wrapper .brand a > span {
	text-align: center;
	vertical-align: middle;
	padding-top: 40px;
	padding-bottom: 50px;
	display: table-cell;
	position: relative;
}
#brand-wrapper .brand a span.entra {
	font-size: 24px;
	margin: 25px 0px;
	padding: 10px 0px;
	display: block;
}
#brand-wrapper .brand.mattei a:hover span.entra {
	background-color: #536d8e;
}
#brand-wrapper .brand.deseo a:hover span.entra {
	background-color: #c3b18d;
}
#brand-wrapper .brand a span.claim {
	font-size: 24px;
	line-height: 36px;
	margin: 25px 0px;
	display: block;
}
#brand-wrapper .brand a span.iva {
	width: 100%;
	position: absolute;
	bottom: 0px;
	padding: 10px 0px;
	display: block;
}
