
/* CSS para la apariencia de los feeds RSS */

.gfg-root {
  width : 95%;
  height : auto;
  position : relative;
  /*overflow : hidden;*/
  text-align : center;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 12px;
  border:none;
  line-height:1.4em;
}

.gfg-title {
	font-size: 14px;
	font-weight:bold; 
	width:100%;
	padding:5px 0px 5px 0px;
	margin-bottom:10px;
}

.gfg-title a {
  color : #000;
}

.gfg-subtitle {
	font-size: 14px;
	font-style:bold; 
	width:100%;
	margin-left:auto;
	margin-right:auto;
}

.gfg-subtitle a {
  color : #000;
}

.gfg-entry {
  background-color : white;
  width : 100%;
  height : auto;
  position : relative;
  text-align : left;
  margin-bottom:10px;
}

.gfg-entry a{
	color:#003F5E;
	text-decoration:none;
}

/* To allow correct behavior for overlay */
.gfg-root .gfg-entry .gf-result {
  position : relative;
  background-color : white;
  width : auto;
  height : auto;
  padding-left : 5px;
  padding-right : 5px;
  line-height : 1.1em;
}

.gfg-list {
  position : relative;
  text-align : left;
  margin-bottom : 5px;
}

.gfg-listentry {
  line-height : 1.5em;
  overflow : hidden;
  white-space : nowrap;
  text-overflow-mode: ellipsis;
  -o-text-overflow : ellipsis;
  /*padding-left : 5px;*/
  padding-right : 5px;
  margin-left : 5px;
  margin-right : 5px;
  width:95%;
}

.gfg-listentry a{
	color:#003F5E;
	text-decoration:none;
}

.gfg-listentry-odd {
  background-color : #F6F6F6;
  overflow : hidden;
  white-space : normal;
  text-overflow-mode: ellipsis;
  -o-text-overflow : ellipsis;
}

.gfg-listentry-even {
  overflow : hidden;
  white-space : normal;
  text-overflow-mode: ellipsis;
  -o-text-overflow : ellipsis;
}

.gfg-listentry-highlight { 
  background: url(../img/triangulo3.png) no-repeat top left ;
  background-color: #E5ECEF;
  overflow : hidden;
  white-space : normal;
  text-overflow-mode: ellipsis;
  -o-text-overflow : ellipsis;
  padding-left:15px
}

/*
 * FeedControl customizations.
 */

.gfg-root .gfg-entry .gf-result .gf-title {
  font-size: 14px;
  line-height : 1.2em;
  overflow : hidden;
  height:auto;
  text-overflow : ellipsis;
  -o-text-overflow : ellipsis;
  white-space : nowrap;
  margin-bottom : 2px;
}

.gfg-root .gfg-entry .gf-result .gf-snippet {
  /*height : 3.8em;*/
  color: #000000;
  margin-top : 3px;
}


.gfg-branding {
  white-space : nowrap;
  overflow : hidden;
  text-align : left;
  position : absolute;
  right : 0px;
  top : 0px;
  width : 80px;
}

.gfg-collapse-open, .gfg-collapse-closed {
  background-repeat : no-repeat;
  background-position : center;
  cursor : pointer;
  float : right;
  width : 17px;
  height : 20px;
}

.gfg-collapse-open {
  background-image : url('arrow_open.gif');
}

.gfg-collapse-closed {
  background-image : url('arrow_close.gif');
}

.gfg-collapse-href {
  float : left;
}

.clearFloat {
  clear : both;
}