@charset "utf-8";
/* CSS Document */
#body
html,body{
	background-image:url(../images/background.jpg);
	background-repeat:no-repeat;
	background-repeat:repeat-x;
	margin:10;
	padding:10;
	height:100%;
	/*width:100%;*/
}
#center {
	/*background-color:#01A5E2;*/
	margin-left:auto;
	margin-right:auto;
	margin-bottom:auto;
	width:906px;
	margin-top:0px;
}
#header {
	margin:32px 0 0 5px;
	height:245px;
	padding-top:0px;
	width:908px;
	background-image:url(../images/headFound.jpg);
	background-repeat:no-repeat;
}
#logo {
	/*background-color:#999999;*/
	height:132px;
	position:absolute;
	margin: 87px 87px 87px 59px;	
}
#content {
	/*background-image:url(../images/fondoBody.jpg);
	background-repeat:no-repeat;
	background-position:bottom;*/
	margin-left:auto;
	margin-right:auto;
	margin-bottom:auto;
	background-color:#01A5E2;
	padding-bottom:45px;
	padding-top:0px;
	width:907px;
	height:auto;
}
.tableContent {
	width:912px;
	height:100%;
}
.tdLeft	{
	background-image:url(../images/left.jpg);
	background-repeat:no-repeat;
	background-repeat:repeat-y;
	width:35px;
}
#columLeft { 
	height:100%;margin-left:-3px;margin-top:0px;width:35px;float:left;
}
.tdRight{
	background-color:#23425F;
	background-image:url(../images/right.jpg);
	background-repeat:no-repeat;
	background-repeat:repeat-y;
	width:35px;
}
#columRight	{
	height:100%;margin-right:0px;margin-top:0px;width:84px;float:right;
}
#content_text { 
	background-image:url(../images/foundContent.jpg);
	background-repeat:repeat;
	position:relative;
	margin-left:230px;
	margin-right:15px; 
	margin-top:0px;
	position:relative;
	padding-top:0;
	text-align:left;
	width:545px;
	padding-bottom:0;
}
#allContent	{
	width:510px;
	margin-left:8px;
	margin-right:10px;
	color:#FFFFFF;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:12px;
	text-align:justify;
}
#title {
	background-image:url(../images/headContent.jpg);
	background-repeat:no-repeat;
	height:65px;
	margin-bottom:0;
	color:#FFFFFF;
	font-family:Arial,Helvetica,sans-serif;
	font-size:36px;
	font-weight:bold;
	text-indent:21px;
	vertical-align:middle;
}
#foundBottom {
	background-image:url(../images/foundContentBottom.jpg);
	background-repeat:no-repeat;
	margin-bottom:0;
	height:20px;
}
#menu_left {
	background-image:url(../images/foundMenu.jpg);
	background-repeat:repeat;
	height:394px#content_text;
	margin-left:0px;
	margin-top:0px;
	padding:9px;
	padding-top:50px;
	width:167px;
	float:left;
}
#menu_top {
	float:right;
	font-size:9px;
	height:20px;
	margin-top:185px;
	padding-top:0;
	text-align:left;
	width:514px;;
	text-transform: uppercase;
	font-family:Arial, Helvetica, sans-serif;
}
#footer	{
	background:#FFFFFF;
	background-image:url(../images/footer.jpg);
	background-repeat:no-repeat;
	width:919px;
	height:141px;
	position:relative;
	text-align:center;
	margin: -45px 0 0 158px;	
}
/* IE6 Only */
* html #header {
	margin-left:auto;
	margin-right:auto;
	height:245px;
	padding-top:0px;
	width:908px;
	margin-bottom:-1px;
	margin-top:17px;
	background-image:url(../images/headFound.jpg);
	background-repeat:no-repeat;
}
* html #content_text {
	background-image:url(../images/foundContent.jpg);
	background-repeat:repeat;
	margin-left:218px;
	margin-right:15px; 
	/*margin-top:-420px;*/
	position:absolut;
	padding-top:0;
	text-align:left;
	width:500px;
}
* html #content {
	/*background-image:url(../images/fondoBody.jpg);
	background-repeat:no-repeat;
	background-position:bottom;*/
	margin-left:160px;
	margin-right:auto;
	background-color:#01A5E2;
	padding-bottom:45px;
	padding-top:0px;
	width:907px;
	height:auto;
}
* html #columLeft { 
	height:100%;margin-left:-4px;margin-top:0px;width:35px;float:left;
}
* html #columRight	{
	height:100%;margin-right:0px;margin-top:0px;width:85px;float:right;
}
* html #menu_left {
	background-image:url(../images/foundMenu.jpg);
	background-repeat:repeat;
	height:394px;
	margin-left:10px;
	margin-top:0px;
	padding:9px;
	padding-top:50px;
	width:167px;
	float:left;
}
* html #footer	{
	background: #FFFFFF url(../images/footerIE.jpg);
	background-repeat:no-repeat;
	width:930px;
	height:141px;
	position:relative;
	text-align:center;
	margin: -45px 0 0 148px;		
}
/* IE7 Only */
*:first-child+html #content_text {
	background-image:url(../images/foundContent.jpg);
	background-repeat:repeat;
	margin-left:20px;
	margin-right:15px;
	margin-top:10px;
	/*position:absolute;*/
	padding-top:0;
	text-align:left;
	width:560px;
	padding-bottom:0;
}
*:first-child+html #footer	{
	background: #FFFFFF url(../images/footerIE7.jpg);
	background-repeat:no-repeat;
	width:930px;
	height:141px;
	position:relative;
	text-align:center;
	margin: -45px 0 0 151px;		
}