/*
Theme Name: Colores Efímeros
Description: Tema "vivo" para el blog Colores Efímeros
Version: 0.1
Author: Juan G. Hurtado
Tags: coloresefimeros, iteraciones
*/

.separador, .enlaceInterno {
	height: 1px;
	left: -9999px;
	position: absolute;
	top: -9999px;
	width: 1px;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* HACK: Esconder de IE/Mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* FIN-HACK: Esconder de IE/Mac */

/* =Base
  ---------------------------------------------------------- */
body {
	background: #fff;
	color: #444;
	font: 10px/1.6 Helvetica, Arial, sans-serif;
}

a {
	color: #766E02;
	text-decoration: none;
}

a:focus, a:hover {
	text-decoration: underline;
}

h1 {
	font-size: 3.5em;
}

	h1 a {
		color: #222;
	}
	
h2 {
	color: #766E02;
	font-size: 1.2em;
}

fieldset {
	border: 1px solid #ddd;
}

	fieldset input.cajaTexto {
		border: 1px solid #ccc;
	}
	
	fieldset input.boton {
		border: 1px solid #ccc;
	}

#wrapper {
	margin: 0 auto;
	min-width: 640px;
	width: 64em;
}

/* =Articulos
  ---------------------------------------------------------- */
.articulo {
	border-bottom: 1px solid #ddd;
	font-size: 1.2em;
	margin-bottom: 1em;
	padding-bottom: 1em;
}

	.articulo h2 {
		font-size: 1.6em;
		font-weight: normal;
	}
	
	.articulo a {
		font-weight: bold;
	}
	
	.articulo .fecha {
		color: #999;
		font-size: 0.9em;
		font-style: italic;
	}
	
	.articulo .metadatos {
		color: #666;
		font-size: 0.9em;
		margin: 1.5em 0 0 0;
		padding: 0;
	}
	
		.articulo .metadatos li {
			list-style-type: none;
		}
		
		.articulo .metadatos li.categorias {
			float: left;
		}
		
		.articulo .metadatos li.comentarios {
			float: right;
		}