body {
	background-color: #000;
	background-image: url(image/fondowow.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: top;
	margin: 0px;
	color: #420;
	font-family: "Palatino Linotype", "Book Antiqua", Georgia;
	font-size: 18px;
}
h2 {
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #900;
	border-bottom-color: #900;
}
h2 a {
	background-image: url(image/header.png);
	display: block;
	height: 66px;
	width: 665px;
	margin-right: auto;
	margin-left: auto;
	text-indent: -9999px;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	background-repeat: no-repeat;
}
a:link, a:visited {
	color: #900;
}

a:hover, a:active {
	color: #630;
}
#contenedor {
	background-image: url(image/contenedorpapiro.png);
	width: 900px;
	background-repeat: repeat-y;
	margin-right: auto;
	margin-left: auto;
	font-size: 75%;
}
#encabezado h1 {
	font-size: 9px;
	margin: 0px;
	text-align: center;
	padding-top: 10px;
}
#contenido {
	padding-right: 25px;
	padding-left: 30px;
}
#navegacion {
	float: left;
	width: 135px;
	margin-left: 8px;
}
#navegacion #s {
	background-color: #F3F4C6;
	width: 65px;
	float: left;
	margin-right: 4px;
}
#navegacion #searchsubmit {
	width: 60px;
}

#navegacion h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-align: center;
}
#navegacion ul {
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
	font-size: 95%;
	font-style: italic;
}
#navegacion ul li ul {
	list-style-type: circle;
	padding-left: 10px;
	list-style-position: inside;
	font-size: 11px;
}
#navegacion ul .categorias {
	background-image: url(image/categoriaswow.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 20px;
	width: 120px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #000;
	text-indent: -9999px;
	margin-top: 5px;
	margin-bottom: 5px;
}
#navegacion ul .archivos {
	background-image: url(image/archivoswow.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 20px;
	width: 120px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #000;
	text-indent: -9999px;
	margin-top: 5px;
	margin-bottom: 5px;
}
#navegacion ul .validacion {
	background-image: url(image/validacionwow.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 20px;
	width: 120px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #000;
	text-indent: -9999px;
	margin-top: 5px;
	margin-bottom: 5px;
}
#navegacion ul .bitacoras {
	background-image: url(image/bitacoras.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 20px;
	width: 120px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #000;
	text-indent: -9999px;
	margin-top: 5px;
	margin-bottom: 5px;
}
#entradas {
	float: left;
	width: 688px;
	line-height: 1.5em;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #420;
	padding-left: 4px;
	padding-right: 8px;
}
#entradas #respond {
	padding: 6px;
}
#entradas h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
}
#entradas h3 a {
	color: #930;
	font-weight: bold;
	text-decoration: none;
}
#entradas h3 a:hover {
	color: #900;
	font-weight: bold;
	text-decoration: underline;
}
#entradas .meta {
	font-size: 80%;
}
#respond form {
	background-image: url(image/fondoformwow.png);
	border: 1px solid #420;
	padding: 4px;
}
#respond textarea {
	width: 550px;
}

#pie {
	clear: both;
	float: none;
	font-size: 10px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
.alignright {
	margin-bottom: 8px;
	margin-left: 8px;
	float: right;
}
.alignrightborde {
	margin-bottom: 8px;
	float: right;
	border: 3px solid #FFF;
	margin-left: 8px;
}
.alignleftborde {
	margin-bottom: 8px;
	float: left;
	border: 3px solid #FFF;
	margin-right: 8px;
}
.bordeblancos {
	border: 3px solid #FFF;
}
.centrar {
	text-align: center;
}
