@charset "utf-8";
/* CSS Document */

body {
	background-image: url(../images/bgtile.jpg);
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Helvetica, Arial, sans-serif;
	line-height: 20px;
	font-size: 17px;
	font-weight: bold;
	color: #000000;
}

#container1a {
	height: 100%;
	background: url(../images/objects2.png) left top no-repeat;
}

#container2a {
	height: 100%;
	background: url(../images/mantel.png) center bottom no-repeat;
}

#container1b {
	height: 730px;
	background: url(../images/objects2.png) left top no-repeat;
}

#content {
	width: 902px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#content2 {
	width: 902px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#footer {
	position: absolute;
	bottom: 0;
	width: 902px;
	height: 500px;
	background: url(../images/manteltop.png) no-repeat;
}

#footer2 {
	position: absolute;
	width: 902px;
	height: 680px;
	padding-top: 50px;
	background: url(../images/manteltop.png) no-repeat;
}
#body {
	margin-top: 61px;
	background: url(../images/mantelbody.png) repeat-y;
	height: 340px;
	padding-left: 70px;
}

#body2 {
	background: url(../images/mantelbody.png) repeat-y;
	height: 700px;
	padding-left: 70px;
}

.header {
	font-size: 19px;
	font-weight: bold;
}

.left {
	position: relative;
	float: left;
	width: 400px;
	height:340px;
	background: url(../images/logo.jpg) left top no-repeat;
}

.bold-text {
	font-weight: bold;
}

.right {
	position: relative;
	float: left;
	padding-left: 30px;
}

.right p {
	margin: 0px;
}

.list-header {
	margin-bottom: -10px;
	font-weight: bold;
}

.onecol {
	position: relative;
	float: left;
	width: 370px;
	font-size: 12px;
	font-weight: normal;
	line-height: 16px;
}

.emphasis {
	font-style: italic;
	font-size: 17px;
}

.twocol {
	position: relative;
	line-height: 16px;
	float: left;
	width: 370px;
	padding-left: 30px;
	padding-top: 42px;
	font-size: 12px;
	font-weight: normal;
}

.right a {
	color: #000000;
	text-decoration: none;
}

.right a:visited {
	color: #000000;
	text-decoration: none;
}

.right a:hover {
	color: #000000;
	text-decoration: underline;
}

.twocol a {
	color: #000000;
	text-decoration: none;
}

.twocol a:visited {
	color: #000000;
	text-decoration: none;
}

.twocol a:hover {
	color: #000000;
	text-decoration: underline;
}

.small-text {
	font-size: 10px;
	color: #333333;
}

.right-text {
	float: left;
	padding-right: 20px;
	font-size: 14px;
}

#tabs {
	position: absolute;
	bottom: 0;
	padding-left: 48px;
	width: 854px;
	height: 525px;
}


.tab a {
	color: #000000;
	text-decoration: none;
	float: left;
	margin-right: 5px;
	background: #fedc00;
	height: 50px;
	padding: 10px;
}

.tab a:hover {
	color: #ffffff;
	text-decoration: none;
	float: left;
	margin-right: 5px;
	background: #292e41;
	height: 50px;
	padding: 10px;
}

.buscard {
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	width: 310px;
	height: 160px;
	padding: 10px;
	background: #ffffff;
}