body {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 0.85em;
background-color: #ffffc0;
	}


#logo {
float: left;
width: 10em;
left: 0;
top: 0;
margin-left:0;
padding-left: 0;
}

#logo img {
margin: 1em;
padding: 0.5em;
}

#encabezado {
 background-color: #FA7901;
 color: #000;
height: 15%;
 }

 #contenedor {
 	background-color:#FFFFC0;

	}
 
h1 {
 font: 2.4em "Lucida Sans Unicode", "Lucida Sans", verdana, arial, helvetica;
 line-height: 250%;
  color:#400000; 
  }
	h2  {
 font: 1.2em "Lucida Sans Unicode", "Lucida Sans", verdana, arial, helvetica;
	color:#400000;
	text-indent: 0em;
	}

#Navinav {
background:#000080;
}

#Navinav ul{ 
font-size:1.2em;
font-weight:bold;
padding-top:0.1em;
margin-left:0;

}



#Navinav ul li{ 
margin:1;
display:inline;
list-style:none;
}
#Navinav ul li a{ 
padding-right:0.5em;
margin-left:0em;
color:#fff;
text-decoration:none;
background:#000080;
padding-left:0em;
padding-top:0.1em;
}

#Navinav ul li a.current{ 

border-bottom-width:0.1em;
border-bottom-style:solid;
border-bottom-color:#fff;
}

/* Wide Post */

.wide-post {
	width: 40em;
	margin-left: 11em;

}

.wide-post .title {
	
	font-size: 2em;
}

.wide-post .title a {
	text-decoration: none;
	border-bottom: 0.1em solid #B4BBBE;
	color: #111111;
}

.wide-post .title a:hover {
	border: none;
}

.wide-post .entry {
	padding: 0;
}

.wide-post .bottom {
	height: 20px;
}

.wide-post .links {
	clear: both;
	margin: 0;
	padding: 1em;
	background: #CDD4D7;
	border-top: 0.1em solid #B4BBBE;
	font-size: .9em;
}

.wide-post .links a {
	text-decoration: none;
}

.wide-post .links .date {
	padding-left: 2em;
}

.wide-post .links .author {
	padding-left: 2em;
}

.wide-post .links .comments {
	padding-left: 2em;

}

.wide-post .links .feeds {
	padding-left: 1em;

}


/* Recent Posts */

#recent-posts {
}

#recent-posts ul {
	margin: 0;
	padding: 2em;
	list-style: none;
}

#recent-posts li {
	padding: 2em 2em;
	border-bottom: 0.1em solid #949EA4;
}

/* Recent Comments */

#recent-comments {
}

#recent-comments ul {
	margin: 0;
	padding: 2em;
	list-style: none;
}

#recent-comments li {
	padding: 2em 3em 2em 3em;
	border-bottom: 0.1em solid #949EA4;
}



/* Footer */

#footer {
	padding: 1em 0;
	background: #FA7901;
}

#footer p {
	text-align: center;
	font-size: smaller;
	color: #000000;
}
#footer ul {
	margin-left: auto;
	margin-right: auto;
	}
	
#footer li{
	display: inline;
	margin: 1em;
}

#menu-home
{
padding-left: 0;
margin-left: 0;
width: 10em;
float: left;
position: absolute;
left: 1em;
background-color:#FFFF00;
}
#menu-home li:hover{ 
color:#000;
background-color: #FFFFC0;
border-color:#227;
}

#menu-home li
{
list-style: none;
margin: 0;
padding: 0.25em;
border-top: 1px solid gray;
}

#menu-home li a { text-decoration: none; }

