/* RESET */

* {
	margin:0;
	padding:0;
	}

body, table, tr, td, p, h1, h2, h3, h4, h5, h6, a, br { 
	margin:0;
	padding:0;
	}

/* STRUCTURE */

body {
	margin: auto;
	width:980px;
	background-color: #3E4A4A;
	}

/* ELEMENTS */

.postImage {
	width: 206px;
	height: 206px;
	border: 2px solid #DDEEEE;
	margin-bottom: 14px;
	}

.baficiImage {
	width: 300px;
	height: 200px;
	border: 2px solid #DDEEEE;
	margin-bottom: 14px;
	}


/* Typography */

.titulo, .contenido, .via, .timestamp, .pie {
	font-family: Helvetica, Arial, Sans-Serif;
	text-align: left;
	line-height:21px;
	}

.titulo {
	font-size: 21px;
	margin-bottom: 7px;
	}

.contenido {
	font-size: 14px;
	}

.via {
	font-size: 9px;
	font-weight:normal;
	letter-spacing: 1px;
	}

.timestamp {
	font-size: 12px;
	letter-spacing: 1px;
	}

.pie {
	font-size: 10px;
	letter-spacing:1px;
	font-weight:bold;
	}

a.numeroPagina:link, a.numeroPagina:visited {
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 14px;
	text-align: left;
	color:#DDEEEE;
	text-decoration: none;
	}

a.numeroPagina:hover {
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 14px;
	text-align: left;
	color:#3E4A4A;
	text-decoration: none;
	}

a:link, a:visited {
	color:#F99E43;
	text-decoration: none;
	}
	
a:hover {
	color: #DDEEEE;
	text-decoration: none;
	}

/* COLORS */

.titulo {
	color: #F99E43;
	}

.contenido, .via, .timestamp, .pie {
	color: #DDEEEE;
	}

.numeroPagina {
	color: #F99E43;
}

table {
	background-color: #556666;
	}

table.morePages {
	background-color: #556666;
	}