@charset "utf-8";
#container {
	background-image: url(img/background.jpg);
	background-repeat: repeat-y;
	background-position: 0px 0px;
}
#contenedor {
	width: 880px;
}
#text {
	font-family: Georgia, "Times New Roman", Times, serif;
	width: 370px;
	margin-left: 15px;
	padding-right: 10px;
}
#mosaic {
	float: right;
	margin-right: 10px;
	margin-top: 60px;
	width: 200px;
	margin-left: 15px;
}
h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: x-small;
	font-weight: lighter;
}
#footer {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	padding: 0px;
	margin: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
}




.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;
}

#body {
	margin-left: 219px;
	width: 611px;
	top: 0px;
}
.float-top {
	top: auto;
}
.float-left {
	float: left;
}
#menu {
	float: right;
	padding-top: 100px;
}
* {
	margin: 0;
}
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);
}
h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: lighter;
	line-height: 30px;
	color: #999;
}


.push {
	height: 27px;
}
.float-right {
	float: right;
}
