/* CSS Document */



* { margin:0px; padding:0; }

body { 
	/**
	background-image: url(../images/page-bg_old.jpg) ;

	background-repeat:no-repeat;

	background-position: top center;

	background-color: #f1f5fa; 

	width: 924px;

	height: 100%;

	position:relative;

	margin-left: auto;

	margin-top: 0px;

	margin-right: auto;

	margin-bottom: 0px; **/

	/** Tyrone Prieto new CSS **/
	
	font:12px/18px normal normal Arial, Helvetica, sans-serif;
	color:##626262;
	background:#eef3f9 url(../images/page-bg.jpg) repeat-x;
	width: 924px;
	margin:0 auto;

	}

small{
	font-size:10px;
}
.headerbg {

	background-image:url(../images/header-bg.jpg);

	background-repeat:no-repeat;

	width:924px;

	height:140px;
	min-height:140px;
	height:auto !important;

	}

.mainpanel {

	background-image:url(../images/mainpanel-bg.jpg);

	background-repeat:no-repeat;

	width:924px;

	height:507px;
	min-height:507px;
	height:auto !important;

	vertical-align:top;	

	}

.subpanel {

	background-image:url(../images/subpanel-bg.jpg);

	background-repeat:no-repeat;

	width:924px;

	min-height:194px;
	height:194px;	
	height:auto !important;

	}

p { 

   	text-align: justify;

	}

.empanel {

	padding:0 50px 0 50px;

	}

p.emp { 

	font-weight:300;

	text-align: justify;

	color: #474747; 

	}	

h1 { 


	font-size: 25px;

	text-align: center; 

 	color: #3366CC;

	}	

h2 { 
	font-size: 16px;

	font-weight:700;

	text-align: left; 

 	color: #FFF;

	}


.footer a, a:active a:visited{
	text-decoration:underline;
	color:#2b2929;
}
.footer a:hover{
	text-decoration:none;
	color:#333333;
	color:#3366CC;
}
.footer {

	padding:10px 50px 0 50px;
	text-align: center;
	line-height:25px;
	margin-bottom:20px;
	}	
.footer  p{
	text-align:center;
	color:#474747;

}

/**
.footertext { 

	font-weight:normal;

	text-align: center;

	 color: #474747; 
	color:#fff0000;
	}
**/

a.footertext { 

	font-weight:normal;

	text-align: center;

	color: #474747; 

	text-decoration:none;

	}

a:selected.footertext { 

	text-align: center;

	color: #474747;

	text-decoration:none;

	}

a:hover.footertext { 


	font-weight:normal;

	text-align: center;

	color: #474747;

	text-decoration:underline;

	}

#indexMainFooterLinks{ width:920px; float:left; padding:20px 0;}
#indexMainFooterLinks p{
	padding:0;
	margin:0;
	text-align:center;
	font-size:12px; font-family:Arial, Helvetica, sans-serif;
	color:#7e7e7e;
	
}
#indexMainFooterLinks a, #indexMainFooterLinks a:active a:visited{ font-size:11px; color:#7e7e7e; margin:0 5px; text-decoration:underline;}
#indexMainFooterLinks a:hover{ text-decoration:none; color:#000000;}










	



