body {
	margin: 0;
	background: #65d0ff;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#000000;
}

h1, h2, h3, p, ul, ol {
	margin-top: 0;
}

h1, h2, h3 {
	text-transform: lowercase;
}

h1 {
	letter-spacing: -2px;
	font-size: 250%;
}

h2 {
	letter-spacing: -1px;
	font-size: 167%;
}

h3 {
	font-size: 123.1%;
}

p, ul, ol {
	margin-bottom: 1.8em;
	line-height: 180%;
}

strong, em {
	color: #ddd;
}

a {
	text-decoration: none;
}

a:link {
	border-bottom: 1px dotted #000;
	color:#000000;
}

a:visited {
	color:#000000;
	border-bottom: 1px dotted #000;
}

a:hover {
	font-weight:bold;
	color:#000000;
	border-bottom-color: #000;
}

a img {
	border: none;
}

/* WRAP - Encloses everything to add the header background. */

#wrap {
	background: url(header_bg.png) no-repeat 50% 0;
}

/* HEADER - Contains the logo, slogan and menu. */

#header {
	color:#000000;
	width: 960px;
	height: 127px;
	margin: 0 auto;
	text-transform: lowercase;
}

/* LOGO & SLOGAN */

#header h1, #header h2 {
	margin: 0;
	text-align: center;
}

#header h1 {
	padding-top: 7px;
}

#header a {
	border: none;
	color: #ffffff;
}

#header a:hover {
	color: #cccccc;
	font-weight: bold;
}

#secciones {
	margin-top:3px;
	float:left;
}

#botonsecciones {
	color:#FFFFFF;
}

/* MENU */

#header ul {
	margin: 0;
	padding: 1em 0 0 0;
	line-height: normal;
	list-style: none;
	text-align: center;
}

#header li {
	display: inline;
}

#header li a {
	padding: 0 1em;
	font-weight: bold;
	color: #cccccc;
}

#header li a:hover {
	background: url(post_entry_bg.png) repeat-x 0 50%;
	color: #ffffff;
}


#boton {
	color:#FFFFFF;
}


/* PAGE - Contains the main content and the sidebar. */

#page {
	width: 960px;
	margin: 0 auto;
}

/* CONTENT - The main content area. */

#content {
	float: right;
	width: 640px;
}

/* POST - Contains a section of the content. Grouping content is neat. */

.post {
	margin-bottom: 20px;
}

.post .title {
	height: 35px;
	margin: 0;
	padding: 6px 0 0 20px;
	background: url(post_title_bg.png) repeat-x;
	font-size: 153.9%;
	font-weight: normal;
	color: #fff;
}

.post .title a {
	border: none;
	color: #fff;
}

.post .entry {
	padding: 1px 20px 1px 20px;
	background: url(post_entry_bg.png);
}

.post .byline {
	font-size: 13px;
	;
	color: #FFFFFF;
	margin-top:15px;
}

.post .byline a {
	font-weight: bold;
	color: #999;
}

/* SIDEBAR - For extra links and ad spaces. */

#csidebar {
	float: left;
	width: 300px;
}

#sidebar {
	float: left;
	width: 300px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li ul {
	padding: 20px;
}

#sidebar li li {
	padding: 2px 0;
	border-bottom: 1px dotted #333;
}

#sidebar li li a {
	border: none;
}

/*#sidebar li li a:hover {
	padding-left: 20px;
	background: url(bullet_go.png) no-repeat 0 50%;
	color: #fff;
}
*/
#sidebar h2 {
	height: 35px;
	margin: 0;
	padding: 6px 0 0 20px;
	background: url(post_title_bg.png) repeat-x;
	font-size: 153.9%;
	font-weight: normal;
	color: #fff;
}

/* FOOTER - For footnotes and copyright notices. */

#footer {
	background-image:url(pie_bg.png);
	background-repeat:no-repeat;
	clear: both;
	width: 1100px;
	height:103px;
	margin: 0 auto;
	text-align: center;
	font-size: smaller;
}
