	body{
		background-color:#333333;
	color:#DFDFDF;
	}
	
	h1{
		text-indent:-99999px;
		margin:0;
		padding:0;
		border:0;
		display:none;
	}
	#wraper{
		margin:0 auto;
		height:100%;
		width:770px;
		padding:0;
		border:0;
		background-color:#2B5BA5;
	}
	#header{
		height:160px;
		width:770px;
		position:relative;
	}
	
	#header #login{
		position:absolute;
		right:0px;
		bottom:0px;
		padding:0 20px 0 0;
		}
	#side{
		float:left;
		height:100%;
		width:170px;
	}
	#secondside{
		float:right;
		height:100%;
		width:170px;
		padding:30px 0 0 0;
	}
	#principal{
		float:left;
		width:426px;
		height:100%;
		padding:40px 0 0 0;
	}

	#principal p{
		margin:10px 0px;
		padding:10px 0px;
	}

	


		#usuarios_linea td{
			width:100px;
		}

		#usuarios_linea{
			margin:0 auto;
		}

		#usuarios_linea .cabecera{
			font-weight:bold;
		}
	#footer{
		clear:both;
		height:100%;
		width:770px;
		text-align:center;
	}
	#marquee{
		position:absolute;
		bottom:0px;
		left:280px;
		text-align:center;
	}
