/**
 * $Id: local.css,v 1.1.2.1 2008/10/24 08:17:02 jwolf Exp $
 * local.css for local modifications to styles.
 * Put all style modifications in here.
 */

/**************************/
/*   TWO COLUMN LAYOUT    */
/* (Sidebar:Main Content) */
/**************************/

body.layout-first-main #sidebar-first {
  margin: 24px 14px 0 0;
  width: 200px;
}

body.layout-first-main #content-wrapper {
  margin: 30px 0 0 0;
  width: 746px;
}




/**********************************/
/*      THREE COLUMN LAYOUT       */
/* (Sidebar:Main Content:Sidebar) */
/**********************************/

body.layout-first-main-last #sidebar-first {
  margin: 40px 20px 0 0;
  width: 200px;
}

 body.layout-first-main-last #content-wrapper {
  margin: 40px 0 0;
  width: 740px;
}

body.layout-first-main-last #content-wrapper #content-inner {

}

body.layout-first-main-last #content-wrapper #sidebar-last {
  background-color: #F4F7E7;
  margin: 0;
  padding: 0 0 0 20px;
  width: 240px;
}

body.full-node.layout-first-main-last #sidebar-last {
  margin: 0;
}

/******************/
/* HEADER REGIONS */
/******************/

#header-middle {
	float: left;
	margin: 0px 0px 0 0;
	width: 10px;
	height: 100px;
}

#header-last {
  float: right;
  margin: 0px 0 0;
  width: 500px;
  height: 85px;
}
/* Para el grid de views */

td.col-1 {
width:50%;
}

td.col-2 {
width:50%;
}
/*******************************/
/* Imagen miniatura            */
/*******************************/
.field-field-tema-miniatura {
  float: right;
    margin-right: 1em;
    margin-left:1em;
    }
.field-field-tema-imgsuperior {
  float: right;
    margin-left:1em;
    }
/* .front .node {width: 45%; float: left;} */

/*******************************/
/* otros                       */
/*******************************/
#preface-wrapper {
  font-size: 1.2em;
  padding: 0px 0 0px 0;
}
.field-field-publica {
    font-size: 0.9em;
}

.teaser .field-field-publica {
    float: left;
    margin-right: 10px;
}
.teaser .terms {
    line-height: inherit;
}

#content-content .teaser .terms ul.taxonomy li {
    margin: 0px 0 5px;
}
#content-content .teaser .terms ul.taxonomy {
    margin: 0px 0 0px;
}


