@import url('reset.css');

body {
	font: 62.5%/1.5 helvetica, arial, sans-serif;
	background: #eee; text-align: center;
}

a {
	text-decoration: none;
	color: #666;
}
p {
	color: #333;
}
h2 {
	font-size: 2em;
	padding: 20px 0 5px 20px;
	position: relative;
}
h2 a {
	font-weight: normal;
	font-size: 0.6em;
	position: absolute;
	bottom: 10px;
	right: 20px;
}
h2 a:hover {
	text-decoration: underline;
}

.canvas {
	width: 800px;
	text-align: left;
	margin: auto;
}
.hide {
	display: none;
}
.clear {
	clear: both;
}

#loyaltrust_header {
	background: #000 url('../images/header.gif') repeat-x;
	height: 95px;
}

#header_logotype {
	float: left;
	margin: 30px 0 0 20px;
}
#header_logotype a {
	display: block;
	width: 150px; height: 50px;
	background: url('../images/logotype.gif') no-repeat;
	text-indent: -9999px;
}
#header_navigation {
	height: 50px;
	line-height: 50px;
	float: right;
	margin: 30px 20px 0 0;
}
#header_navigation li {
	float: left;
	padding-left: 15px;
	font-size: 1.6em;
}
#header_navigation li a {
	color: #666;
}
#header_navigation li a:hover {
	color: #000;
}
#header_navigation li#home_link {
	padding-top: 13px;
}
#header_navigation li#home_link a {
	display: block;
	text-indent: -9999px;
	width: 20px; height: 20px;
	background-image: url('../images/home_link.gif');
}
#header_navigation li#home_link a:hover {
	background-position: 0 -20px;
}

#loyaltrust_main {
	background: #ccc url('../images/main.gif');
	padding-bottom: 25px;
	border-bottom: 1px solid #bbb;
}
#loyaltrust_main .canvas {
	background: #fff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
#loyaltrust_main a:hover {
	text-decoration: underline;
}
#loyaltrust_footer {
	line-height: 40px;
	font-size: 1.2em;
	color: #999;
	margin-bottom: 10px;
}

#contacto {
    margin: 20px 20px 0;
    padding: 10px 15px;
    background: #0094c9;
    overflow: hidden;
}
#contacto dt {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
}

#contacto dd {
    float: left;
    font-size: 14px;
    color: #fff;
    margin-right: 20px;
}
#contacto a {
    color: #b1eaff;
    text-decoration: underline;
}
