html, body, div, span, applet, object, iframe,
	h1, h2, h3, h4, h5, h6, p, blockquote, pre,
	a, address, big, cite, code,
	del, dfn, em, font, img, ins, kbd, q, s, samp,
	strike, strong, tt, var,
	dl, dt, dd, ol, ul, li, 
	fieldset, form, label, legend,
	table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
	 font-weight: inherit;
	 font-style: inherit;
	 font-size: 100%;
	 font-family: inherit;
	 vertical-align: baseline;
	}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}

:focus {
	outline: 1px dotted black;
}

body {
	color: #222;
	background-color: #fdfdfd;
	font-size:100.01%;
	font-family:Georgia,Utopia,Serif;
	line-height:1.5;
}

a {
	color:#d00;
}

a:visited {
    color: #b85b5a;
}

a:hover {
    color: #600;
    text-decoration: underline;
}

acronym, abbr {
    border-bottom: 1px dashed #999;
}

acronym, abbr, span.caps {
    cursor: help;
    font-size: 0.9em;
    letter-spacing: .07em;
}

blockquote {
    border-left: 5px solid #ddd;
    margin: 0 30px 0 10px;
    padding-left: 20px;
}

blockquote cite {
    display: block;
    margin: 0 0 1.4em;
}

code, pre, kbd, ttl {
    font-family: Consolas, Inconsolata, 'Courier New', Courier, Fixed;
    margin: -1px;
    background-color: #f3f3f3;
    border: 1px solid #eee;
}

pre, kbd, ttl {
    padding: 5px;
}

pre {
    overflow: scroll;
}

h1, h2, h3, h4, h5, h6 {
	color:#d00;
	font-weight:normal;
}

h2 {
	font-size: 1.5em;
	margin-top: 0.5em;
}

h1, .widecolumn h1, .narrowcolumn h2 {
    font-size: 2em;
}

h3 {
    font-size: 1.3em;
    line-height: 1.077;
    margin: 0 0 1.077em;
}

h4 {
font-size: 1.2em;
}

small {
    font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
    font-size: 0.8em;
    line-height: 1.75em;
}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
    color: #777;
}

address, p , dl, ol, ul, pre, kbd, ttl {
	margin-bottom: 1em;
}

ul ul, ul ol, ol ol, ol ul {
	margin-left: 1em;
}

dt, li {
	margin-left: -15px;
	padding-left: 15px;
	background: url(http://tordek.com.ar/circle.png) 0 8px no-repeat;
}

dd {
	margin-left: 2em;
}

i, em, cite {
    font-style: italic;
}

b, strong {
    font-weight: bold;
}

sup {
    font-size:0.7em;
    vertical-align: super;
}

sub {
    font-size:0.7em;
    vertical-align: sub;
}

#sidebar li {
	margin-right: -15px;
	padding-right: 15px;
	background: url(http://tordek.com.ar/circle.png) 100% 8px no-repeat;
}

#main {
	width:75%;
}

#wrapper {
	position:relative;
	margin:0 auto;
	width:80%;
	max-width:50em;
	margin-top: 1em;
}

#header {
	color: #fff;
	background-color: #d00;
	border-bottom: 5px solid #b00;
	font-family: Georgia, Utopia, Serif;
	text-align: center;
}

#header a {
	color: #fff;
	text-decoration: none;
}

#sitename {
	font-size: 4em;
	margin: 0;
	letter-spacing: 2px;
}

.acercade {
	float: right;
	margin: 0.5em;
	font-size: 2em;
}

#sidebar {
	width:20%;
	position:absolute;
	top:0;
	right:0;
}

#sidebar ul {
	text-align: right;
}

#sidebar li a:hover {
	border-bottom: 1px dashed #d00;
	text-decoration: none;
}

#sidebar ul ul {
    margin: 0 1em 0 0;
}

#commentform #submit {
    float: right;
}

#commentform input {
    margin: 5px 5px 1px 0;
    padding: 2px;
    width: 170px;
}

#commentform textarea {
    padding: 2px;
    width: 100%;
}

#footer {
    clear: both;
    border: none;
}

#footer p {
    padding: 20px 0;
    text-align: center;
}

/* ===WP-CALENDAR==, sea lo que sea eso */

#wp-calendar { empty-cells: show; margin: 10px auto 0; width: 155px; }
#wp-calendar #next a { padding-right: 10px; text-align: right; }
#wp-calendar #prev a { padding-left: 10px; text-align: left; }
#wp-calendar #prev a, #wp-calendar #next a { font-size: 9pt; }
#wp-calendar a { text-decoration: none; display: block; }
#wp-calendar caption { font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif; text-align: center; text-align: center; width: 100%; }
#wp-calendar td { padding: 3px 0; text-align: center; }
#wp-calendar td.pad:hover { background-color: #fff; }
#wp-calendar th { font-style: normal; text-transform: capitalize; }

.tt {
    font-family: Consolas, Inconsolata, Monospace;
}

img.alignright {
    display: inline;
    margin: 0 0 0 7px;
    padding: 4px;
}

img.centered, img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.avatar {
    float: left;
        margin: 0 0 0 -75px;
}

.alignleft {
    float: left;
}

.alignright {
    float: right;
}

.alt {
    background-color: #f3f3f3;
    border-bottom: 1px solid #eee;
}
.center {
    text-align: center;
}
.commentlist {
    margin-left: 75px;
}
.commentlist cite, .commentlist cite a {
    font-size: 1.1em;
    font-style: normal;
}
.commentlist li {
    margin: 0 0 2em 0;
    padding: 5px;
    background-image: none;
    list-style: none;
}

.commentlist li, #commentform input, #commentform textarea {
    font: inherit;
}

.commentmetadata {
    display: block;
}

.entry form {
    text-align: center;
}
.fecha {
font-family: Helvetica, Arial, Verdana, Sans;
font-size: 0.8em;
text-align: right;
    color: #aaa;
    letter-spacing:0;
    border:0;
}

.postmetadata {
    padding-top: 5px;
    text-align: center;
}

.navigation {
    display: block;
    margin-bottom: 60px;
    margin-top: 10px;
    text-align: center;
}

.nocomments {
    text-align: center;
}

.post {
    margin: 0 0 60px;
}

.post hr {
    display: block;
}

.postmetadata {
    clear: left;
    padding: 5px;
    border: 1px solid #eee;
}

.postmetadata ul, .postmetadata li {
    display: inline;
    list-style-image: none;
    list-style-type: none;
}

.widecolumn .attachment {
    margin: 5px 0px;
    text-align: center;
}

.widecolumn .postmetadata {
    margin: 30px 0;
}

.widecolumn .smallattachment {
    float: left;
    margin: 5px 5px 5px 0px;
    text-align: center;
    width: 128px;
}

html>body .entry ul {
    list-style: none;
    margin-left: 0px;
    padding: 0 0 0 30px;
    padding-left: 10px;
    text-indent: -10px;
}

.authorcomment {
    border: 1px solid #eaa;
}

abbr.fn {
font-size: 1em;
letter-spacing: 0;
}
