/*
//---------------------------------------------------------------------
//		CABECERA
//---------------------------------------------------------------------
*/

#cabecera{
	width: 100%;
	height: 50px;
	background: #fff url("./imagenes/fondocabecera.jpg") repeat-x top left;
}

#cabecera #logoLNE{
	float: left;
	height: 50px;
	width: 120px;
	margin: 0px;
	border: 0px;
}

#cabecera #logoAula{
	float: right;
	height: 50px;
	width: 120px;
	margin: 0px;
	border: 0px;
}


/*
//---------------------------------------------------------------------
//		Hoja de estilos Generales de LNETV
//		Modificado: 08/03/06 x Sergio
//	
//---------------------------------------------------------------------
*/
body
{
	background: #fff;
	margin: 0px;
	padding: 0px;
	font-family: "Tahoma", "Verdana", "Arial", "Helvetica" , sans-serif;
	font-size: 10pt;
	color: #666;
	text-align: center;
}
/*
//---------------------------------------------------------------------
//		CONTENIDO
//---------------------------------------------------------------------
*/


#contenido{
	width: 560px;
	height: auto;
	margin: 0px auto;
	padding: 30px;
	text-align: center;
}

#pie
{
	color: #666;
	font-size: 8pt;
	clear:both;
	margin: 20px 0px 0px 0px;
	padding: 10px 0px;
	text-align: center;
	width: 100%;
	height: 20px;
	line-height: 20px;
}

#pie a{
	color: #000;
}

#pie a:hover{
	text-decoration: none;
}

