/* CSS Reset | v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Estilos */

body {
  font-family: 'PT Sans', arial, serif;;
  font-size: .9em;
  line-height: 1.5em;
  color: #333;
}

a {
  color: darkred;
}


/* Layout */
 
#div0 {
  width: 990px;
  margin-left: auto;
  margin-right: auto;
}


#principal {
  float: left;
  width: 640px;
  background-color: white;
  height: 100%;
  margin-left: 30px;
}

#lateral {
  float: right;
  width: 250px;
  margin-top: 50px;
  margin-right: 30px;
}

#cierrecuerpo {
  clear: both;
}

/* Buscador */

#buscador {
  float: right;
  padding-top: 7px;
  padding-right: 15px;
}

#buscador input {
  margin: 5px;
}

/* Otros */

#cabecera h1 {
  padding-top: 7px;
  padding-left: 15px;
}

/* Post */

.post {
  margin: 30px 0px 30px 0px;
}

.post h1 {
  font-family: 'PT Sans Narrow', arial, serif;;
  font-weight: normal;
  font-size: 200%;
  margin-bottom: 10px;
  text-align: left;
  margin-bottom: .8em;
  line-height: 1.2em;
}

.post p {
  margin-bottom: 1em;
}

.postinfo {
  font-size: 90%;
}

#sec_default .postinfo {
  margin-bottom: 60px;
}

/* Citas */

blockquote {
  margin: 0 2em 1em 2em;
  padding: 1em 1em .1em 1em;
  border-left: 1px solid #ccc;
  font-style: italic;
}

blockquote .cita {
  padding: 0;
  text-align: center;
  font-size: 150%;
  font-family:Georgia, Arial, Sans-Serif;
}

blockquote .cita cite {
  color: gray;
}

/* lateral */

#lateral {
  line-height: 1.2em;
  padding: 20px 2px 2px 2px; 
}

#lateral a {
  text-decoration: none;
  color: darkred;
}

#lateral a:hover {
  text-decoration: underline;
}

#lateral .info {
  text-align: left;
  padding: .5em;
  font-size: 90%;
}

#lateral ul {
  margin-left: 1.2em;
}

#lateral ul li {
  line-height: 1.2em;
  margin: .5em 0;
  list-style-type: square;
}

.seccion {
	font-weight: normal;
	font-style: italic;
	font-size: 130%;
	margin-bottom: -5px;
	margin-top: 20px;
}

#lateral .info img {
  margin-bottom: -2px;
}

/* Alineaciones y recuadros */

.izquierda {
  display: inline;
  float: left;
  margin: 1em;
  margin-left: 0;
}

.derecha {
  display: inline;
  float: right;
  margin: 1em;
  margin-right: 0;
}

.centrado {
  text-align: center;
}

.recuadro {
  padding: 4px;
  border: 1px solid gray;
}

/* Comentarios */

#txpCommentInputForm {
  margin-top: 2em;
}

#txpCommentInputForm table {
  width: 90%;
}

#txpCommentInputForm table td {
  padding: 0 10px 5px 0;
  vertical-align: top;
}

#txpCommentInputForm textarea {
  width: 100%;
  height: 150px;
}

.comment {
        padding: 5px;
        vertical-align: middle;
        width: 90%;
        margin: auto;
        margin-top: 1em;
}

.comment p {
  margin-bottom: 1em;
}

.comment-num {
        float: right;
        font-size: 16px;
        font-weight: bold;
        padding: 0;
        margin: 0;
}

.comment-num a {
  text-decoration: none;
}

.comment .commenter {
  font-size: 130%;
}

.comment .commenter a {
  color: darkred;
}

.comment .comment_texto {
  margin-left: 74px;
  margin-right: 30px;
}

.aviso {
  margin-top: 5px;
  margin-bottom: 5px;
  width: 80%;
  padding: 5px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid orange;
  background-color: #fffd8f;
}

/* Listas */

#principal li {
  margin-left: 30px;
  margin-bottom: 1em;
  list-style-type: square;
}

#principal ul, #principal ol {
  margin-bottom: 10px;
}
#principal dt {
  margin-top: 1em;
  font-weight: bold;
}

#principal dd {
  margin-left: 2em;
}

/* Busqueda */

h3.busqueda {
  font-size: 110%;
  margin-top: 30px;
}


/* Logos y otros */

#cabecera h1 {
  text-align: center;
  font-size: 250%;
  font-family: 'PT Sans Narrow', arial, sans;
  font-weight: normal;
  padding: 10px 0 20px 0;
}

#cabecera h1 a {
  color: #333;
}

#cabecera h1 a:hover {
  text-decoration: none;
}

.post h1 {
}

.post h1 a {
  text-decoration: none;
  color: #333;
}

.postinfo {
  text-align: center;
  color: #999;
}

.postinfo a {
  color: #999;
}

.comment-num {
        color: #ccc;
}

.comment-num a {
        color: #ccc;
}

textarea {
  font-family: Verdana;
  font-size: 10pt;
}

pre.codigo {
  padding: 0.5em;
  margin: 0 2em 1em 2em;
  background-color: #dfdfdf;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

.navigation a {
  color: darkred;
}


