/* ---------- base styles ------------- */



* {

	padding:0;

	margin: 0;

	}

	

body {

	background-color: #369;

	text-align:center;

	font-family:Georgia, "Times New Roman", Times, serif;

	font-size: 85%;

	}

#wrapper {

	position:relative;

	width: 1000px;

	margin: 0 auto;

	text-align: left;

	background-color: #fcfae2;

	background-image: url(../images/lateralbg.gif);

	background-repeat: repeat-y;

	background-position: left top;

	}

#clear {

	clear:both;

	}

	

/* ----------------- cabecero ---------------*/

#cabecero {

	position: relative;

	height: 144px;

	background-color: #284F6B;

	background-repeat: no-repeat;

	background-position: left top;

    }

#cabecero h1{

	margin-left: -9000px;

	}

#cabecero ul {

	margin: 0;

	padding: 0;

	position: absolute;

	left: 0;

	bottom:0;

	float: left;

	width: 700px;

	list-style: none;

	background-color: #069;

	background-image: url(../images/menubg.gif);

	background-repeat: repeat-x;

	background-position: left top;

	}

#cabecero ul li{

	float:left;

	}

#cabecero ul a {

	padding: 0 1.1em;

	font-size: 16px;

	line-height: 1.5em;

	text-decoration: none;

	color: #fff;

	float: left;

	display: block;

	background-image: url(../images/menusepara.gif);

	background-repeat: no-repeat;

	background-position: left top;

    }

#cabecero ul a.primer {

	background: none;

	}

	

#inicioPag #inicioLink a, #diccionarioPag #diccionarioLink a, #nombresPag #nombresLink a, #ichingPag #ichingLink a, #cuadernoPag #cuadernoLink a, #notasPag #notasLink a, #contactoPag #contactoLink a {

	color: #6C8DA4;

	}

#inicioPag #inicioLink a:hover, #diccionarioPag #diccionarioLink a:hover, #nombresPag #nombresLink a:hover, #ichingPag #ichingLink a:hover, #cuadernoPag #cuadernoLink a:hover, #notasPag #notasLink a:hover, #contactoPag #contactoLink a:hover {

	cursor: default;

	}

#cabecero ul a:hover {

	color:#006;

	}

/* --------------------- contenido ------------------------ */

#contenido{

	float:left;

	width: 680px;

	}

	

/* --------------------- lateral ------------------------ */

#lateral {

	float:right;

	width: 300px;

	}

#lateral #publi_160x600 {

	margin-top: 40px;

	margin-right: 70px;

	margin-bottom: 70px;

	margin-left: 70px;

}

/* -------------------- pie de pagina -------------------------------- */

#piepag {

	color: #000;

	padding: 2em;

	clear: both;

	margin-top: 5em;

	background-color: #333;

	font-family: "Trebuchet MS", Helvetica, sans-serif;

	font-size: 0.8em;

	}

#piepag a{

	color: #d52e36;

	text-decoration: none;

	}



