@charset "UTF-8";
/* CSS Document */

.general_background {
	background-image: url(../images/gradient_gastric.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	height: 100%;
	width: 100%;
}
.efect_background {
	background-image: url(../images/background_gastric.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.text_back {
	background-image: url(../images/text_back_gastric.png);
	background-repeat: repeat-y;
	background-position: center top;
	height: 100%;
}
.header_back {
	background-image: url(../images/header_gastric.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 628px;
}
.main_title {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 48px;
	font-weight: normal;
	margin: 0;
	letter-spacing: -0.07em;
	position:relative;
	text-shadow: #152c51 2px 2px 2px;
	color: #FFF;
	padding: 0px;
	text-align: left;
}
.menu_text {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 26px;
	font-weight: normal;
	margin: 0;
	letter-spacing: -0.05em;
	text-shadow: #fff 0px 2px 3px;
	color: #4d8fc3;
	padding: 0px;
}
.menu_text A:link {color: #4d8fc3; text-decoration:none}
.menu_text A:hover {color: #2e6590; text-decoration:none}
.menu_text A:active {color: #4d8fc3; text-decoration:none}
.menu_text A:visited {color: #4d8fc3; text-decoration:none}

.normal_text {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 13px;
	color: #333;
	margin: 0px;
	padding: 0px;
	text-align: left;
}
.normal_text A:link {color: #3A8DC6; text-decoration:none}
.normal_text A:hover {color: #2e6590; text-decoration:underline}
.normal_text A:active {color: #3A8DC6; text-decoration:none}
.normal_text A:visited {color: #3A8DC6; text-decoration:none}

.footer_text {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
	color: #3A8DC6;
	margin: 2px;
	padding: 2px;
	text-align: center;
}
.footer_text A:link {color: #3A8DC6; text-decoration:none}
.footer_text A:hover {color: #2e6590; text-decoration:none}
.footer_text A:active {color: #3A8DC6; text-decoration:none}
.footer_text A:visited {color: #3A8DC6; text-decoration:none}

.subtitle_text {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 18px;
	font-weight: normal;
	margin: 0;
	letter-spacing: -0.04em;
	color: #23578C;
	padding: 0px;
	text-align: left;
}
.highlighted_text {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 15px;
	color: #000;
	margin: 0px;
	padding: 0px;
	letter-spacing: -0.04em;
	font-weight:bold;
	text-align: left;
}
.big_title {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 22px;
	font-weight: normal;
	margin: 0;
	letter-spacing: -0.05em;
	text-shadow: #fff 0px 2px 3px;
	color: #4d8fc3;
	padding: 0px;
	text-align: left;
}
.menu_bar {
	background-image: url(../images/menu_bar_gastric.jpg);
	background-repeat: repeat-y;
	height: 100%;
	width: 2px;
}
