/*  
Theme Name: Predeterminado de WordPress
Theme URI: http://ociomedieval.es/
Description: El tema predeterminado de WordPress, basado en el famoso <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Samuel Gómez
Author URI: http://ociomedieval.es/

 Ocio Medieval v1.0
  http://ociomedieval.es

 Este tema ha sido dise&ntilde;ado y realizado por Samuel Gómez,
 cuyo weblog encontrar&aacute; en http://ociomedieval.es

 CSS, XHTML y dise&ntilde;o publicados bajo la licencia GPL:
 http://www.opensource.org/licenses/gpl-license.php
*/



/* Begin Typography & Colors */
BODY {
  font-size: 62.5%; /* Resets 1em to 10px */
  font-family: helvetica;
  background-color: #FFFFFF;
  padding: 0px;
  margin: 0px;
  height:100%;
}

A{
  color: #707070;
}

.pagina{
  background-color: #FFFFFF;
  background-image: url(images/fondos/fondoPergaminoC.jpg); background-repeat: repeat;
  background-position: left top;
  height: 100%;
  margin: 0px;
  padding: 0px;
}

.cabecera-descripcion{
  font-size: 100%;
  color: #707070;
  vertical-align: middle;
  text-align: right;
  font-weight: bold;
  width: 200px;
}

.barra-lateral-exterior{
 float: left;
 width: 180px;
 text-align: left;
 /* margin: 0 25px 0 25px; */
 padding: 25px 0 0 0;
}

.barra-lateral-interior{
 float: left;
 width: 180px;
 text-align: left;
/* background-color: #dcffd9; */
 margin-right: 50px;
 clear: left;
 margin: 0px;
 padding: 0px;
 list-style: none !important;
 font-size: 120%;
}

.barra-lateral-interior h2{
  color: #00FF00;
  font-weight:bold;
  margin-left: 15px;
  /* background-color: #dcffd9; */
  padding-top: 0px;
  margin-top: 0px;
}

.barra-lateral-interior ul{
  /*paddin-left: 10px;*/
  margin-left: 0px;  
  list-style: none !important;
}

.barra-lateral-interior ul li{
  list-style: none !important;
  position: relative;
  /*left: -30px;*/
  _left: 10px;
  /* width: 150px;*/
  padding-right; 0px;
}

.barra-lateral-interior ul li a{
  font-size: 110%;
  color: #707070;
}

.barra-lateral-interior li a{  text-decoration: none;
}

.barra-lateral-interior li a:hover{
  text-decoration: underline;
}

.page_item{
}

LI{
}

.iconos_sindicacion{
  list-style: none;
}

.articulos{
  padding-top: 200px;
  _padding-top: 0px;
  margin-top: 0px;
  _margin-top: 200px;
  margin-left: 200px; 
  margin-right: 50px;
  font-size: 150%;
  font-family: helvetica;
}

.fecha{
  font-size: 80%;
  color: #707070;
  padding: 0px;
  margin: 0px;
  margin-left: 40px;
}

.tituloArticulo, .tituloArticulo a{
  color: #31A22D;  /* Antes #55AA55 */
  font-family: helvetica;
  text-decoration: none !important;
}

.articulo{
  margin-top: 17px;
  margin-bottom: 40px;
}

.articulo h2 a{
  color: #31A22D;
  font-family: helvetica;
  text-decoration: none !important;
}

.articuloMetadatos, .articuloMetadatos a{
  font-size: 80%;
  color: #707070;
  margin-bottom: 40px;
}

.comentarioLink a{
  color: #707070; // #0000FF
}

.entry{
  padding: 0px;
  margin: 0px;
  text-align: justify;
}

.pagetitle{
  color: #707070;
  font-size: 80%;
}

.enlaceNavegacion, .enlaceNavegacion a{
  height: 25px; 
  font-size: 90%; 
  text-align: center; 
  color: #707070;
  margin-bottom: 47px;
  _margin-bottom: 0px;
}

.pie{
  clear: both;
  text-align: center;
  background-image: url(images/fondos/fondoBlanco.gif); background-repeat: repeat;
  background-position: left top;
}

.fondoPergaminoO{
   background-image: url(images/fondos/fondoPergaminoO.jpg); background-repeat: repeat-y;
  background-attachement: scroll;
  background-position: left top;
  width: 37px;
  height: 100%;
}

.fondoPergaminoE{
   background-image: url(images/fondos/fondoPergaminoE.jpg); background-repeat: repeat-y;
  background-attachement: scroll;
  background-position: right top;
  width: 37px;
  padding: 0px;
  margin: 0px;
  height: 100%;
}

