/*
Theme Name: mínim-blau
Theme URI: http://masquehtml.com
Description: Tema de estilo simple en tonos azules y grises
Version: 1.6
Author: más que HTML
Author URI: http://masquehtml.com
Tags: blue, grey, one column, clear, simple
*/
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden}.clearfix{display:inline-block}.clearfix{display:block}* html.clearfix{height:1px}.clearfix{zoom:1}

html {
	font-size: 100.01%; }

body {
	font: 100%/150% sans-serif;
	color: #444;
	margin: 0;
	padding: 0;
	background-color: #f1f3f5;
	overflow-y: scroll; }
	
h1, h2, h3, h4, h5, h6 {
	/*font-family: 'Yanone Kaffeesatz', sans-serif;
	letter-spacing: -.03em;
	line-height: 100%;*/ }
	
h1 {
	font-size: 175%;
	margin: 45px 0 0 30px;
	color: #aaa; }
	
h1 a {
	display: inline-block;
	margin-right: 20px; }

h2 {
	font-size: 160%; }

h3 {
	font-size: 145%; }

h4 {
	font-size: 130%; }

h5 {
	font-size: 115%; }

h6 {
	font-size: 100%; }
	
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	text-decoration: none; }
	
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
	text-decoration: underline; }
	
a:link {
   color: #06c; }
   
a:visited {
	color: #06c;
   opacity: .7; }

a:focus {
	background-color: #f1f3f5; }
	
a:hover {}

a:active {}

.wrap {
	width: 760px;
	margin: 0 auto 45px; }

/*
#main {
	background-color: #fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 0 2px 10px #aaa;
	-moz-box-shadow: 0 2px 5px #aaa;
	-webkit-box-shadow: 0 2px 10px #aaa;
	margin-bottom: 30px; }
*/

.post {
	background-color: #fff;
	margin-top: 30px;
	padding: 15px 0 30px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px; }
	
.post h2, .post h3, .post h4, .post h5, .post p, .post ul, .post ol, .post dl, .post pre, .post object {
	margin: 15px 30px 0;
}

.post object {
	display: inline-block;
	border: 10px solid #f1f3f5;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px; }

.post li {
	margin-top: 15px;
}

.post ul.list li {
	margin-top: 0;
	margin-bottom: 5px; }

.post .meta {
	margin-top: 5px;
	font-size: 80%;
	color: #888;
}

.post img {
	border: 10px solid #f1f3f5; }
	
pre, code, kbd {
	font-size: 125%;
	white-space: pre-wrap; /* css-3 */
	white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	word-wrap: break-word; /* Internet Explorer 5.5+ */ }

.post img.right {
	float: right;
	border-right: 0;
	margin: 15px 0 10px 30px;
	border-radius: 10px 0 0 10px;
	-moz-border-radius: 10px 0 0 10px;
	-webkit-border-radius: 10px 0 0 10px; }
	
a.more-link {
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background-color: #eee;
	padding: 5px 15px;
	text-decoration: none;
	margin-top: 5px;
	display: inline-block; }
	
a.more-link:hover {
	text-decoration: underline; }
	
.comentarios {
	margin-top: 30px; }
	
.comentarios h2 {
	background-color: #f1f3f5;
	margin: 15px 0 30px;
	padding: 15px 30px; }

/*div.post:first-child {
	border-top: 0; }
	
p.meta {
	font-size: 80%;
	margin-top: -15px;
	color: #666; }

#nav {
	background-color: #eee;
	padding-bottom: 5px; }

#archivos {
	float: left; }

#categorias {
	float: right; }

#nav ul {
	padding-left: 20px;
	list-style-position: outside; }

#archivos, #categorias {
	display: inline;
	width: 250px;
	padding-left: 25px; }
*/

