/*
Theme Name: Predeterminado de WordPress 
Theme URI: http://wordpress.org/
Description: El tema predeterminado de WordPress en versión internacional, basado en el conocido <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

* { margin:0px; padding:0px}

#page {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background-color: #FFFFFF;
	margin-top: 15px;
}
#header {
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #220000;
}
#content {
}

#header h1 a {
	display: block;
	height: 242px;
	width: 780px;
	background-image: url(images/top.jpg);
	background-repeat: no-repeat;
}
#header h1 strong {
	display: none;
}
#header h1 {
	width: 780px;
	height: 242px;
}
body {
	text-align: center;
	background-color: #220000;
	font-size: 0.8em;
	font-family: Arial, Helvetica, sans-serif;
}
#sidebar {
	float: right;
	width: 180px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 10px;
}
#sidebar h2 {
	font-size: 1.3em;
}
#sidebar h2 {
	margin-top: 5px;
}
#content li {
	margin-top: 5px;
	list-style-type: none;
}
#content p {
	margin-top: 5px;
}
#content .post {
	margin-top: 15px;
}
#sidebar p {
	margin-top: 5px;
}
#sidebar .entry {
	margin-bottom: 15px;
}
#sidebar .post {
	margin-top: 10px;
}
#sidebar li {
	list-style-type: none;
	margin-top: 5px;
}

#content {
	width: 550px;
	padding-left: 20px;
	padding-top: 20px;
	padding-bottom: 10px;
}
#footer {
	clear: both;
	padding: 10px;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #220000;
	text-align: center;
	margin-bottom: 15px;
}
a:link {
	color: #3B0208;
	text-decoration: none;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #360302;
	font-size: 1.8em;
}

a:hover {
	text-decoration: underline;
	color: #3B0208;
}
a:visited {
	color: #4B1A18;
	text-decoration: none;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 1.2em;
	text-align: center;
}
