﻿html {
	height: 100%;
	margin:0px;
}


body {
	height: 100%;
	margin-bottom: 40px;
	margin-top: 0px;
	background-color:#ffffff;
	background-image: url(../images/home_bg.jpg);
	background-repeat:repeat-x;
	font-family:'Trebuchet MS', 'Lucida Grande';
	font-size:14px;
	color:#666666;
}


h3{
display:block;
font-size:18px;
margin-top:0px;
margin-bottom:8px;
font-weight:normal;
color:#fff;
background-color:#6fad3a;
padding:5px;
}

.mediumH3
{
	background-color:#4C5A7E;
}

#wrapper { /* Contiene toda la página en un div centrado */
	position:relative;
	width:970px;
	margin:0 auto;
}

#main_quote {
	position:absolute;
	margin-top:415px;
	margin-left:470px;
	color:#5FBB3D;
	z-index:1000;
	width:500px;
	line-height:16px;
}

#empty {
margin-bottom:15px;
height:453px;

}



/* Menu de Log In */
#divlogin
{	position:absolute;
 	float:inherit;
	margin-top:80px;
	margin-left:auto;
	margin-right:auto;
	z-index:1000;
	width:970px;
	vertical-align:middle;
}

.loginbar {
	text-align:center;
	background-color:#5FBB3D;
	width:300px;
	font-family:'Trebuchet MS', 'Lucida Grande';
	font-size:16px;
	color:#4C5A7E;
}
/* */

.login {
	border: thin solid Black;
	font-family: "@Arial Unicode MS";
	font-size:17px;
	font-style:normal;
	display:block;
	margin-left:auto;
	margin-right:auto;
	background-image: url('/images/LogoRepeat.gif');
	background-repeat:repeat;
	position:relative;
	text-align: center;
	width:300px;
	height:auto;
}
.loginbutton {
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

#scientia {
	display: block; /* Allows you to change the width and height of the image */
	height: 16px;
	width: 293px;
	text-indent: -2000em; /* Hides the text in the h1 tag */
	text-decoration: none; /* Hides the underline of the hyperlink */
	z-index: 1000; /* IE Fix*/
	background: url(../images/scientia.png) 0 0 no-repeat; /* The pathway to the image*/
	margin-top:0px;
}
