/**
 * @file
 * Field Styling
 *
 * The Fences module allows site builders to pick the semeantic HTML5 element
 * for each field while editing the field's settings. There's no way a theme
 * can ever know which element to use for the fields on your site, so Zen
 * just uses lets Drupal core or Fences decide. Since you DO NOT want 3 wrapping
 * divs around every field (do you?), we highly recommend Fences.
 *
 * http://drupal.org/project/fences
 */

/*
 * If you don't use the Fences module, that's fine. Really. I think. Just use
 * these selectors instead:
 */

.field { /* Wrapper for any field. */
	text-align:justify;
}

.node-ficha-pais .field {
	font-size:1em;
	line-height:1.5em;
	margin-bottom:0.5em;
	float:left;
	width:400px;
	}
	
.node-ficha-pais .field-type-text-with-summary {width:100%;}
	
.node-ficha-pais .field-type-text-with-summary p {
	margin:0 0 0.5em 0;
}

.node-ficha-pais .field-name-field-bandera {
	float:right;
	width:auto;
}

.field-name-field-encabezado-instituciones,
.node-caracteristicas-partidos-politic h2 {
	font-family: 'NewCicleFina', Tahoma, arial, sans-serif;
	font-size: 1.2em;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
	border-left: 0.3em solid #D38207;
	padding: 7px 10px;
	background-color: #F0F0F0;
}



.node-type-sistema-electoral a.fieldset-title {
	font-family: tahoma;
	font-weight: bold;
	text-transform: uppercase;
	font-size: .9em;
}

.node-type-sistema-electoral a.fieldset-title:link {color:#224B7D;}
	
/* tablas tipo "publicaciones" */
	
.page-publicaciones .view-publicaciones-2 {
	width: 960px;
	margin-left: -20px;
}

.page-publicaciones .view-publicaciones-2 .view-header {
	position: absolute;
	top: 85px;
	right: 20px;
	width: 150px;
	text-align: right;
	line-height: 1.2em;
	font-size: .9em;
	font-family: tahoma;
	font-weight: bold;
}

.page-publicaciones #edit-language-wrapper,
.page-comentario #edit-language-wrapper
 {display:none;}

thead .views-field { 
	font-family: 'NewCicleSemi', Tahoma, Arial, sans-serif;
	font-size: 1em;
	padding-left:0.5em;
	background-color:#fff;
	}

thead tr th.views-field:hover {
	background-color:#F1EFE2;
	}

td {
	padding:1.5em 1em;
	}

tr.even, tr.odd {
  background-color: #fff;
  border-bottom:1px dashed #CCC;
  padding: 0.1em 0.6em;
  vertical-align:top;
  }

td.active {
	background-color:#fff;
	}

td.views-field-field-icon {
	width:100px;
}

td.views-field-field-icon .nombre_tipo_pub {
	position: absolute;
	width: 90px;
	padding: 5px;
	font-family: tahoma, arial, helvetica, sans-serif;
	font-weight: bold;
	color: white;
	font-size: 0.9em;
	line-height: 1em;	
}

td.views-field-created {
	border-right: 0.1em solid #999;
	white-space: nowrap;
	padding: 1.55em 10px;
	}

td.views-field-title {
}

div.titulo_tabla {
	font-size: 1.4em;
	line-height: 1.16em;
	float: left;
	width: 150px;
	text-align: left;
	}

div.autor_tabla {
	float: left;
	width: 135px;
	clear: both;
	font-size: 0.9em;
	font-style: italic;
	margin: .5em 0 0 0;
	border-top: 4px solid #eee;
	border-bottom: 1px solid #CCC;
	background: url('../images/user_6x8.png') no-repeat left center;
	padding-left:15px;
}

div.pais_tabla {
	float: left;
	width: 135px;
	text-transform:uppercase;
	letter-spacing: -1px;
	clear: both;
	font-size: 0.9em;
	color:#888;
	font-weight:bold;
	margin: 0 0 1em 0;
	border-bottom: 1px solid #CCC;
	padding-left:15px;
	background: url('../images/tag_fill_8x8.png') no-repeat left center;
}

div.cuerpo_tabla p,
div.cuerpo_tabla div {
	margin:0 0 0 200px;
	}

/* bloque de bandera */

.views-field-field-bandera {
	float:left;
	}

.views-field-field-sistema-gobierno, .views-field-field-jefe-estado {
	padding-left:5em;
	margin-top: -0.6em;
	margin-bottom: 1em;
	}

.view-content .views-row {
	margin-bottom:1.5em;
	}


	

/* Fuente y fecha para Revista de Prensa */

.node-noticia .field-name-field-source .field-items {
	}

.node-noticia .field-name-field-source a:visited {
	color:#224b7d;
	}

.node-noticia .field-name-field-source a {
	color:#999;
	}

.node-noticia .field-name-field-source a:hover {
	color:#aaa;
	}

.node-type-noticia .node-noticia .field-name-field-fecha-publicacion, 
.node-type-noticia .node-noticia .field-name-field-source {
	border-left: 0.5em solid #666;
	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 */
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.857em;
	line-height: 1.75em;
	margin: 0px;
	padding:0px 5px 0px 5px;
	}

.node-type-noticia .node-noticia .field-name-field-fecha-publicacion:hover, 
.node-type-noticia .node-noticia .field-name-field-source:hover {
	background-color:#f8f8f8;
}

.tipo_pub {
	border-bottom: 0.16em solid #CCC;
	border-left: 0.08em solid #DDD;
	margin-bottom: 0.75em;
	background-color: #F8F8F8;
	font-family: 'NewCicleSemi', Tahoma, Arial, sans-serif;
	color: #224B7D;
	padding: 0.3em 0 0 0.5em;
	font-size: 1.2em;
	}

.field-name-field-resultados, .field-name-field-pdf {
	border-left: 0.5em solid #CCC;
	padding: 0.5em 0 0.3em 1em;
	background-color: #EEE;
	margin:1.5em 0;
}

/* Traduccion al inglés y español: bandera */

ul.inline li.translation_en {
	background: url('../images/UKsmall.png') no-repeat;
	background-position:right center;
	padding-right: 20px;
}

ul.inline li.translation_es {
	background: url('../images/ESsmall.png') no-repeat;
	background-position:right center;
	padding-right: 20px;
}

/* DISQUS */

#dsq-content h3 {font-family:'NewCicleGordita', tahoma, arial, sans-serif;}

.section-node-edit #disqus_thread,
.page-node-edit #disqus_thread {display:none;} /* oculta el disqus en la edicion de nodos */

.page-node #disqus_thread {
	background: #F8F7F0;
	width: 556px;
	margin-left: -20px;
	padding: 8px 15px;
	position: relative;
	border-top: 3px solid #BBB;
	z-index: 0;
}

.page-node .fb-social-like-plugin  {
    background: #F8F7F0; 
    margin-left: -20px; 
    padding: 5px 15px;
    position: relative;
    top:65px;
    z-index: 100;
    width: 350px;
	}

.page-node .dsq-global-toolbar {margin:0; float:right;}

#dsq-global-toolbar {margin:0 !important;}

.connect_confirmation_cell, .connect_confirmation_cell_no_like, .connect_confirmation_cell_like {top:0 !important;}

/* NODO Actividades */

.node-actividades .field-name-field-imagen {
	float:left;
	padding-bottom: 15px;
	border-bottom: 5px solid #EEE;
	}

.node-actividades .field-name-field-pie-de-foto {
	float: left;
	width: 350px;
	position: absolute;
	top: 513px;
	font-size: .8em;
	color: #999;
}

.node-actividades .field-name-field-fecha-actividad,
.node-actividades .field-type-text-with-summary {
	width: 50%;
	float: right;
}

.node-actividades .field-name-field-fecha-actividad {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	border-bottom: 1px dotted #999;
	border-top:1px solid #999;
}

/* No mostrar pestaña en la página admin users */

.page-admin-people .tabs li:nth-child(2) {display:none;}