body {
	background: #fff;
	color: #333;
}
#header {
	border-bottom: 1px solid #333;
	margin-bottom: 40px;
	padding: 10px 0;
}
#header .logo {
	float: right;
}
.logo img {
	margin-left: 30px;
	max-height: 80px;
	max-width: 300px;
}
h1,
h1 a,
h1 a:link,
h1 a:visited,
h1 a:hover,
h1 a:active {
	color: inherit;
	font-size: 40px;
	font-weight: 700;
	line-height: 1em;
	margin: 0 0 5px 0;
	padding: 5px 0 0 0;
}
h2 {
	font-size: 23px;
	font-style: italic;
	font-weight: 400;
	line-height: 1em;
}
#main {
	margin: 0 auto;
	width: 960px;
}
#menu {
	padding-bottom: 30px;
}
#menu ul {
	margin: 0;
	padding: 0;
}
#menu ul li {
	font-size: 23px;
	font-weight: bold;
	line-height: 1em;
	margin: 0 0 15px 0;
	padding: 0;
}
#menu ul li.selected {
	filter: alpha(opacity=60);
	opacity: .6;
}
#menu ul a,
#menu ul a:link,
#menu ul a:visited,
#menu ul a:hover,
#menu ul a:active {
	font-weight: normal;
}
#menu ul a:hover {
	text-decoration: underline;
}
#menu a em {
	display: none;
	font-style: normal;
}
#content {
	padding-bottom: 50px;
}
#content h3,
#content h3 a,
#content h3 a:link,
#content h3 a:visited,
#content h3 a:hover,
#content h3 a:active {
	font-size: 32px;
	font-weight: 700;
	margin: 0 0 25px 0;
	text-decoration: none;
}
#content a,
#content a:link,
#content a:visited,
#content a:hover,
#content a:active {
	color: inherit;
	text-decoration: underline;
}
.form_contacto h4 {
	display: none;
}
.form_contacto div.error {
	background: #faa;
	color: #f00;
	padding: 2px 5px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-o-border-radius: 2px;
	-ms-border-radius: 2px;
}
#footer {
	border-top: 1px solid #CBCBDB;
}

.tweet-content {
	border: 1px solid #333;
	font-size: 15px;
	margin-top: 10px;
	margin-bottom: 20px;
	padding: 10px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	box-shadow: 0 3px 4px rgba(0,0,0,.15);
	-moz-box-shadow: 0 3px 4px rgba(0,0,0,.15);
	-webkit-box-shadow: 0 3px 4px rgba(0,0,0,.15);
}
.twitt_text {
	display: block;
	margin: 0 0 5px 0;
}
.twitt_time {
	float: right;
	font-size: 13px;
}
.twitt_url {
	font-size: 13px;
}

.post {
	border-bottom: 1px solid #333;
	padding: 20px 0 40px 0;
	margin: 0 0 20px 0;
}
#content h4.post-title,
#content h4.post-title a,
#content h4.post-title a:link,
#content h4.post-title a:visited,
#content h4.post-title a:hover,
#content h4.post-title a:active {
	color: inherit;
	font-size: 24px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	text-decoration: none;
}
#content h4.post-title {
	line-height: 1.3em;
}
.post-date {
	font-size: 14px;
	font-style: italic;
	margin: 0 0 20px 0;
}
.post-content * {
	color: inherit !important;
	font-size: 16px !important;
	font-style: normal;
}
.post-content {
	max-width: 700px;
}
#content .post-content h1,
#content .post-content h2,
#content .post-content h3,
#content .post-content h4,
#content .post-content h5,
#content .post-content h6 {
	font-weight: bold;
	margin: 20px 0 10px 0;
	text-transform: uppercase;
}
#content .post-content h1,
#content .post-content h2,
#content .post-content h3 {
	font-size: 20px;
}
.post-content p {
	line-height: 1.5em;
	margin: 0 0 1em 0;
}
#content .post-content blockquote {
	font-style: italic !important;
	margin: 20px 0;
	padding: 0 0 0 30px;
}
#content .post-content ul {
	list-style-type: disc;
	margin: 10px 0 20px 0;
	padding: 0 0 0 20px;
}
