/****************************************************************/
/* BODY */
/****************************************************************/

@charset "UTF-8";

body {margin-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; background-color: #FFFFFF;}

#fullheight {height:100%}

html, body, #wrapper {height:100%; margin: 0; padding: 0; border: none;}

#wrapper { margin: 0 auto; vertical-align: middle; width: 100%;}

/****************************************************************/
/* GENERAL */
/****************************************************************/

.BackgroundHangar {background-image: url(../img/hangar/HangarBackground.jpg); background-repeat: repeat-x; background-position: top left;}
.BackgroundPlatinum {background-image: url(../img/BackgroundPlatinum.jpg); background-repeat: repeat-x; background-position: 50% 50%;}

/****************************************************************/
/* TEXTOS */
/****************************************************************/

.Text {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}

.TextBold {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 14px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}

.TextLink a:link { font-family: Helvetica, Arial, sans-serif; font-size: 12px; line-height: 14px; font-weight: normal; color: #666666; text-decoration: none; }
.TextLink a:visited {  font-family: Helvetica, Arial, sans-serif; font-size: 12px; line-height: 14px; font-weight: normal; color: #666666; text-decoration: none; }
.TextLink a:hover {  font-family: Helvetica, Arial, sans-serif; font-size: 12px; line-height: 14px; font-weight: normal; color: #999999; text-decoration: none; }
.TextLink a:active {  font-family: Helvetica, Arial, sans-serif; font-size: 12px; line-height: 14px; font-weight: normal; color: #999999; text-decoration: none; }

.TextLinkBold a:link { font-family: Helvetica, Arial, sans-serif; font-size: 12px; line-height: 14px; font-weight: bold; color: #666666; text-decoration: none; }
.TextLinkBold a:visited {  font-family: Helvetica, Arial, sans-serif; font-size: 12px; line-height: 14px; font-weight: bold; color: #666666; text-decoration: none; }
.TextLinkBold a:hover {  font-family: Helvetica, Arial, sans-serif; font-size: 12px; line-height: 14px; font-weight: bold; color: #999999; text-decoration: none; }
.TextLinkBold a:active {  font-family: Helvetica, Arial, sans-serif; font-size: 12px; line-height: 14px; font-weight: bold; color: #999999; text-decoration: none; }