@charset "utf-8";
/* CSS Document */

/*	Page Structure *************************************************************
*******************************************************************************/
*{
	margin:0;
	padding:0;
}
body {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	background-repeat: repeat-y;
	background-position:0px 0px;
	font-size: 12px;
	height: 100%;
	background-image: url(website/bg-satin.jpg);
}
html {
	height: 100%;
}

#website {
	height: 100%;
	width: 1005px;
	background-repeat: repeat-y;
	background-position: 0px 0px;
	background-attachment: fixed;
	display: block;
}
#header {
	height:90px;
	background-repeat: no-repeat;
	background-image: url(/Css/header/bg_trans_01.jpg);
	background-position: left top;
}
#header_lft {
	display: block;
	width: 350px;
	height: 50px;
	float: left;
}
#header_r {
	height: 50px;
	display: block;
	width: 285px;
	float: left;
}


#header_center {
	width: 350px;
	height: 25px;
	text-align: right;
	display: block;
	position: absolute;
	top: 0px;
	left: 650px;
	background-image: url(/Css/nav/header_center_01.jpg);
}
#header_center a {
	color: #88B2BD;
	font-size: 12px;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
	line-height: 25px;
}
#header_center a:hover, #header_center a.on {
	color: #FFF;
}



#menu {
	display: block;
	top: 50px;
	text-align: center;
	width: 1000px;
	position: absolute;
	left: 0px;
	height: 40px;
	background-image: url(/Css/nav/menu.jpg);
	padding-left: 0px;
}

#menu a {
	font-size: 12px;
	color: #222426;
	text-decoration: none;
	width: auto;
	margin-right: 0px;
	height: 33px;
	float: left;
	display: block;
	line-height: 33px;
	padding-right: 12px;
	padding-left: 12px;
	letter-spacing: -0em;
	margin-top: 3px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #C4D7ED;
	font-weight: bold;
	text-transform: capitalize;
}
#menu a:hover {
	background-color: #C4D7ED;
	color: #375D81;

}
#menu   a:hover,#menu a.on  {
	color: #375D81;
	background-image: url(/Css/nav/menu_o.jpg);
}


#footer {
	width:215px;
	height:27px;
	/*acomodo footer*/
	position:fixed;
	left:0;
	/*	width:100%;
*/	height:40px;
	bottom: 0px;
	display: none;
}
#footer_lft  {
	float: left;
	width: 215px;
	display: none;
	height: 40px;
	margin-top: 0px;
	background-image: url(/Css/nav/menu_abajo.jpg);
}


#footer_rgt  {
	display: block;
	float: left;
	width: 590px;
	text-align: right;
	height: 26px;
	line-height: 26px;
	color: #828B94;
	font-size: 10px;
}
#footer_rgt a {
	text-decoration: none;
	color: #636B74;
	padding-right: 5px;
	padding-left: 5px;
}
#footer_rgt  a:hover, #footer_rgt a.on {
	color: #3399CC;
}
#wrapper {
	height: 500px;
	width: 100%;
}


#bnr_prl {
	height: 310px;
	display: block;
	background-color: #000000;
	width: 1000px;
}
#announce {
	height: 160px;
	display: block;
	background-image: url(/Css/website/bg_announce.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#announce #annon_01 {
	float: left;
	display: block;
	height: 160px;
	width: 333px;
}
#announce #annon_02 {
	float: left;
	display: block;
	height: 160px;
	width: 334px;
}
#announce #annon_03 {
	float: left;
	display: block;
	height: 160px;
	width: 333px;
}
