/**
 * @file
 * Node Styling
 *
 * Style anything that isn't in the $content variable.
 */

.page-node .node {
	margin-bottom:15px;
}

.node .submitted { /* The "posted by" information */
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
	margin: 0 0 1em 0;
	padding:0px 5px 0px 0px;
	border-bottom:1px dotted #999;
}

.node-op-ed .field-name-field-pie-de-foto {
	background: #999;
	color: white;
	padding: 1px 10px;
	font-size: .8em;
	margin-top: -5px;
}

.node .submitted a:visited { /* The "posted by" information */
	color:#999;
}

.node .submitted a:link { /* The "posted by" information */
	color:#999;
}

.node .submitted a:hover { /* The "posted by" information */
	color: #ccc;
}

.node-unpublished p.unpublished,
.comment-unpublished p.unpublished { /* The word "Unpublished" displayed underneath the content. */
  height: 0;
  overflow: visible;
  color: #d8d8d8;
  font-size: 75px;
  line-height: 1;
  font-family: Impact, "Arial Narrow", Helvetica, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  word-wrap: break-word; /* A very nice CSS3 property */
}

.lt-ie8 .node-unpublished p.unpublished > *,
.lt-ie8 .comment-unpublished > * {
  position: relative; /* Otherwise these elements will appear below the "Unpublished" text. */
}


/* Tipos concretos de nodos */

.node-noticia .field-type-text-with-summary:first-letter, 
.node-publicacion .field-type-text-with-summary:first-letter,
.node-op-ed .field-type-text-with-summary:first-letter { /* letra capital en textos */
	font-size:3em;
	float:left;
	padding: 0.3em 0.1em 0 0;
	}
	
.node-noticia .field-name-field-fuente .field-items p {margin:0;}

.page-node .datos_eleccion, 
.ficha_pais  {
	border: 0.1em solid black;
	border-left: 0.5em solid #666;
	padding: 0.5em 1em 0.5em 1em;
	background-color: #EEE;
	margin: 0 0 1.5em 0;
	transition: background-color .5s;
  -moz-transition:background-color .5s; /* Firefox 4 */
  -webkit-transition: background-color .5s; /* Safari and Chrome */
  -o-transition: background-color .5s; /* Opera */
}

.ficha_pais {
	min-height:110px;
	margin-top:1.5em; 
	overflow:hidden; 
	height:1%;
	margin-bottom:0;}

.page-node .datos_eleccion:hover, 
.ficha_pais:hover {
	background-color:#F8F8F8;
}

.node-ficha-pais a:link {
	color:#224b7d;
	font-weight:bold;
	background:url('../images/external-small.png') no-repeat center right;
	padding-right:18px;
	margin-right:5px;
}

.node-ficha-pais a:visited {
	color:#224b7d;
}

.node-ficha-pais a:hover {
	color:#000;
}

.page-node- .node-actividades {position:relative;}





