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

body {
	background: url('images/bg_body.gif');
	font-family: Verdana;
	font-size: 12px;
	color: #000000;
}

#contenedor {
	background: url('images/bg_contenedor.gif');
	width: 1024px;
	margin: 0px auto;
}

#encabezado {
	background: transparent;
	width: 853px;
	height: 287px;
	margin: 0px auto;
}

#cuerpo {
	background: transparent;
	width: 779px;
	margin: 0px auto;
	position: relative;
	left: -10px;
}

#colizq {
	background: transparent;
	width: 265px;
	float: left;
}

#colder {
	background: transparent;
	width: 514px;
	float: left;
}

#pie {
	background: transparent;
	width: 779px;
	margin: 0px auto;
	text-align: center;
}

#loginbox {
	background: url('images/bg_login.jpg');
	width: 265px;
	background-color:#f1e484;
	height:155px;
}

.normal {
	margin: 20px auto 5px auto;
}

.clear {
	clear: both;
}