/* Alambre Estudio
   www.alambre.net
   //
   Estilos Auka CSS+XHTML
   Estructura General
   Febero 2010
*/

/* General */

body{
	font-family: Helvetica, Verdana, Arial, sans-serif;
	background: #edebe7 url(../img/estructura/auka_fondo.gif) repeat-y scroll center 50px;
	font-size: 11px;
	line-height: 14px;
	color: #595954;
}

a{
	text-decoration: none;
	}

a:link, a:visited{
	color: #989183;
	}

a:hover{
	color: #615a46;
	}

#wrap{
	margin-left: auto;
	margin-bottom: 20px;
	margin-right: auto;
	margin-top: 0px;
	width: 960px;
	position: relative;
	background-color: white;
}

#header{
	margin-top: 50px;
	margin-bottom: 24px;
}

#contenido{
	width: 960px;
}

#footer{
	padding-top: 6px;
	border-top-style: solid;
	border-top-color: #787878;
	border-top-width: 1px;
	margin-top: 74px;
	width: 960px;
	text-align: right;
}

/* Cabecera */

	#logo{
	float: left;
	width: 202px;
}

	#menu{
	float: right;
	width: 600px;
	text-align: right;
	margin-top: 60px;
	}

	#menu .sep{
	margin-left: 11px;
	margin-right: 11px;
}

	#menu #n0{
	margin-bottom: 5px;
}

/* general */

	p.bodytext{
	font-size: 11px;
	line-height: 15px;
	margin-bottom: 15px;
	}