body {
	font-family: Harrington;
	font-size: 18px;
	width: 400px;
	vertical-align: middle;
	text-align: right;
}

h1, h2, h3 {
	color: #666;
}

h1 {
	font-size: 1.6em;
	font-weight: normal;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1em;
}

ul {
}

a {
	color: #630;
}

a:hover {
	font-size: 19px;
	color: #F00;
}

a img {
	border: none;
}

img.left {
	float: left;
	margin: 0 20px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 20px;
}

#header {
	width: 950px;
	margin: 0;
}

/* Header */

#logo {
	width: 950px;
	height: 200px;
	margin: 0;
	background-image: url(imagenes/nombre.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	
}

#logo h1, #logo p {
	float: left;
	margin: 0;
}

#logo span {
	color: #FFFFFF;
}

#logo h1 {
	padding: 80px 0 0 30px;
	letter-spacing: -1px;
	text-transform: lowercase;
	font-weight: normal;
	font-size: 5em;
}

#logo p {
	text-transform: uppercase;
	font-size: 10px;
	color: #FFFFFF;
}

#logo a {
	border: none;
	text-decoration: none;
	color: #FFFFFF;
}

/* Menu */

#menu {
	width: 800px;
	height: 50px;
	background-repeat: no-repeat;
	text-align: center;
	vertical-align: middle;
}

#menu_inferior {
	width: 800px;
	height: 50px;
	background-repeat: no-repeat;
	text-align: center;
	vertical-align: middle;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu_inferior ul {
	margin: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu_inferior li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 30px;
	text-decoration: none;
	text-transform: capitalize;
	font-size: 17px;
	color: #666;
	width: 100px;
	margin: 5px;
}

#menu_inferior a {
	display: block;
	float: left;
	height: 30px;
	text-decoration: none;
	text-transform: capitalize;
	font-size: 17px;
	color: #666;
	width: 100px;
	margin: 5px;
}

#menu a:hover {
	color: #900;
	text-decoration: underline;
}

#menu_inferior a:hover {
	color: #900;
	text-decoration: underline;
}

#menu .current_page_item a {
	color: #C00;
	text-decoration: underline;
}
#menu_inferior .current_page_item a {
	color: #C00;
	text-decoration: underline;
}

#menu .first {
	background: none;
}
#menu_inferior .first {
	background: none;
}

/* Wrapper */

#wrapper {
}


#page-bg {
}

/* Latest Post */

#latest-post {
	padding: 20px;
	border: 1px solid #E7E7E7;
}

/* Content */

#content {
	float: left;
	width: 900px;
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 30px;
}

.post {
	line-height: 200%;
	width: 900px;
}

.post h1 {
	font-weight: normal;
	text-align: center;
}

.title {
	padding: 0px;
	font-size: 40px;
	font-weight: normal;
	text-align: center;
}

.title a {
	color: #324506;
	font-size: 25px;
	text-align: center;
}

.title a:hover {
	text-align: center;
}

.byline {
	background: url(images/img04.jpg) repeat-x left bottom;
	padding-bottom: 10px;
}

.tag {
	padding: 0 15px;
}

.entry {
	margin-top: 20px;
	padding-top: 20px;
	text-align: justify;
	font-size: 18px;
}

.links {
	padding: 4px 0px;
	text-align: right;
	font-weight: bold;
}

.links a {
	border: none;
}

.links a:hover {
}

/* Sidebars */

#sidebar1 {
	float: left;
}

#sidebar2 {
	float: left;
	width: 450px;
	font-size: 12px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 15%;
	}

.sidebar {
	float: left;
	width: 220px;
	padding: 0;
	font-size: 12px;
}

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebar li {
	padding: 0 0 20px 0;
}

.sidebar li ul {
	padding: 10px 0px;
}

.sidebar li li {
	margin: 0 20px 0 15px;
	padding: 8px 0px;
	background: url(images/img04.jpg) repeat-x left bottom;
}


.sidebar li h2 {
	height: 34px;
	margin: 0 0 0 0;
	padding: 12px 15px 0px 20px;
	background: url(images/img03.jpg) no-repeat left top;
	font-size: 16px;
	color: #FFFFFF;
}

.sidebar a {
}


/* Footer */

#footer {
	width: 950px;
	height: 80px;
	margin: 0 auto;
	padding: 0 20px;
	font-style: normal;
	font-family: norma;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: medium;
	padding-bottom: 5px;
}

#footer a {
	color: #6E8A21;
}

#footer .link {
}

#footer .copyright {
}
