/* --------------- VALORES GLOBALES -------------- */

body {
	margin: 30px 0; padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	background: url(imagenes/body_bg.png) center top no-repeat;
}

p {
	font-size: 0.9em;
	line-height: 1.5em;
}

a {
	color: #59708C;
	text-decoration: underline;
}
a:visited, a:hover {
	text-decoration: none;
}

ul, ol {font-size: 0.9em}
ul a, ol a {text-decoration: none}
ul a:hover, ol a:hover {color: #333}

#contenedor {
	width: 714px;
	margin: 0 auto;
	padding: 30px 40px 10px 40px;
	border: 1px solid #eee;
	background-color: #FFFF99;
}

#menu {
	width: 180px;
	padding: 0 20px 0 0;
	float: left;
}

#contenido {
	width: 494px;
	padding: 0 0 0 20px;
	float: left;
}

#pie {
	clear: left;
}

.clear {clear: both}



/* ------------- TITULOS ------------- */


h1 {
	display: block; 
	width: 241px; height: 37px;
	background: url(imagenes/logo.png) no-repeat;
	margin: 10px 0; padding: 0;
	text-indent: -9999px;
	float: left;
}
	h1 a {
		display: block; 
		width: 241px; height: 37px;
		overflow: hidden;
	}
	
h2 {
	font-size: 1.7em;
	color: #666;
	margin: 0; padding: 0;
}
	h2 a {color: #666; text-decoration: none}
	h2 a:hover {color: #333}

h3 {
	font-size: 1.1em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #59708C;
	border-bottom: 1px solid #59708C;
}


/* ------------- NAVEGACION ------------ */


ul#navegacion {
	margin: 20px 10px 0 0; padding: 0;
	list-style-type: none;
	float: right;
	font-weight: bold;
	font-size: 0.8em;
}
	ul#navegacion li {
		float: left;
		display: block;
		border-right: 1px solid #59708C;
	}
	ul#navegacion li.last {border: none}
	ul#navegacion li a {
		display: block;
		padding: 0 10px;
	}
	ul#navegacion li a:hover {text-decoration: underline}
	

/* --------------- EXTRAS -------------- */


p.about {
	font-size: 0.75em;
	line-height: 1.3em;
}

div.post {
	padding-bottom: 20px;
}

#pie p {
	font-size: 0.75em;
	color: #666;
	margin: 0; padding: 0;
}
	#pie p.credit {
		float: left;
	}
		#pie p.credit a {
			color: #333;
		}
	#pie p.copyright {
		text-align: right;
	}
