@charset "utf-8";
* {
	margin: 0;
}

#container {
	background-image: url(img/background.jpg);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	height: 917px;
}
#contenedor {
	width: 880px;
}

.push {
	height: 27px;
}

.float-right {
	float: right;
}
.float-left {
	float: left;
}
h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: lighter;
	line-height: 30px;
	color: #999;
}
html, body {
	height: 100%;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -27px; /* the bottom margin is the negative value of the footer's height */
}
.footer{
	height: 27px;
	background-image: url(../img/footer-center.png);
}
#text {
	font-family: Georgia, "Times New Roman", Times, serif;
	width: 350px;
	margin-left: 70px;
	padding-right: 10px;
}
#mosaic {
	float: right;
	margin-right: 30px;
	margin-top: 200px;
}





.logo {
	float: left;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 48px;
	font-weight: normal;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: x-large;
	font-weight: lighter;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	font-weight: lighter;
}
h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: x-small;
	font-weight: lighter;
}
h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: lighter;
	line-height: 30px;
	color: #999;
}

#body {
	margin-left: 219px;
	width: 612px;
}
.float-top {
	top: auto;
}
.float-left {
	float: left;
}
#menu {
	float: right;
	padding-top: 100px;
}
.float-right {
	float: right;
}
