/**
* Common View Elements
*/

/* --- Views Field --- */
.views-field {
}

.field-content {
}

/* Views Field Title */
.views-field-title {
}

.views-field-title .field-content {
}

/* Views Field Image */
.views-field-field-image {
}

.views-field-field-image .field-content {
}

/* Views Field Body */
.views-field-body {
}

.views-field-body .field-content {
}

/* Views Field Changed */
.views-field-changed {
}

.views-field-changed .field-content {
}

/* --- Views Inline Grid --- */
.views-row {
}

.views-row-odd {
}

.views-row-even {
}

.views-col {
}

.cols-1 .views-col {
  width: 100%;
}

.cols-2 .views-col {
  width: 50%;
}

.cols-3 .views-col {
  width: 33.33%;
}

.cols-4 .views-col {
  width: 25%;
}

.cols-5 .views-col {
  width: 20%;
}

.cols-6 .views-col {
  width: 16.66%;
}

/**
* Mass Bottom
*/
#mass-bottom-wrapper .block-inner {
  border-top: none;
  padding-top: 0;
}

#mass-bottom-wrapper .cols-2 .grid-inner {
  border: 1px solid #e2e2e2;
  margin-bottom: 18px;
  margin-right: 18px;
  padding: 18px;
}

#mass-bottom-wrapper .row-1 .col-2 .grid-inner {
  background: #f5f5f5;
}

#mass-bottom-wrapper .row-2 .col-1 .grid-inner {
  background: #fdfbe9;
  border: 1px solid #dcd7bb;
}

#mass-bottom-wrapper .row-2 .col-2 .grid-inner {
  background: #ecf5f8;
  border: 1px solid #c6e0e7;
}

#mass-bottom-wrapper .cols-2 .views-field-title {
  margin-bottom: .5em;
}

#mass-bottom-wrapper .cols-2 .views-field-title a {
  color: #333;
  font-size: 1.167em;
}

#mass-bottom-wrapper .views-field-view-node .field-content a {
  background: url(../images/bg-button-more.png) no-repeat left top;
  border: 1px solid #ddd;
  color: #aaa;
  display: block;
  float: left;
  font-size: .833em;
  padding: 3px 10px 3px 21px;
  text-transform: uppercase;
}

#mass-bottom-wrapper .views-field-view-node .field-content a:hover,
#mass-bottom-wrapper .views-field-view-node .field-content a:focus {
  background: url(../images/bg-button-more.png) no-repeat left -25px;
  color: #7bb9e0;
  text-decoration: none;
}

#mass-bottom-wrapper .col-last .grid-inner {
  margin-right: 0;
}

/**
* Supported Views Formats
*/
/* --- Slideshow --- */
#slideshow-wrapper .container {
  /*padding-bottom: 1.667em;*/
  position: relative;
}

#slideshow-wrapper .block-content {
  padding: 0;
}

#slideshow-wrapper .region-slideshow {
  background: #fff;
  border-bottom: 1px solid #e2e2e2;
  overflow: hidden;
  padding: 0;
  padding-bottom: 0.417em;
  position: relative;
}

/* Slideshow Image */
#slideshow-wrapper .views-field-field-im-gen {
  box-shadow: 0 3px 2px #000 inset;
}

/* Titles */
#slideshow-wrapper .views-field-title {
  background: url(../images/bg-title-slideshow.png) repeat-x left top;
  bottom: 0;
  color: #fff;
  display: none;/**/
  font-family: BebasNeueRegular;
  font-size: 3em;
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

#slideshow-wrapper .views-field-title .field-content {
  display: block;
  padding: 0;
}

#slideshow-wrapper .views-field-title a {
  color: #fff;
  text-decoration: none;
}

#slideshow-wrapper .views-field-title a:hover,
#slideshow-wrapper .views-field-title a:active,
#slideshow-wrapper .views-field-title a:focus {
  color: #fff;
  text-decoration: none;
}

/* Slideshow Navigator */
#slideshow-wrapper .views_slideshow_controls_text {
  bottom: 0;
  display: none;/**/
  height: auto;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 20; /* if you have more than 18 images in slideshow, increase this value */
}

#slideshow-wrapper .region-slideshow:hover .views_slideshow_controls_text,
#slideshow-wrapper .region-slideshow:hover .views-field-title {
  display: block;
}

#slideshow-wrapper .views-slideshow-controls-top {
  display: none;
}

#slideshow-wrapper .views_slideshow_controls_text {
  float: left;
}

#slideshow-wrapper .views_slideshow_controls_text span {
  background: url(../images/ico-slideshow.png) no-repeat;
  bottom: 15px;
  cursor: pointer;
  display: block;
  height: 30px;
  overflow: hidden;
  position: absolute;
  text-indent: -999em;
  width: 30px;
}

#slideshow-wrapper .views_slideshow_controls_text span.views-slideshow-controls-text-previous {
  background-position: 0 0;
  left: 20px;
}

#slideshow-wrapper .views_slideshow_controls_text span.views-slideshow-controls-text-previous:hover {
  background-position: 0 -35px;
}

#slideshow-wrapper .views_slideshow_controls_text span.views-slideshow-controls-text-next {
  background-position: -35px 0;
  right: 20px;
}

#slideshow-wrapper .views_slideshow_controls_text span.views-slideshow-controls-text-next:hover {
  background-position: -35px -35px;
}

#slideshow-wrapper .views_slideshow_controls_text span.views-slideshow-controls-text-pause {
  display: none;
}

#slideshow-wrapper .views_slideshow_controls_text span:hover {
}

#slideshow-wrapper .views_slideshow_slide_counter {
  background: #c00;
  color: #fff;
  display: none;
  float: left;
  margin-left: 1px;
  padding: .25em 1em;
}

/* Slideshow Full Pager */
#slideshow-wrapper .view > .pager {
  bottom: 0;
  height: auto;
  position: absolute;
  right: 0;
  width: auto;
  z-index: 20; /* if you have more than 18 images in slideshow, increase this value */
}

/* Slideshow Mini Pager */
#slideshow-wrapper .views-mini-pager {
  bottom: 0;
  height: auto;
  position: absolute;
  right: 0;
  width: auto;
  z-index: 20; /* if you have more than 18 images in slideshow, increase this value */
}

.logged-in .views-field-edit-node {padding:5px; background-color:#C00; position:absolute; z-index:100; color:#FFF;}
.logged-in .views-field-edit-node a {color:#FFF;}
.logged-in .views-field-edit-node a:hover {text-decoration:none; cursor:pointer;color:#000}

/* --- Photo Stream --- */
#panel-fourth-wrapper .view .grid-inner {
  border-right: none;
  padding: 0;
}

#panel-fourth-wrapper .view-ultimas-galerias .views-field-title {
  margin-bottom: 10px;
  overflow: hidden;
  float:left;
}

/*--- Referencias ---*/
.view-referencias .views-slideshow-controls-bottom{
	display: block;
    float: right;
    width: 80px;
}
.view-referencias .views-field-title {margin-top:15px}

.view-referencias  span.views-slideshow-controls-text-pause {display:none}
.view-referencias  span {
  background: url(../images/ico-slideshow.png) no-repeat;
  cursor: pointer;
  display: block;
  height: 30px;
  overflow: hidden;
  /*position: absolute;*/
  float:left;
  text-indent: -999em;
  width: 30px;
}

.view-referencias span.views-slideshow-controls-text-previous {
  background-position: 0 0;
  left: 20px;
}

.view-referencias span.views-slideshow-controls-text-previous:hover {
  background-position: 0 -35px;
  
}

.view-referencias span.views-slideshow-controls-text-next {
  background-position: -35px 0;
  margin-left:10px;
  right: 20px;
}

.view-referencias span.views-slideshow-controls-text-next:hover {
  background-position: -35px -35px;
}

.views-field-field-referenciador {margin-top:10px}
.views-field-field-referenciador p {margin:0}

/*Slideshow pager*/
/*.view-id-jquery_slideshow.view-display-id-block_1 .views-slideshow-controls-bottom {
    margin-left: 10px;
    z-index: 100;
}*/
.view-diapositivas .selector {
    background: none repeat scroll 0 0 #344F79;
    border: 1px solid #FFFFFF;
    cursor: pointer;
    height: 10px;
    width: 10px;
}
.view-diapositivas .active .selector, .view-diapositivas .selector:hover {
    background: none repeat scroll 0 0 #990000;
}
.view-diapositivas .selector:hover {
    background: none repeat scroll 0 0 #FFFFFF;
}
.view-diapositivas  .views-slideshow-pager-field-item {
    display: inline-block;
    margin-right: 5px;
	bottom:50px;
}
.view-diapositivas  .views-slideshow-pager-fields {
    margin-top: 10px;
    text-align: center;
	position:absolute;
	bottom:20px;
	z-index:100;
}