/* opciones por defecto */

* {
  margin: 0;
  padding:0;
}

body {
  font-family: Verdana, helvetica, sans;
  font-size: .9em;
  line-height: 1.5em;
}

a {
  color: darkred;
}

img { 
  border: 0;
}


/* Publicidad */

#publi1{
  background: white;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5px;
  padding-bottom: 5px;
}

#publi2 {
  margin-top: 20px;
  margin-left: 10px;
}
#publi3 {
  text-align: center;
}

/* Layout */
 
#cabecera, #cuerpo, #pie, .cabecera_ancho {
  margin-left: auto;
  margin-right: auto;
}

#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;
}

#principal {
  padding: 20px;
}

/* Post */

.post {
  margin-top: 10px;
  margin-bottom: 30px;
}

.post h1 {
  font-family: georgia, serif;
  font-weight: normal;
  font-style: italic;
  font-size: 190%;
  margin-bottom: 10px;
  text-align: center;
  margin-bottom: .5em;
  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;
  background-color: #f0f0f0;
}

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%;
  font-family: arial, helvetica, sans;
}

#lateral ul {
  margin-left: 1.2em;
}

#lateral ul li {
  line-height: 1.2em;
  margin: .5em 0;
  list-style-type: square;
}

.seccion {
  font-family: georgia, serif;
	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 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-family: Verdana, sans-serif;
        font-size: 16px;
        font-weight: bold;
        padding: 0;
        margin: 0;
}

.comment-num a {
  text-decoration: none;
}

.comment .commenter {
  font-family: georgia, serif;
  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;
}

#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;
}

/* Tamaños y disposición */

#publi1, #cuerpo, #pie {
  width: 969px;  
}

#cabecera {
}

#principal {
  float: left;
  width: 700px;
}

#lateral {
  float: right;
  width: 210px;
  padding-right: 1em;
}

/* Colores */

#cuerpo, #pie {
  background-color: white;
}

#cabecera {
}

/* Bordes */

#publi1{
  border-left: 2px solid #333;
  border-right: 2px solid #333;
}


/* Logos y otros */

#cabecera h1 {
  text-indent: -9999px;
  border-top: 1px dashed #ccc;
  border-bottom: 1px dashed #ccc;
}

#cabecera h1 a {
  margin-top: 5px;
  margin-bottom: 5px;
  display: block;
  width: 170px;
  height: 86px;
  background: url(../images/layout/masquecodigo.png) no-repeat;
  outline: 0px;
}


#cabecera h1 a span {
}

.post h1 {
}

.post h1 a {
  text-decoration: none;
  color: #333;
}

.postinfo {
  text-align: center;
  color: #999;
}

.postinfo a {
  color: #999;
}

.comment {
        color: #000;
}

.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;
}

