/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 21/06/2015, 11:01:02 AM
    Author     : etorres
*/
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 20/06/2015, 11:10:02 AM
    Author     : etorres
*/
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 16/06/2015, 10:29:35 PM
    Author     : etorres
*/
.btnCC {
  left: 1150px;
  top: 600px;
}
.closePopup {
  background-image: url(../img/closePopup.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 67px;
  height: 67px;
  position: absolute;
  top: -30px;
  right: -20px;
  border: 0;
  font-size: 0;
  margin-top: 8px;
  margin-right: 8px;
  z-index: 2;
}
.popup {
  width: 1130px;
  height: 590px;
  background-color: #ededed;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 25px 35px;
  margin-left: -6px;
  /* paginacion interna */
}
.popup.pages .subpage .nav-buttons {
  position: absolute;
  top: 280px;
}
.popup.pages .subpage .nav-buttons:hover :first-child {
  opacity: 1 !important;
}
.popup.pages .subpage .nav-buttons.next-page {
  right: -13px;
}
.popup.pages .subpage .nav-buttons.previous-page {
  left: -13px;
}
