@charset "utf-8";

/* CSS Document */
#wrap {
	width:792px;
	margin-left:auto;
	margin-right:auto;
}

/* ENCABEZADO */
#header {
}
	/* imagen de personas amplia */
	#head_wrap_1 {
		height:109px;
		position:relative;
	}

	/* logo del encabezado */
	#head_logo{
		float:left;
		background: url(../images/logo.gif) no-repeat top left;
		width:304px;
		height:105px;
		margin-top:4px;
	}

	/* logo houghton mifflin */
	#head_logo-hm{
		float:right;
		background: url(../images/houghtonmifflin.gif) no-repeat top right;
		width:210px;
		height:53px;
		margin-top:22px;
		margin-right:15px
	}

	/*imagen de personas amplia*/
	#head_imagen_superior {
		background: url(../images/banner_principal.gif) no-repeat top center;
		height:129px;
		width:792px;
	}

	/* menu de lenguajes */
	#language {
		position:absolute;
		right:19px;
		bottom:4px;
		text-align:center;
		padding:0;
	}

	/* Modulo del encabezado */
	#top {	
	}

	#languages {
		margin-top:100px;
		float:right;
		max-width:400px;
		overflow:hidden;
	}


/* CONTENIDO MIDDLE */
#middle {
	
}

	#midd_fondo_animado {
		position:relative;
		width:792px;
		min-height:379px;
	}

	/* COLUMNA IZQUIERDA */
	#left {
		width:94%;
		float:left;
		margin-top:30px;
		margin-left:23px;
	} 

	/* COLUMNA DERECHA */
	#right {
		width:0;
		height:100%;
		float:right;
		margin-top:30px;
		margin-right:10px;
	}

/* groups de banners */
#user1 {
	background-color:#FFFFFF;
}
	.banneritem_banners_lms {
		margin:3px;
		float:left;
	}
	.banneritem_banners_lms img {
		border:none;
	}
	.banneritem_banners_lms a:hover{
		text-decoration:none;
	}

	/* modulo de boton clic here para piloto */
	#click_here_rel {
		position:relative;
	}
	#click_here_abs {
		position:absolute;
		bottom:140px;
		right:0px;
	}

#user3 {
	margin-left:23px;
	width:40%;
}

.module_wide {
	text-align:center;
	margin-left:23px;
	margin-bottom:15px;
	width:700px;
}


/* FOOTER*/
#footer {
	background-color:#FFFFFF;
}

#foot_image {
	background: url(../images/barra_inferior.jpg) no-repeat top left;
	height:47px;
	width:792px;
}

.inside {
	padding:10px;
}
