html,body {
	padding: 0px;
	margin: 0px;
	height: 100%;
	width: 100%;
}
body {
	font-family: Tahoma, Arial, sans-serif, verdana;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #93D5E3;
}
#bg_index {
	background-image: url(../img/index/bg.jpg);
	background-repeat: no-repeat;
	position: relative;
	height: 600px;
	width: 755px;
	clear: both;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;

}
#bg_index #menuindex {
	position: relative;
	height: 190px;
	width: 170px;
	top: 220px;
	left: 320px;
	float: left;
}
#bg_index #logo {
	position: relative;
	height: 580px;
	width: 300px;
	top: 10px;
	float: right;
	right: 10px;
	
}
/* ----------------------------------------MAIN---------------------------------------*/
#bg_index #main {
	position: relative;
	height: 467px;
	width: 439px;
	float: right;
	top: 70px;
	right: 42px;
}/*
#bg_index #main #linetop {
	background-image: url(../img/index/line_top.jpg);
	background-repeat: repeat-x;
	background-position: top;
	position: relative;
	height: 467px;
	width: 439px;
}
#bg_index #main #linedown {
	background-image: url(../img/index/line_down.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	position: relative;
	height: 467px;
	width: 439px;
}
#bg_index #main #lineleft {
	background-image: url(../img/index/line_left.jpg);
	background-repeat: repeat-y;
	background-position: left;
	position: relative;
	height: 467px;
	width: 439px;
}
#bg_index #main #lineright {
	background-image: url(../img/index/line_right.jpg);
	background-repeat: repeat-y;
	background-position: right;
	position: relative;
	height: 467px;
	width: 439px;
}
#bg_index #main #cornertopleft {
	background-image: url(../img/index/corner_leftUp.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
	height: 467px;
	width: 439px;
}
#bg_index #main #cornertopright {
	background-image: url(../img/index/corner_rightUp.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	position: relative;
	height: 467px;
	width: 439px;
}
#bg_index #main #cornerdownright {
	background-image: url(../img/index/corner_rightDown.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	position: relative;
	height: 467px;
	width: 439px;
}
#bg_index #main #cornerdownleft {
	background-image: url(../img/index/corner_leftDown.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	position: relative;
	height: 467px;
	width: 439px;
}*/
/* ----------------------------------- FIM MAIN --------------------------------------*/
#bg_index #menuindex .elMenu {
	position: relative;
	width: 170px;
	height: 190px;
	float: left;
}
#bg_index #menuindex .elMenu .textMenu {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	position: relative;
	height: 20px;
	width: 140px;
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #93D5E3;
	margin-bottom: 10px;
	clear: both;
	left: 13px;
	text-decoration: none;
}
/* ----------------------------------- Links --------------------------------------*/
a:link {
	text-decoration: none;
	color: #FFFFFF;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #93D5E3;
}
a:active {
	text-decoration: none;	
}
/* --------------------------------- End Links ------------------------------------*/

.logo{
	position:relative;
	float:left;
	top:5px;
	left:0px;
	clear:both;
	text-align:center;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding: 0px;
	margin: 0px;
	height: 50px;
	width:100%;
}

