@charset "utf-8";
/* CSS Document */


body {
	margin: 0px;
	padding: 0px;
}
#principal {
	width: 450px;
	margin: 0 auto;
}
#encabezado {
	/*background-image: url(header.jpg);*/
	background-repeat: no-repeat;
	height: 120px;
}
#usuario {
	position:relative;
	height: 50px;
	width: 300px;
	margin-top: 40px;
	padding: 0 40px 0 40px;
	color: #9a9226;
	float: left;
}
#menu-lh {
	position:relative;
	background-image: url(i/menu_bg_lh.png);
	background-repeat: no-repeat;
	height: 43px;
	width: 10px;
	float: left;
}
#contenedor-menu {
	position: relative;
	height: 40px;
	width: 450px;
	float: left;
}
#menu-login {
	background-image:url(i/menu_bg.png);
	position:relative;
	height: 30px;
	width: 100px;
	text-align: center;
	padding: 13px 0 0 0;
	float: left;
}
#menu-rh {
	position:relative;
	background-image: url(i/menu_bg_rh.png);
	background-repeat: no-repeat;
	height: 43px;
	width: 10px;
	float: left;
}
#corte {
	clear:both;
}
#contenido {
	position:relative;
	padding: 30px 0 0 0;
	float: left;
}
#contenido-i {
	position:relative;
	width: 650px;
	padding: 0 20px 0 20px;
	float: left;
}
#columna-lh {
	position:relative;
	width: 250px;
	padding: 0 20px 0 20px;
	background-color: #F2F2F2;
	float: left;
}
#piedepagina {
	height: 20px;
	margin-top: 30px;
	padding: 20px 20px 20px 20px;
	background-color: #F2F2F2;
}
