/* Actualización de CCS */
* {padding: 0; margin: 0;}

body{
	text-align:center;
	font-family:Arial;
	font-size:14px;
	color:#000;
	/*background-image:url('http://sqa.sqasa.com/Portals/1/images/bg_body.png');
	background-position:top;
	background-repeat:repeat-x;*/
background-color:#000;
		}

UL LI{
margin-left:85px;
	font-family:Arial;
	font-size:14px;
	text-align:left;}

#wrapper{ 
	margin: 0 auto;
	width: 760px;}
			#user{
				float:left;
				width:100%;
				height:23px;
				background-image:url('/Portals/1/images/top.png');
				background-repeat:no-repeat;
				background-position:top;}
			#header{
				float:left;
				width:100%;
				background-color:#FFF;}
					#header P {
						margin:0px;
					}
			#mainmenu{
				float:left;
				width:100%;}
			#headersection{
				float:left;
				width:100%;
				background-color:white;
					}
						#headersection P{
							margin:0px;
						}
			#cntmaincontent{
				float:left;
				width:100%;
				background-image:url('/Portals/1/images/bg_content.png');
				background-repeat:no-repeat;
				background-position:bottom;
				background-color:#FFF;}
			#maincontent{
				float:left;
				width:740px;
				margin:20 0 20 0;
				text-align:left;
				
				}
			#maincontent P{
				font-family:Arial;
				font-size:14px;
				text-align:left;
				margin-left:55px;
				margin-bottom:10px;
}

			#buttons{
				float:left;
				width:100%;
				background-color:#FFF;}
			#bottommenu{
				float:left;
				width:100%;}
					#bottommenu P{
						margin-top:10px;
						margin-bottom:10px;
					}
			#footer{
				float:left;
				width:100%;
				margin-top:10px;
				text-align:center;
				font-family:Tahoma;
				font-size:10px;
				color:#f5f5f5;}

