@charset "utf-8";
/*------------------------------Reset style Starts-------------------------------*/
/* no reseteamos em a proposito */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
  outline: 0;
}

ul {
  list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
}
caption,
th,
td {
  font-weight: normal;
  padding: 7px;
  vertical-align: middle;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}
blockquote,
q {
  quotes: "" "";
}
strong {
  font-weight: bold;
}
img {
  margin: 0;
}
/*------------------------------Reset style Ends-------------------------------*/

/*-----------------------------------float start-------------------------------*/
.fltrt {
  float: right;
  margin-left: 5px;
}
.fltlft {
  float: left;
}
.clear {
  clear: both;
  font-size: 0px;
  line-height: 1px;
  height: 0px;
}
.fltrtpad {
  float: right;
  margin-right: 7px;
}

.fltlftpad {
  float: left;
  margin-right: 10px;
}
.fltcenter {
  text-align: center;
}

.fltlftpad_addthis {
  position: absolute;
  top: 350px;
}

.ltContainerfot .fltlftpad_addthis {
  top: 270px;
}

.ltContainerfot .imgshiphome .fltlftpad_addthis {
  top: 312px;
}
/*-----------------------------------float ends--------------------------------*/

/*---------------------body starts here ---------------------------------------*/
body {
  color: #333366;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 11px;
  line-height: 14px;
  background-color: #ffcceb;
}
/*---------------------body ends here ---------------------------------------*/

/*---Common Wrapper Style Starts ----*/

a {
  text-decoration: none;
  border: 0;
  color: #0d5b9e;
  cursor: pointer;
}
a:hover {
  text-decoration: underline;
  border: 0;
  color: #0d5b9e;
  cursor: pointer;
}
a img,
a:hover img {
  text-decoration: none;
  border: 0;
  cursor: pointer;
}

#header {
  display: block;
  margin: 0 auto;
  padding: 0;
  width: 959px;
}
#body {
  display: block;
  width: 945px;
  background: #fff;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  padding-top: 18px;
  padding-right: 0;
  padding-bottom: 10px;
  padding-left: 14px;
}
#concert {
  display: block;
  width: 945px;
  background: #fff;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  padding-top: 18px;
  padding-right: 0;
  padding-bottom: 10px;
  padding-left: 14px;
  background-image: url(../images/bgoncert.gif);
  background-repeat: repeat-y;
  overflow: auto;
}

#footer {
  display: block;
  width: 939px;
  background: #ffcceb;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  padding-top: 23px;
  padding-right: 10px;
  padding-bottom: 23px;
  padding-left: 10px;
}

h1 {
  color: #cc0066;
  font-weight: bold;
  font-size: 22px;
  line-height: 26px;
}
h2 {
  color: #333366;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
}
h3 {
  color: #cc0066;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
}
h4 {
  color: #cc0066;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
}
h1.titlePad {
  padding: 14px 0 0 0;
}
h3.titlePad {
  padding: 14px 0 0 0;
}

h1.nobold {
  color: #cc0066;
  font-weight: normal;
  font-size: 21px;
  line-height: 26px;
}
h2.nobold {
  color: #333366;
  font-weight: normal;
  font-size: 17px;
  line-height: 22px;
}

h2 a:link {
  color: #333366;
  text-decoration: none;
}
h2 a:visited {
  color: #333366;
  text-decoration: none;
}
h2 a:hover {
  color: #333366;
  text-decoration: none;
}
h2 a:active {
  color: #333366;
  text-decoration: none;
}

/*---Common Wrapper Style ends ----*/

/*--- header starts ----*/
.topHeader {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  border-bottom: 2px solid #f2c0d9;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: left top;
}
.transparent-header {
  background: none;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 0 auto;
  padding: 0;
  width: 959px;
  height: 36px;
}
.theader-links {
  display: flex;
}
.theader-links li {
  margin: 0 8px;
  display: flex;
  align-items: center;
}
.theader-links li a {
  color: #cc0066;
}
.theader-links li a:visited,
a:hover {
  color: #cc0066;
}
.theader-links-cart {
  display: flex;
}
.theader-links-cart:before {
  display: flex;
  width: 14px;
  height: 14px;
  content: "";
  background-image: url(../images/caricohover.png);
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 4px;
}
.theader-language,
.theader-language-last {
  display: flex;
}
.theader-language:before {
  display: flex;
  width: 1px;
  border-left: solid 1px #cc0066;
  content: "";
  height: 14px;
  margin-right: 16px;
}
.theader-language-last:before {
  display: flex;
  width: 1px;
  border-left: solid 1px #cc0066;
  content: "";
  height: 8px;
  margin-right: 6px;
  margin-left: -6px;
}
.theader-links-login {
  display: flex;
}
.theader-links-login:before {
  display: flex;
  width: 14px;
  height: 14px;
  content: "";
  background-image: url(../images/sign.png);
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 4px;
}
.theader-links-orders {
  display: flex;
}
.theader-links-orders:before {
  display: flex;
  width: 14px;
  height: 14px;
  content: "";
  background-image: url(../images/box.png);
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 4px;
}
.iconsBlock {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.socialIcon {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 8px;
}
.socialIcon a {
  border: solid 1px #cc0066;
  width: 25px;
  height: 25px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.socialIcon.instagram a img {
  width: 12px;
  height: 12px;
}
.socialIcon.facebook a img {
  width: 20px;
  height: 14px;
}
.socialIcon.twitter a img {
  width: 20px;
  height: 16px;
}
.socialIcon.youtube a img {
  width: 20px;
  height: 16px;
}
.socialIcon.itunes a img {
  width: 20px;
  height: 16px;
}
.socialIcon.spotify a img {
  width: 20px;
  height: 14px;
}
.bandcamp.socialIcon  {
  margin-right: 0;
}
.socialIcon.bandcamp a img {
  width: 20px;
  height: 20px;
}
.socialIcon.cart a img {
  width: 15px;
  height: 12px;
}
.subscribe {
  display: flex;
  margin-top: 8px;
  justify-content: flex-end;
}
.subscribe a {
  color: #cc0066;
}

.btmHeader {
  display: block;
  margin: 0;
  padding: 0;
  height: 32px;
  margin-top: 10px;
  background: #cc0066;
}

.headerLt {
  display: block;
  margin: 0;
  padding: 11px 0 0 10px;
  width: 450px;
}

.headerRt {
  display: block;
  margin: 0;
  padding: 9px 10px 0 0;
  width: 350px;
}
.rtTopLinks {
  display: flex;
  margin: 0;
  text-align: right;
  height: 23px;
  padding-top: 2px;
  padding-right: 0;
  padding-left: 0px;
  flex-direction: column;
}
.rtTopLinks li {
  display: block;
  margin: 0;
  padding: 0 8px 0 6px;
  float: left;
  background: url(../images/navDivider.gif) right top no-repeat;
  height: 17px;
}
.rtTopLinks li a {
  color: #cc0066;
  text-decoration: none;
  display: block;
  margin: 0;
  padding: 0;
}
.rtTopLinks li a:hover {
  color: #cc0066;
  text-decoration: underline;
}
.rtTopLinks li.last {
  background: none;
  padding-right: 12px;
}

.rtBtmLinks {
  display: block;
  margin: 0;
  padding: 0;
  text-align: right;
}
.rtBtmLinks li {
  display: block;
  margin: 0;
  padding: 0 0 0 6px;
  float: left;
}
.rtBtmLinks li a,
.rtBtmLinks li a:hover {
  text-decoration: none;
  padding: 1px 0 0 0;
  display: block;
  margin: 0;
}

.rtBtmLinks li.bgLink a {
  color: #000;
  text-decoration: none;
  display: block;
  margin: 0;
  padding: 0 6px;
  font-weight: bold;
  background: url(../images/linkBg.gif) left top repeat-x;
  height: 20px;
  border: 1px solid #999999;
  font-size: 11px;
  line-height: 20px;
}
.rtBtmLinks li.bgLink a:hover {
  color: #000;
  text-decoration: underline;
  border: 1px solid #999999;
}
.rtBtmLinks li.bgLink a .ico {
  display: block;
  margin: 0;
  padding: 0 0 0 21px;
  background: url(../images/likeIco.gif) left 3px no-repeat;
  height: 20px;
}

.nav {
  display: block;
  margin: 0;
  padding: 7px 0 5px 0;
  font-size: 14px;
  color: #ff99cc;
  font-weight: bold;
  line-height: 18px;
  height: 20px;
}
.nav li {
  display: block;
  margin: 0;
  padding: 0 1px 0 0;
  float: left;
  background: url(../images/navDivider.gif) right top no-repeat;
  height: 20px;
}
.nav li a {
  color: #ff99cc;
  text-decoration: none;
  display: block;
  margin: 0;
  padding: 0 17px;
}
.nav li a:hover {
  color: #fff;
  text-decoration: underline;
}
.nav li.last {
  background: none;
  padding-right: 0;
}

.searchBlock {
  display: block;
  margin: 0;
  padding: 7px 0 0 0;
  width: 181px;
  margin-top: 8px;
}

.searchTitle a {
  font-weight: bold;
  font-size: 120%;
  text-decoration: none;
}
.inputBlock {
  display: block;
  margin: 0;
  padding: 1px 9px 2px 8px;
  width: 145px;
  height: 14px;
  background-color: #cc0066;
}
.inputBlock input {
  display: block;
  margin: 0;
  padding: 0;
  width: 145px;
  background: none;
  border: none;
  font-weight: normal;
  height: 14px;
  font-size: 12px;
  color: #fff;
  font-family: Helvetica, Arial, sans-serif;
  line-height: 14px;
}
.goBtn {
  display: block;
  margin: 0;
  padding: 0;
  width: 19px;
  height: 17px;
  border: none;
  background: url(../images/goBtn.gif) left top no-repeat;
  cursor: pointer;
}

.breadcrumbs {
  display: block;
  margin: 0;
  padding: 5px 0 4px 13px;
  width: 946px;
  font-size: 10px;
  color: #cc0066;
  font-weight: bold;
  line-height: 18px;
  background-color: #ffcceb;
}
.breadcrumbs li {
  display: block;
  margin: 0;
  padding: 0;
  float: left;
}
.breadcrumbs li a {
  color: #cc0066;
  text-decoration: none;
}
.breadcrumbs li a:hover {
  color: #fff;
  text-decoration: underline;
}
/*--- header ends ----*/

/*--- body starts ----*/

.mainContainer {
  display: block;
  width: 100%;
  background: url(../images/mainDivider.gif) left top repeat-y;
  margin-right: 0;
  margin-bottom: 7px;
  margin-left: 0;
  margin-top: 0px;
}

.mainContainerCup {
  display: block;
  width: 100%;
  background-color: #ffcceb;
  margin-right: 0;
  margin-bottom: 7px;
  margin-left: 0;
  margin-top: 0px;
}

.mainContainersin {
  display: block;
  width: 100%;
  margin-top: 18px;
  margin-right: 0;
  margin-bottom: 7px;
  margin-left: 0;
}
.mainContainerBox {
  display: block;
  width: 900px;
  margin: 5px;
  background-color: #fff;
  padding: 10px;
}
.mainContainerBuy {
  display: block;
  width: 90%;
  margin-top: 18px;
  margin-right: 0;
  margin-bottom: 7px;
  margin-left: 40px;
}
.mainContainerGen {
  display: block;
  width: 911px;
  margin-top: 10px;
  margin-right: 0;
  margin-bottom: 7px;
  margin-left: 10px;
}
.moreBtn,
.readBtn,
.moreBtnVideo {
  display: block;
  margin: 0;
  padding: 0;
}
a.moreBtn:link,
a.readBtn:link,
a.moreBtnVideo:link {
  display: block;
  margin: 0;
  background: url(../images/moreBtn.png) left top no-repeat;
  color: #cc0066;
  font-size: 11px;
  line-height: 17px;
  font-weight: bold;
  text-decoration: none;
  height: 17px;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 3px;
  padding-left: 20px;
}
a.moreBtn:visited,
a.readBtn:visited,
a.moreBtnVideo:visited {
  display: block;
  margin: 0;
  padding: 0 0 3px 20px;
  background: url(../images/moreBtn.png) left top no-repeat;
  color: #cc0066;
  font-size: 11px;
  line-height: 17px;
  font-weight: bold;
  text-decoration: none;
}
a.moreBtn:hover,
a.readBtn:hover,
a.moreBtnVideo:hover {
  display: block;
  margin: 0;
  background: url(../images/moreBtnHover.png) left top no-repeat;
  color: #cc0066;
  font-size: 11px;
  line-height: 17px;
  font-weight: bold;
  text-decoration: underline;
}
a.moreBtn:active,
a.readBtn:active,
a.moreBtnVideo:active {
  display: block;
  margin: 0;
  padding: 0 0 3px 20px;
  background: url(../images/moreBtn.png) left top no-repeat;
  color: #cc0066;
  font-size: 11px;
  line-height: 17px;
  font-weight: bold;
  text-decoration: none;
}

.arwBtn {
  display: block;
  margin: 0;
  padding: 0;
}
a.arwBtn {
  display: block;
  margin: 0;
  padding: 0 0 4px 13px;
  background: url(../images/pinkBullet.png) 1px 2px no-repeat;
  color: #ff3399;
  font-size: 11px;
  line-height: 14px;
  font-weight: normal;
}
a.arwBtn:hover {
  text-decoration: none;
  color: #ff3399;
  font-weight: bold;
}
.ltContainerfot {
  display: block;
  width: 610px;
  margin-top: 0;
  margin-right: 15px;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 5px;
  position: relative;
}
.ltContainer {
  display: block;
  margin: 0;
  padding: 0 0 0 5px;
  width: 621px;
  position: relative;
}
.rtContainer {
  display: block;
  padding: 0;
  width: 273px;
  margin-top: 0;
  margin-right: 5px;
  margin-bottom: 0;
  margin-left: 0;
}
.rtContainerConcert {
  display: block;
  width: 300px;
  background-color: #ffcceb;
  margin: 0;
  padding: 0;
}
.dividerCmnLrg {
  display: block;
  width: 617px;
  border-bottom: 2px dotted #ff99cc;
  padding: 25px 0 0 0;
  font-size: 0;
  line-height: 0;
  clear: both;
}
.dividerCmnPre {
  display: block;
  font-size: 0;
  line-height: 0;
  clear: both;
  padding: 0px;
  margin-top: 15px;
  margin-bottom: 10px;
  border-bottom-width: 2px;
  border-bottom-style: dotted;
  border-bottom-color: #ff99cc;
}
.dividerCmnLrgeqal {
  display: block;
  width: 607px;
  border-bottom: 2px dotted #ff99cc;
  font-size: 0;
  line-height: 0;
  clear: both;
  height: 5px;
  padding-top: 0px;
  padding-right: 5px;
  padding-bottom: 0px;
  padding-left: 5px;
  margin-bottom: 10px;
  margin-top: 5px;
}

.dividerCmnLrCon {
  display: block;
  width: 600px;
  border-bottom: 2px dotted #ff99cc;
  font-size: 0;
  line-height: 0;
  clear: both;
  height: 5px;
  padding-top: 0px;
  padding-right: 5px;
  padding-bottom: 0px;
  padding-left: 5px;
  margin-bottom: 20px;
  margin-top: 10px;
}
.dividerCmnLrNot {
  display: block;
  width: 600px;
  border-bottom: 2px dotted #ff99cc;
  font-size: 0;
  line-height: 0;
  clear: both;
  height: 5px;
  padding-top: 0px;
  padding-right: 5px;
  padding-bottom: 0px;
  padding-left: 5px;
  margin-bottom: 10px;
  margin-top: 10px;
}
.smlBlock {
  display: block;
  margin: 0;
  padding: 17px 0 8px 0;
  width: 620px;
}
.smlBlock .imgMain {
  display: block;
  margin: 0;
  padding: 0;
  width: 260px;
  height: 259px;
}
.smlBlock .imgMain img {
  display: block;
  margin: 0;
  padding: 0;
  width: 260px;
  height: 259px;
}
.smlBlock a,
.smlBlock {
  text-decoration: none;
}

.smlBlock .smlBlockDesc {
  display: block;
  margin: 0;
  padding: 0;
  width: 346px;
}
.smlTxt {
  font-size: 11px;
  color: #333366;
  font-weight: bold;
  line-height: 16px;
  padding: 0 0 3px 0;
  display: block;
}
.smlTxtnob {
  font-size: 11px;
  color: #333366;
  font-weight: normal;
  line-height: 16px;
  padding: 0 0 3px 0;
  display: block;
}
.smlTxtpin {
  font-size: 11px;
  color: #cc0066;
  font-weight: bold;
  line-height: 16px;
  padding: 0 0 3px 0;
  display: block;
}
.smlBlockAu {
  display: block;
  margin: 0;
  padding: 0;
  width: 346px;
}
.smlBlockAudiscDeezer {
  display: block;
  padding: 0;
  width: 593px;
  margin-top: 10px;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 180px;
}
.smlBlockAudisc {
  display: block;
  padding: 0;
  width: 570px;
  margin-top: 10px;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 50px;
}
.bioBlock {
  display: block;
  margin: 0;
  padding: 0;
  width: 610px;
}
.merch {
  display: block;
  margin: 0;
  padding-top: 40px;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-weight: bold;
}
.desc {
  display: block;
  margin: 0;
  padding: 0px;
}
.smlBlock .moreBtn .moreBtnVideo {
  padding-right: 18px;
}
.videoBtnfull {
  display: block;
  margin: 0;
  clear: both;
  width: 100%;
  padding-top: 5px;
  padding-right: 0;
  padding-bottom: 5px;
  padding-left: 0;
}
.videoBtnfulldisc {
  display: block;
  margin: 0;
  clear: both;
  width: 520px;
  padding-top: 3px;
  padding-right: 0;
  padding-bottom: 3px;
  padding-left: 0;
}

.videoBtn {
  display: block;
  margin: 0;
  padding: 5px 0 5px 0;
  clear: both;
}
.videoBtn a,
.videoBtn a:hover {
  display: block;
  margin: 0;
  padding: 0;
  text-decoration: none;
}
.videoBtn .videoTxt {
  display: block;
  margin: 0;
  height: 15px;
  border: 1px solid #ffb3d9;
  border-left: none;
  padding: 2px 5px;
  color: #ff3399;
  font-size: 11px;
  line-height: 16px;
  font-weight: normal;
  width: 212px;
  overflow: hidden;
}
.videoTxtfull {
  display: block;
  margin: 0;
  height: 15px;
  border: 1px solid #ff99cc;
  border-left: none;
  color: #cc0066;
  font-size: 11px;
  line-height: 16px;
  font-weight: normal;
  overflow: hidden;
  width: 85%;
  padding-top: 2px;
  padding-right: 5px;
  padding-bottom: 2px;
  padding-left: 5px;
}
.videoTxtfulldisc {
  display: block;
  margin: 0;
  height: 15px;
  border: 1px solid #cc0066;
  border-left: none;
  color: #cc0066;
  font-size: 11px;
  line-height: 16px;
  font-weight: normal;
  overflow: hidden;
  width: 350px;
  padding-top: 2px;
  padding-right: 5px;
  padding-bottom: 2px;
  padding-left: 5px;
}
.videoTxtfulldeezer {
  display: block;
  margin: 0;
  height: 15px;
  border: 1px solid #ff99cc;
  color: #cc0066;
  font-size: 11px;
  line-height: 16px;
  font-weight: normal;
  overflow: hidden;
  width: 580px;
  padding-top: 2px;
  padding-right: 5px;
  padding-bottom: 2px;
  padding-left: 5px;
}
.videoTxtfulldeezer a {
  color: #cc0066;
}
.videoTxtfulldeezer a:hover {
  color: #cc0066;
  text-decoration: underline;
}

.videoBtn .videoTxtSml {
  display: block;
  margin: 0;
  height: 15px;
  border: 1px solid #ffb3d9;
  border-left: none;
  padding: 2px 5px;
  color: #cc0066;
  font-size: 11px;
  line-height: 16px;
  font-weight: normal;
  width: 81px;
  overflow: hidden;
}

a.buyBtn {
  display: block;
  margin: 0;
  padding: 0;
  border: none;
  cursor: pointer;
  height: 17px;
  width: 91px;
  background-image: url(../images/buyBtn.gif);
}
a.buyBtn:hover {
  display: block;
  margin: 0;
  padding: 0;
  border: none;
  cursor: pointer;
  height: 17px;
  width: 91px;
  background-image: url(../images/buyBtnHover.gif);
}

a.buyBtnBig {
  display: block;
  margin: 0;
  border: none;
  cursor: pointer;
  height: 17px;
  background-color: #cc0066;
  color: #fff;
  text-align: center;
  line-height: 17px;
  font-weight: bold;
  font-size: 1.5em;
  width: 140px;
  padding-top: 4px;
  padding-right: 2px;
  padding-bottom: 4px;
  padding-left: 2px;
}
a.buyBtnBig:hover {
  display: block;
  margin: 0;
  border: none;
  cursor: pointer;
  height: 17px;
  background-color: #ff99cc;
  color: #cc0066;
  text-align: center;
  line-height: 17px;
  font-weight: bold;
  font-size: 1.5em;
  width: 140px;
  text-decoration: none;
  padding-top: 4px;
  padding-right: 2px;
  padding-bottom: 4px;
  padding-left: 2px;
}

a.buyBtnshort {
  display: block;
  margin: 0;
  padding: 0;
  border: none;
  cursor: pointer;
  height: 17px;
  line-height: 17px;
  width: 63px;
  background-color: #cc0066;
  color: #fff;
  text-align: center;
  font-weight: bold;
}
a.buyBtnshort:hover {
  margin: 0;
  padding: 0;
  border: none;
  cursor: pointer;
  height: 17px;
  line-height: 17px;
  width: 63px;
  background-color: #ff99cc;
  color: #cc0066;
  text-align: center;
  font-weight: bold;
  text-decoration: none;
}
.buyBtnNor {
  display: block;
  margin: 0;
  padding: 0;
  border: none;
  cursor: pointer;
  height: 17px;
  line-height: 17px;
  width: 91px;
  background-color: #cc0066;
  color: #fff;
  text-align: center;
  font-weight: bold;
}
.buyBtnNor:hover {
  margin: 0;
  padding: 0;
  border: none;
  cursor: pointer;
  height: 17px;
  line-height: 17px;
  width: 91px;
  background-color: #ff99cc;
  color: #cc0066;
  text-align: center;
  font-weight: bold;
  text-decoration: none;
}

a.salirBtnNor {
  display: block;
  margin: 0;
  padding: 5px;
  border: none;
  cursor: pointer;
  line-height: 17px;
  background-color: #cc0066;
  color: #fff;
  text-align: center;
  font-weight: bold;
}
a.salirBtnNor:hover {
  background-color: #ff99cc;
  color: #cc0066;
  text-decoration: none;
}

a.buyBtnblock {
  display: block;
  margin: 0;
  padding: 0;
  border: none;
  cursor: pointer;
  height: 17px;
  width: 90px;
  background-image: url(../images/buyBtnshort.jpg);
  background-repeat: no-repeat;
  background-position: center center;
}
a.buyBtnblock:hover {
  display: block;
  margin: 0;
  padding: 0;
  border: none;
  cursor: pointer;
  height: 17px;
  width: 82px;
  background-image: url(../images/buyBtnshortHover.jpg);
}

.bigBtnListado {
  margin: 0 24px 0 0;
  text-align: center;
  padding: 10px 0;
  border: none;
  cursor: pointer;
  background-color: #cc0066;
  color: #fff;
  font-weight: bold;
  float: right;
  width: 251px;
  font-size: 13px;
}
.bigBtnListado:hover {
  text-decoration: none;
  background-color: #ff99cc;
  color: #cc0066;
}

.rtSmlBlock .bigBtnListado {
  margin-right: 19px;
}

.squareBtn {
  display: block;
  margin: 0;
  padding: 8px 6px 3px 0;
  text-align: right;
}
.squareBtn li {
  display: block;
  margin: 0;
  padding: 0 0 0 3px;
  float: left;
}
.squareBtn li a {
  display: block;
  margin: 0;
  padding: 0;
  float: left;
  width: 11px;
  height: 11px;
  text-indent: -9999px;
  text-decoration: none;
  background-color: #ff99cc;
}
.squareBtn li a:hover {
  text-indent: -9999px;
  text-decoration: none;
  background-color: #de5c9a;
}
.squareBtn li.activeBtn a {
  text-indent: -9999px;
  text-decoration: none;
  background-color: #cf1170;
}

.smlContainer {
  display: block;
  margin: 0;
  padding: 0;
  width: 606px;
}

/*--- videoList starts ----*/
.videoList {
  display: block;
  margin: 0;
  padding: 0 0 10px 0;
  width: 100%;
}
.videoListcont {
  display: block;
  margin: 0;
  padding: 0 17px 0 0;
  width: 130px;
  float: left;
}
.videoList li {
  display: block;
  margin: 0;
  padding: 0 8px 0 0;
  width: 130px;
  float: left;
}
.videoList .imgMain {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 101px;
}
.videoList .imgMain img {
  display: block;
  margin: 0;
  padding: 0;
  width: 98px;
  height: 101px;
}
.videoList a,
.videoList a:hover {
  text-decoration: none;
}

.videoList .smlBlockDesc {
  display: block;
  margin: 0;
  padding: 3px 0 0 0;
  width: 100%;
  color: #333366;
  min-height: 55px;
  line-height: 13px;
  clear: both;
}
.videoList .smlBlockDesc a {
  text-decoration: none;
  font-weight: bold;
  color: #333366;
}
.videoList .smlBlockDesc a:hover {
  text-decoration: underline;
  font-weight: bold;
  color: #333366;
}

/*--- videoList ends ----*/

.videoListScroll {
  display: block;
  margin: 0;
  padding: 0 0 10px 0;
  width: 100%;
}
.videoListScroll li {
  display: block;
  margin: 0;
  width: 123px;
  float: left;
  padding-top: 0;
  padding-right: 5px;
  padding-bottom: 0;
  padding-left: 10px;
}
.videoListScroll .imgMain {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 101px;
}
.videoListScroll .imgMain img {
  display: block;
  margin: 0;
  padding: 0;
  width: 98px;
  height: 101px;
}
.videoListScroll a,
.videoListScroll a:hover {
  text-decoration: none;
}

.videoListScroll .smlBlockDesc {
  display: block;
  margin: 0;
  padding: 3px 0 0 0;
  width: 100%;
  color: #333366;
  min-height: 55px;
  line-height: 13px;
  clear: both;
}
.videoListScroll .smlBlockDesc a {
  text-decoration: none;
  font-weight: bold;
  color: #333366;
}
.videoListScroll .smlBlockDesc a:hover {
  text-decoration: underline;
  font-weight: bold;
  color: #333366;
}

/*--- lrgVideoList starts ----*/

.lrgVideoList {
  display: block;
  margin: 0;
  width: 100%;
  padding-top: 8px;
  padding-right: 0;
  padding-bottom: 20px;
  padding-left: 0;
}
.lrgVideoList li {
  display: block;
  margin: 0;
  padding: 8px 24px 8px 0;
  width: 178px;
  float: left;
}
.lrgVideoList .smlBlockDesc {
  display: block;
  margin: 0;
  padding: 8px 0 7px 0;
  width: 100%;
  font-size: 11px;
  color: #333366;
  min-height: 26px;
  line-height: 13px;
}

.lrgVideoList .videoOuter {
  display: block;
  margin: 0;
  padding: 1px 0 0 1px;
  width: 184px;
  height: 103px;
  border-top: 1px solid #e0e0de;
  border-left: 1px solid #e0e0de;
}
.lrgVideoList .videoOuter .video {
  display: block;
  margin: 0;
  padding: 0;
  width: 184px;
  height: 103px;
}
.lrgVideoList a,
.lrgVideoList a:hover {
  text-decoration: none;
}
.lrgVideoList li.padNone {
  padding-right: 0;
}
/*--- lrgVideoList ends ----*/

/*--- socialLink starts ----*/
.socialLink {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
}
.socialLink li {
  display: block;
  margin: 0;
  padding: 0 0 0 3px;
  float: left;
  width: auto;
}
.socialLink li img {
  display: block;
  margin: 0;
  padding: 0;
}
.socialLink li a {
  display: block;
  margin: 0;
  padding: 0;
  float: left;
  text-decoration: none;
}
.socialLink li a:hover {
  text-decoration: none;
}
.socialLink li.divider {
  background: url(../images/socialLinkDivider.gif) 4px 1px no-repeat;
  padding: 0 0 0 12px;
}
/*--- socialLink ends ----*/

.rtSmlBlock {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
}

/*--- grupList starts ----*/
.grupList {
  display: block;
  margin: 0;
  padding: 10px 0 15px 0;
  width: 269px;
}
.grupList li {
  display: block;
  margin: 0;
  padding: 9px 0 3px 0;
  width: 100%;
  float: left;
}
.grupList li .mainPic {
  display: block;
  margin: 0;
  padding: 0;
  width: 44px;
  height: 44px;
}
.grupList li .desc {
  display: block;
  margin: 0;
  padding: 0;
  width: 213px;
  color: #333366;
  font-size: 12px;
  line-height: 14px;
}
.grupList li .title {
  font-weight: bold;
  margin-top: 30px;
  font-size: 120%;
}
.grupList li .title a {
  color: #333366;
  text-decoration: none;
}
.grupList li .title a:hover {
  color: #333366;
  text-decoration: underline;
}
.grupList li .titleDesc {
  font-size: 11px;
  line-height: 13px;
}
/*--- grupList ends ----*/

.padLft {
  padding-left: 52px;
  float: left;
}
.dividerCmn {
  display: block;
  width: 269px;
  border-bottom: 2px dotted #ff99cc;
  padding: 16px 0 0 0;
  font-size: 0;
  line-height: 0;
  clear: both;
}

.rtLrgBlock {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
}

/*--- grupListLrg starts ----*/
.grupListLrg {
  display: block;
  margin: 0;
  padding: 11px 0 0 0;
  width: 269px;
}
.grupListLrg li {
  display: block;
  margin: 0;
  padding: 6px 0 20px 0;
  width: 100%;
  float: left;
}
.grupListLrg li .mainPic {
  display: block;
  margin: 0;
  padding: 0;
  width: 45px;
  height: 45px;
}
.grupListLrg li .mainPic img {
  display: block;
  margin: 0;
  padding: 0;
  width: 45px;
  height: 45px;
}
.grupListLrg li .desc {
  display: block;
  margin: 0;
  padding: 0;
  width: 216px;
  color: #333366;
  font-size: 12px;
  line-height: 14px;
}
.grupListLrg li .dt {
  font-size: 10px;
  line-height: 11px;
}
/*--- grupListLrg ends ----*/

/*--- upcommingList starts ----*/
.upcommingList {
  display: block;
  margin: 0;
  padding: 20px 0 0 0;
  width: 270px;
}
.upcommingList li {
  display: block;
  margin: 0;
  padding: 0 0 13px 0;
  width: 100%;
  float: left;
}
.upcommingList li .dt {
  display: block;
  margin: 0;
  padding: 10px 3px;
  width: 33px;
  height: 20px;
  background: #cc0066;
  font-size: 24px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  line-height: 20px;
}
.upcommingList li .dtnext {
  display: block;
  margin: 0;
  padding: 10px 3px;
  width: 33px;
  height: 20px;
  background: #ff99cc;
  font-size: 24px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  line-height: 20px;
}

.upcommingList li .dtDesc {
  display: block;
  margin: 0;
  padding: 0;
  width: 225px;
  color: #333366;
  font-size: 12px;
  line-height: 14px;
  font-weight: normal;
}
.upcommingList li .title {
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 14px;
  padding-left: 0;
}
.eventsList {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
}
.eventsList li {
  display: block;
  margin: 0;
  padding: 0 0 7px 0;
  width: 100%;
  float: left;
}
.eventsList li .lt {
  display: block;
  margin: 0;
  padding: 0;
  width: 85px;
}
.eventsList li .rt {
  display: block;
  margin: 0;
  padding: 0;
  width: 130px;
}
.upcommingList li .dtDesc a {
  color: #333366;
  text-decoration: none;
}
.upcommingList li .dtDesc a:hover {
  color: #333366;
  text-decoration: underline;
}
/*--- upcommingList ends ----*/

/*--- elefantSpotifyList starts ----*/
.elefantSpotifyList {
  display: block;
  margin: 0;
  padding: 10px 0 6px 0;
  width: 269px;
}
.elefantSpotifyList li {
  display: block;
  margin: 0;
  padding: 0 0 0 19px;
  width: 250px;
  float: left;
  background: url(../images/pinkBullet.png) 2px 5px no-repeat;
}
.elefantSpotifyList li .txt {
  display: block;
  margin: 0;
  padding: 0 0 3px 36px;
  width: 214px;
  float: left;
  background: url(../images/ico07.gif) 2px 1px no-repeat;
  color: #333366;
  font-size: 11px;
  line-height: 20px;
}
.elefantSpotifyList li .txt a {
  color: #333366;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
}
.elefantSpotifyList li .txt a:hover {
  color: #333366;
  text-decoration: underline;
}
.padBtm {
  padding-bottom: 12px;
}
/*--- elefantSpotifyList ends ----*/

.mainCmnContainer {
  display: block;
  margin: 0;
  width: 100%;
  border-top: 2px dotted #ffb2d9;
  padding-top: 15px;
  padding-right: 0;
  padding-bottom: 15px;
  padding-left: 0;
}

.smlList {
  display: block;
  margin: 0;
  padding: 0 0 0 5px;
  width: 290px;
}
.smlList li {
  display: block;
  margin: 0;
  padding: 0 0 12px 0;
  width: 100%;
  font-size: 11px;
  color: #333366;
  line-height: 14px;
}
.smlList li a {
  color: #333366;
  text-decoration: none;
}
.smlList li a:hover {
  color: #333366;
  text-decoration: underline;
}

.lrgRtBlock {
  display: block;
  margin: 0;
  padding: 0;
  width: 587px;
  /*height: 360px;*/
}

/*--- twitterList starts ----*/
.twitterList {
  display: block;
  margin: 0;
  padding: 3px 0 0 25px;
  width: 280px;
}
.twitterList li {
  display: block;
  margin: 0;
  padding: 8px 0 4px 0;
  width: 100%;
  font-size: 12px;
  color: #333366;
  line-height: 14px;
}
.twitterList li a {
  color: #333366;
  text-decoration: none;
}
.twitterList li a:hover {
  color: #333366;
  text-decoration: underline;
}
.twitterList li.title {
  padding: 0 0 2px 0;
}
.twitterList li.twitterLink {
  padding: 8px 0 0 0;
}
.twitterList li.twitterLink a {
  color: #cc0066;
  text-decoration: none;
  font-weight: bold;
}
.twitterList li.twitterLink a:hover {
  color: #c06;
  text-decoration: underline;
}
#twitter-widget {
  position: absolute;
}
/*--- twitterList ends ----*/

/*--- facebookBlock starts ----*/
.facebookBlock {
  display: block;
  margin: 0;
  padding: 8px 0 0 0;
  width: 277px;
  font-size: 12px;
  color: #000033;
}
.facebookBlock .title {
  display: block;
  margin: 0;
  padding: 0 0 0 6px;
  width: 271px;
  background: #727eb4;
  font-size: 0;
  line-height: 0;
  height: 26px;
}
.profileDesc {
  display: block;
  margin: 0;
  padding: 0 0 0 3px;
  width: 135px;
}
.profileStatus {
  display: block;
  margin: 0;
  padding: 0 9px 0 0;
  width: 118px;
}
.facebookBlock .blockTitle {
  color: #cacaca;
  line-height: 14px;
  padding: 4px 0 2px 0;
}
.facebookBlock a {
  color: #000033;
  text-decoration: none;
}
.facebookBlock a:hover {
  color: #000033;
  text-decoration: underline;
}
.profilePic {
  display: block;
  margin: 11px 0 0 0;
  padding: 0;
  width: 101px;
  height: 104px;
}
.profilePic:hover,
.profilePic:hover img {
  text-decoration: none;
  border: none;
}
/*--- facebookBlock ends ----*/
/*--- facebookBlock ends ----*/

/*--- body ends ----*/

/*--- footer starts ----*/
.footer {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.footer-logo {
  text-align: center;
}
.footer-logo img {
  max-width: 330px;
}
.footer .iconsBlock {
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer .iconsBlock .socialIcon a {
  background: #ffffff;
}
.footerLinks ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin: 16px 0 48px 0;
}
.footerLinks ul li a {
  color: #cc0066;
  font-size: 12px;
}
.footerLinks ul li:after {
  width: 1px;
  border-right: solid 1px #cc0066;
  height: 10px;
  font-size: 14px;
  content: "";
  margin: 0 8px;
}
.footerLinks ul li:last-child:after {
  display: none;
}
/*--- footer ends ----*/

/*--- grupos starts ----*/
.mainGroupContainer {
  display: block;
  margin: 0;
  width: 100%;
  padding: 17px 0 10px 0;
}
.colterstar {
  float: left;
  width: 250px;
  margin-top: 0px;
  margin-right: 65px;
  margin-bottom: 5px;
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 0px;
}
.colter {
  float: left;
  width: 250px;
  margin-top: 0px;
  margin-right: 70px;
  margin-bottom: 5px;
  margin-left: 5px;
  padding-top: 0px;
  padding-right: 5px;
  padding-bottom: 10px;
  padding-left: 5px;
}
.colteright {
  float: left;
  width: 255px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 5px;
  margin-left: 5px;
  padding-top: 0px;
  padding-right: 5px;
  padding-bottom: 10px;
  padding-left: 5px;
}
.separahalf {
  height: 5px;
}
.separa {
  height: 10px;
}
.separadoble {
  height: 20px;
}
.separaplus {
  height: 55px;
}
.dividerAll {
  display: block;
  width: 910px;
  border-bottom: 2px dotted #ffb2d9;
  font-size: 0;
  line-height: 0;
  clear: both;
  margin-bottom: 10px;
}
.pinkDotLine {
  display: block;
  width: calc(100% - 40px);
  border-bottom: 2px dotted #ffb2d9;
  font-size: 0;
  line-height: 0;
  clear: both;
  margin-bottom: 10px;
  margin-left: 20px;
}
.colquincenter {
  float: left;
  width: 100px;
  color: #333366;
  margin-top: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
  text-align: center;
  height: 100px;
  overflow: hidden;
}
.colquin {
  float: left;
  width: 123px;
  color: #333366;
  margin-top: 3px;
  margin-right: 9px;
  margin-bottom: 3px;
  margin-left: 0px;
  padding-top: 2px;
  padding-right: 3px;
  padding-bottom: 2px;
  padding-left: 0px;
}

.colquintxt {
  color: #333366;
  font-weight: bold;
  margin-top: 3px;
}
.colquintxt a {
  color: #333366;
  font-weight: bold;
}
.colquintxt a:hover {
  color: #333366;
  font-weight: bold;
}

#body
  .mainContainer
  .ltContainer.fltlft
  .smlBlock.fltlft
  .smlBlockDesc.fltrt
  h2
  a:hover {
  text-decoration: underline;
}
.videogr {
  width: 200px;
  float: left;
}
.videoTxtfulldisc a {
  font-weight: bold;
  color: #cc0066;
}
.videoTxtfull a {
  font-weight: bold;
  color: #cc0066;
}
.videoTxtfull a:hover {
  font-weight: bold;
  color: #cc0066;
  text-decoration: underline;
}

.pre-loader {
  flex: 1;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  min-height: 100%;
  z-index: 9;
  background: rgba(0, 0, 0, 0.4);
  display: none;
}

.loader {
  border: 16px solid #f3f3f3;
  border-top: 16px solid #cc0066;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite;
  z-index: 99;
  left: 50%;
  top: 50%;
  position: absolute;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

a.headLogo {
  background-image: url(../../uploads/tiny/logo.jpg);
  background-repeat: no-repeat;
  height: 90px;
  width: 100%;
  float: left;
  background-size: contain;
}
a.carshop {
  background-image: url(../images/caricohover.png);
  background-repeat: no-repeat;
  height: 18px;
  width: 18px;
}

.selec {
  color: #fff;
  text-decoration: none;
}
.smlBlockfoto {
  display: block;
  width: 320px;
  float: right;
  padding-top: 0px;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  margin-top: 140px;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}
.groupBlock {
  background-color: #ff99cc;
  color: Â #FFFFFF;
  float: left;
  height: 51px;
  margin: 0 5px 5px;
  padding: 5px 0 0;
  width: 215px;
}
.groupBlock ul {
  padding: 0px;
  float: left;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 10px;
}
.groupBlock ul li {
  margin: 2px;
  font-weight: bold;
  list-style-type: none;
}
.groupBlock ul li a {
  color: #fff;
}
.groupBlock ul li a:visited {
  color: #fff;
}
.groupBlock ul li a:hover {
  color: #cc0066;
  text-decoration: none;
}
.groupBlock ul li a:active {
  color: #fff;
}
#body .mainContainer .ltContainer.fltlft .groupBlock ul li .selecgr {
  color: #cc0066;
  text-decoration: none;
}
.bio {
  color: #cc0066;
  font-weight: normal;
}
.pageBtn {
  display: block;
  padding: 0;
  float: left;
  line-height: 21px;
  height: 21px;
}
a.pageBtn:link {
  display: block;
  color: #cc0066;
  font-size: 11px;
  line-height: 21px;
  text-align: center;
  margin-top: 0px;
  margin-right: 3px;
  margin-bottom: 3px;
  margin-left: 3px;
  font-weight: bold;
  text-decoration: none;
}
a.pageBtn:visited {
  margin: 0;
  padding: 0;
  color: #cc0066;
  font-size: 11px;
  line-height: 21px;
  text-align: center;
  margin-top: 0px;
  margin-right: 3px;
  margin-bottom: 3px;
  margin-left: 3px;
  font-weight: bold;
  text-decoration: none;
}
a.pageBtn:hover {
  margin: 0;
  color: #cc0066;
  font-size: 11px;
  line-height: 21px;
  text-align: center;
  margin-top: 0px;
  margin-right: 3px;
  margin-bottom: 3px;
  margin-left: 3px;
  font-weight: bold;
  text-decoration: underline;
}
a.pageBtn:active {
  margin: 0;
  padding: 0;
  color: #cc0066;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  line-height: 21px;
  text-align: center;
  margin-top: 0px;
  margin-right: 3px;
  margin-bottom: 3px;
  margin-left: 3px;
}
a.pageBtnnum {
  font-weight: bold;
  color: #fff;
  height: 21px;
  width: 21px;
  background-color: #ff97c9;
  float: left;
  line-height: 21px;
  text-align: center;
  margin-top: 0px;
  margin-right: 3px;
  margin-bottom: 3px;
  margin-left: 3px;
}
a.pageBtnnum:visited {
  color: #fff;
}
a.pageBtnnum:hover {
  color: #fff;
  background-color: #cc0066;
  text-decoration: none;
}
a.pageBtnnum:active {
  color: #fff;
}

.pageBtnnum.selec {
  background-color: #cc0066;
}

.dividerVer {
  width: 205px;
  border-right: 2px dotted #ffb2d9;
  float: left;
  padding-top: 10px;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  color: #333366;
  font-weight: bold;
}
.dividerVer ul {
  margin: 0px;
  padding: 0px;
}
.dividerVer ul li {
  padding: 5px;
  list-style-type: none;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  margin-left: 15px;
}
.dividerVer ul li a:link {
  list-style-type: none;
  color: #333366;
  font-weight: bold;
}
.dividerVer ul li a:visited {
  list-style-type: none;
  color: #333366;
  font-weight: bold;
}
.dividerVer ul li a:hover {
  color: #cc0066;
  font-weight: bold;
}
.dividerVer ul li a:active {
  list-style-type: none;
  color: #333366;
  font-weight: bold;
}
#body .mainContainer .ltContainer.fltlft .dividerVer ul li .selecgrup {
  color: #cc0066;
}
.noborder {
  border: 0px;
}
h2 .bio {
  float: left;
  margin-top: 10px;
}
.biohead {
  float: left;
}
.titibio {
  /*margin-top: -20px;*/
  float: left;
  margin-bottom: 10px;
}
.nvprensa {
  /*float: right;*/
  line-height: 15px;
  height: 15px;
  font-weight: bold;
}
.nvprensa ul {
  margin: 0px;
  padding: 0px;
}
.nvprensa ul li {
  float: left;
  color: #cc0066;
  margin: 0px;
  padding: 0px;
}
.nvprensa ul li a {
  float: left;
  margin: 0px;
  padding: 0px;
  color: #cc0066;
}
.nvprensa ul li a:hover {
  float: left;
  color: #cc0066;
  margin: 0px;
  padding: 0px;
}

.spacenvprensa {
  height: 11px;
  width: 1px;
  margin-right: 7px;
  margin-left: 7px;
  background-color: #cc0066;
  float: left;
  margin-top: 2px;
  margin-bottom: 2px;
}
#body
  .mainContainer
  .ltContainer.fltlft
  .bioBlock.fltlft
  .nvprensa
  ul
  li
  .selpre {
  color: #cc0066;
  text-decoration: underline;
}
.txtprensa {
  display: block;
  padding: 0px;
  margin-top: 30px;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 55px;
}
.txtprensa h2 a {
  color: #333366;
}
.txtprensa h2 a:hover {
  color: #333366;
  text-decoration: underline;
}

span.select {
  background-attachment: scroll;
  background-color: transparent;
  background-image: url("../images/select.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  color: #cc0066;
  font: 11px/19px arial, sans-serif;
  height: 19px;
  overflow: hidden;
  padding: 0 0 0 2px;
  position: absolute;
  width: 57px;
}

span.selectmes {
  background-attachment: scroll;
  background-color: transparent;
  background-image: url("../images/select2.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  color: #cc0066;
  font: 11px/19px arial, sans-serif;
  height: 19px;
  overflow: hidden;
  padding: 0 0 0 2px;
  position: absolute;
  width: 110px;
}

select.styled {
  opacity: 0;
  position: relative;
  width: 57px;
  z-index: 5;
  margin-top: -2px;
}

select.styled2 {
  opacity: 0;
  position: relative;
  width: 110px;
  z-index: 5;
}

.rtContainerConcert ul {
  margin: 0px;
  padding-: 0px;
}
.rtContainerConcert ul li {
  color: #cc0066;
  margin-top: 2px;
  margin-bottom: 2px;
  padding-top: 2px;
  padding-bottom: 2px;
  border-bottom-width: 1px;
  border-bottom-style: dashed;
  border-bottom-color: #fff;
  padding-right: 2px;
  margin-right: 5px;
}
.rtContainerConcert ul li a {
  color: #cc0066;
  text-decoration: none;
}
.rtContainerConcert ul li a:visited {
  color: #cc0066;
  text-decoration: none;
}
.rtContainerConcert ul li a:hover {
  color: #cc0066;
  text-decoration: none;
  font-weight: bold;
}
.rtContainerConcert ul li a:active {
  color: #cc0066;
  text-decoration: none;
}
#concert .mainContainersin .rtContainerConcert ul li .sleconcer {
  font-weight: bold;
}
.slecyear {
  float: right;
  color: #cc0066;
  margin-top: 5px;
  margin-right: 10px;
}

/*--- upcommingConcert starts ----*/
.upcommingConcert {
  display: block;
  margin: 0;
  padding-top: 45px;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
}
.upcommingConcert li {
  display: block;
  margin: 0;
  width: 100%;
  float: left;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 30px;
  padding-left: 0;
}
.upcommingConcert li .dt {
  display: block;
  margin: 0;
  padding: 10px 3px;
  width: 33px;
  height: 20px;
  background: #cc0066;
  font-size: 24px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  line-height: 20px;
}
.upcommingConcert li .dtnext {
  display: block;
  margin: 0;
  padding: 10px 3px;
  width: 33px;
  height: 20px;
  background: #ff99cc;
  font-size: 24px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  line-height: 20px;
}

.upcommingConcert li .dtDescConcert {
  display: block;
  margin: 0;
  padding: 0;
  width: 565px;
  color: #333366;
  font-size: 12px;
  line-height: 14px;
  font-weight: normal;
}
.upcommingConcert li .title {
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 2px;
  padding-left: 0;
}
.eventsConcert {
  display: block;
  margin: 0;
  padding: 0;
  width: 98%;
}
.eventsConcert li {
  display: block;
  width: 30%;
  float: left;
  font-size: 0.9em;
  margin-top: 4px;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 7px;
  padding-left: 0;
}

.eventsConcert li.detail {
  width: 70%;
}

.eventsConcert li.shorter {
  width: 10%;
  margin-left: 30px;
}
.eventsConcert li .lt {
  display: block;
  margin: 0;
  padding: 0;
  width: 100px;
}
.eventsConcert li .rt {
  display: block;
  margin: 0;
  padding: 0;
  width: 130px;
}
.upcommingConcert li .dtDescConcert a {
  color: #333366;
  text-decoration: none;
}
.upcommingConcert li .dtDescConcert a:hover {
  color: #333366;
  text-decoration: underline;
}
/*--- upcommingList ends ----*/
.date {
  font-size: 9px;
  margin: 0px;
  padding: 0px;
}
.titconcert {
  font-size: 1.2em;
  font-weight: bold;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #333366;
}
.contNew {
  float: left;
  width: 610px;
}
.contNew a {
  color: #333366;
}
.shopBlock {
  width: 605px;
  padding: 0;
  margin-top: 0px;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 10px;
  background-image: url(../images/bgshop.jpg);
  background-repeat: repeat-y;
  float: left;
}
.shopBlockTer {
  width: 610px;
  padding: 0;
  margin-top: 15px;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0px;
  background-image: url(../images/bgshopter.jpg);
  background-repeat: repeat-y;
  float: left;
}
.shopBlockTerRight {
  width: 610px;
  padding: 0;
  margin-top: 15px;
  margin-right: 25px;
  margin-bottom: 0;
  margin-left: 0px;
  background-image: url(../images/bgshopter.jpg);
  background-repeat: repeat-y;
  float: right;
}
.shopBlockOfer {
  position: relative;
  float: left;
  padding-top: 20px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  margin-top: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
  borde-width: 1px;
  z-index: 0;
  border-right-width: 2px;
  border-bottom-width: 2px;
  border-left-width: 2px;
  border-right-style: dotted;
  border-bottom-style: dotted;
  border-left-style: dotted;
  border-right-color: #ff99cc;
  border-bottom-color: #ff99cc;
  border-left-color: #ff99cc;
  background-image: url(../images/bgwhite.gif);
  background-repeat: no-repeat;
  background-position: right top;
}
.albshop {
  float: left;
  width: 265px;
  margin-top: 0px;
  margin-right: 15px;
  margin-bottom: 0px;
  margin-left: 30px;
}
.albshoplft {
  float: left;
  width: 265px;
  margin-top: 0px;
  margin-right: 30px;
  margin-bottom: 0px;
  margin-left: 0px;
}
.albgrouplft {
  float: left;
  width: 265px;
  margin-top: 0px;
  margin-right: 65px;
  margin-bottom: 5px;
  margin-left: 0px;
}
.titgrouplft {
  float: left;
  width: 210px;
  margin-top: 0px;
  margin-right: 35px;
  margin-bottom: 0px;
  margin-left: 0px;
}
.prdshop {
  float: left;
  width: 188px;
  margin-top: 0px;
  margin-right: 22px;
  margin-bottom: 30px;
  margin-left: 0px;
}
.prdofer {
  float: left;
  width: 188px;
  margin-top: 10px;
  margin-right: 22px;
  margin-bottom: 0px;
  margin-left: 0px;
}
.prdshoplft {
  float: left;
  width: 186px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 19px;
  margin-left: 0px;
}
.prdshopoferlft {
  width: 186px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 19px;
  margin-left: 0px;
}
.priceBtnBig {
  display: block;
  margin: 0;
  border: none;
  height: 17px;
  background-color: #333366;
  color: #fff;
  text-align: center;
  line-height: 17px;
  font-weight: bold;
  font-size: 1.5em;
  width: 140px;
  float: left;
  padding-top: 4px;
  padding-right: 2px;
  padding-bottom: 4px;
  padding-left: 2px;
}
.priceBtn {
  display: block;
  margin: 0;
  padding: 0;
  border: none;
  height: 17px;
  width: 91px;
  background-color: #333366;
  color: #fff;
  text-align: center;
  line-height: 17px;
  font-weight: bold;
}
.priceBtnshort {
  display: block;
  margin: 0px;
  border: none;
  cursor: pointer;
  height: 17px;
  background-color: #333366;
  color: #fff;
  text-align: center;
  line-height: 17px;
  font-weight: bold;
  padding-top: 0;
  padding-right: 2px;
  padding-bottom: 0;
  padding-left: 2px;
}
.formatemusic {
  float: left;
  margin-top: -10px;
  margin-right: 5px;
  margin-left: 5px;
}
.formatitunes {
  float: left;
  margin-top: -5px;
  margin-right: 0px;
  margin-left: 5px;
}
.formategroove {
  float: left;
  margin-top: -10px;
  margin-right: 0px;
  margin-left: 5px;
}

.dividerCmnshop {
  display: block;
  width: 265px;
  border-bottom: 2px dotted #ff99cc;
  font-size: 0;
  line-height: 0;
  clear: both;
  padding: 0px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.dividerCmnshopbottom {
  display: block;
  width: 265px;
  border-bottom: 2px dotted #ff99cc;
  font-size: 0;
  line-height: 0;
  clear: both;
  padding: 0px;
  margin-top: 20px;
}
.spaceshop {
  height: 115px;
}
.BlockMusi {
  float: left;
  width: 70px;
  margin-top: 5px;
}
.smlBlock .smlBlockshophome {
  display: block;
  padding: 0;
  width: 270px;
  margin-top: 0;
  margin-right: 15px;
  margin-bottom: 0;
  margin-left: 10px;
}
a.rowMain {
  display: block;
  width: 22px;
  height: 22px;
  float: left;
  margin-top: 0px;
  margin-right: 10px;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0px;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  background-image: url(../images/arrowlft.png);
  background-repeat: no-repeat;
  background-position: center bottom;
}
a.rowMain:hover {
  display: block;
  width: 22px;
  height: 22px;
  float: left;
  margin-top: 0px;
  margin-right: 10px;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0px;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  background-image: url(../images/arrowlft_hover.png);
  background-repeat: no-repeat;
  background-position: center bottom;
}

a.rowMainrgt {
  display: block;
  width: 22px;
  height: 22px;
  float: left;
  background-image: url(../images/arrowrght.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  margin: 0px;
}
a.rowMainrgt:hover {
  display: block;
  width: 22px;
  height: 22px;
  float: left;
  background-image: url(../images/arrowrght_hover.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  margin: 0px;
}
.imgshiphome {
  float: left;
  width: 295px;
}
.contshophome {
  float: left;
  display: block;
  margin-left: 32px;
  padding-top: 10px;
}

.contshopmultihome {
  padding-top: 10px;
}
.contshopofer {
  float: left;
  display: block;
  margin-left: 0px;
  padding-top: 10px;
  width: 560px;
}
.prdshophome {
  float: left;
  width: 110px;
  margin-top: 0px;
  margin-right: 21px;
  margin-bottom: 30px;
  margin-left: 21px;
}
.shopshirtHome {
  background-image: url(../images/bghomeshptshirt.png);
  background-repeat: repeat-y;
  float: left;
  width: 610px;
}
.titofere {
  color: #cc0066;
  font-weight: bold;
  font-size: 22px;
  line-height: 26px;
  background-color: #fff;
  margin-bottom: -25px;
  width: 240px;
  overflow: visible;
  z-index: 4;
  padding-top: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  position: relative;
}
.MainBtn {
  width: 150px;
  float: right;
  margin-top: 50px;
}
.mainBus {
  background-color: #ffcceb;
  width: 890px;
  margin: 0px;
  float: left;
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 40px;
  padding-left: 20px;
}
#busqueda {
  width: 600px;
  height: 27px;
  background-color: #fff;
  border: 1px solid #fff;
  margin-left: 70px;
  float: left;
  margin-right: 10px;
}
a.BtnSearch {
  display: block;
  margin: 0;
  border: none;
  cursor: pointer;
  height: 22px;
  background-color: #cc0066;
  color: #fff;
  text-align: center;
  line-height: 22px;
  font-weight: bold;
  font-size: 1.5em;
  width: 140px;
  padding-top: 4px;
  padding-right: 2px;
  padding-bottom: 4px;
  padding-left: 2px;
}
a.BtnSearch:hover {
  display: block;
  margin: 0;
  border: none;
  cursor: pointer;
  height: 22px;
  background-color: #cc0066;
  color: #ff99cc;
  text-align: center;
  line-height: 22px;
  font-weight: bold;
  font-size: 1.5em;
  width: 140px;
  text-decoration: none;
  padding-top: 4px;
  padding-right: 2px;
  padding-bottom: 4px;
  padding-left: 2px;
}
.smlTxtsearch {
  font-size: 11px;
  color: #cc0066;
  font-weight: bold;
  line-height: 16px;
  padding: 0 0 3px 0;
}
.ltContainerSearch {
  width: 610px;
  margin-top: 0;
  margin-right: 100px;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 5px;
  float: right;
}
.ansSearch {
  width: 940px;
  float: left;
}
.ansSearch ul {
  padding: 0px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 150px;
}
.ansSearch ul li {
  color: #cc0066;
  list-style-type: disc;
}
.ansSearch ul li a {
  color: #cc0066;
  list-style-type: disc;
}
.ansSearch ul li a:hover {
  color: #cc0066;
  list-style-type: disc;
  text-decoration: underline;
}
.txtAddre {
  float: right;
  width: 250px;
}
.txtAddre a {
  color: #333366;
  font-weight: bold;
}
table tr th {
  font-weight: bold;
  color: #cc0066;
  text-align: center;
  height: 25px;
}
.bgtd {
  background-color: #ffebf5;
  border-top-width: 2px;
  border-bottom-width: 2px;
  border-top-style: dotted;
  border-bottom-style: dotted;
  border-top-color: #ff99cc;
  border-bottom-color: #ff99cc;
}
.bgtdlast {
  border-bottom-style: dotted;
  border-bottom-color: #ff99cc;
  border-bottom-width: 2px;
}
.unimore a {
  float: left;
  height: 10px;
  width: 10px;
  background-image: url(../images/uni_more.jpg);
  background-repeat: no-repeat;
  margin-right: 10px;
}
.unimore a:hover {
  float: left;
  height: 10px;
  width: 10px;
  background-image: url(../images/uni_more_hover.jpg);
  background-repeat: no-repeat;
  margin-right: 10px;
}
.uniless a {
  float: left;
  height: 10px;
  width: 10px;
  background-image: url(../images/uni_less.jpg);
  background-repeat: no-repeat;
  display: block;
  margin-right: 10px;
  margin-top: 5px;
}
.uniless a:hover {
  float: left;
  height: 10px;
  width: 10px;
  background-image: url(../images/uni_less_hover.jpg);
  background-repeat: no-repeat;
  margin-right: 10px;
  margin-top: 5px;
}
.txtunit {
  margin-left: 20px;
  float: left;
  margin-right: 10px;
  height: 25px;
  line-height: 25px;
  width: 20px;
}

.unidelete a {
  background-image: url(../images/delete.jpg);
  background-repeat: no-repeat;
  height: 17px;
  width: 17px;
  text-align: center;
  display: block;
  float: left;
  margin-left: 30px;
}
.unidelete a:hover {
  background-image: url(../images/delete_hover.jpg);
  background-repeat: no-repeat;
  height: 17px;
  width: 17px;
  text-align: center;
  display: block;
  float: left;
  margin-left: 30px;
}
.totalCoste {
  font-size: 20px;
  color: #333366;
}
.waysend {
  float: left;
  width: 500px;
}
.txtwaysend {
  color: #cc0066;
  font-size: 15px;
}
a.txtwaysend {
  color: #cc0066;
  font-size: 15px;
}
a.txtwaysend:hover {
  color: #cc0066;
  text-decoration: underline;
  font-size: 15px;
}
#paquetepostal {
  margin-left: 40px;
  margin-top: 15px;
}
#mensajeria {
  margin-left: 40px;
  margin-top: 5px;
}
#card {
  margin-left: 40px;
  margin-top: 0;
  float: left;
  margin-right: 5px;
}
#paypal {
  margin-left: 40px;
  margin-top: 5px;
  float: left;
  margin-right: 5px;
  margin-bottom: 30px;
}

#giro {
  margin-left: 40px;
  margin-top: 5px;
  float: left;
  margin-right: 5px;
  margin-bottom: 30px;
}

#cr {
  margin-left: 40px;
  margin-top: 5px;
  float: left;
  margin-right: 5px;
  margin-bottom: 30px;
}
#transferencia {
  margin-left: 40px;
  margin-top: 5px;
  float: left;
  margin-right: 5px;
  margin-bottom: 85px;
}

.boxTotal {
  padding: 10px;
  background-color: #ffebf5;
  margin-top: 50px;
}
.payBtn {
  color: #ff3399;
  float: right;
}
.payBtn a {
  color: #cc0066;
  font-weight: bold;
  float: right;
  text-decoration: underline;
  margin-left: 10px;
}
.payBtn a:hover {
  color: #cc0066;
  font-weight: bold;
  float: right;
  text-decoration: underline;
}

.payBtnBg {
  background-color: #ffcceb;
  height: 30px;
  color: #ff3399;
  float: right;
}
.payBtnBg a {
  color: #cc0066;
  font-weight: bold;
  float: right;
  text-decoration: none;
  margin-left: 10px;
  padding-top: 8px;
  padding-right: 10px;
}
.payBtnBg a:hover {
  color: #cc0066;
  font-weight: bold;
  float: right;
  text-decoration: none;
}

.titshopBlock h2 {
  margin-left: 10px;
  margin-top: 0px;
  margin-bottom: 10px;
}
.subtxtgenerico {
  font-size: 18px;
  color: #cc0066;
  line-height: 1.2em;
}
.mainregis {
  float: right;
  display: block;
}
.mainregisgen {
  float: right;
  display: block;
  width: 570px;
}
.mainregislft {
  float: left;
  display: block;
  width: 300px;
}
.txtmainregis {
  color: #cc0066;
}
.mainregis a {
  color: #cc0066;
  text-decoration: underline;
}
#email {
  border: 1px solid #cc0066;
  height: 25px;
  width: 218px;
  margin-left: 10px;
  color: #cc0066;
  font-family: Arial, Helvetica, sans-serif;
  padding-left: 10px;
}
#pass {
  border: 1px solid #cc0066;
  height: 25px;
  width: 218px;
  margin-left: 10px;
  margin-right: 10px;
}
#primerpedido {
  margin-left: 80px;
  margin-top: 15px;
}
.small {
  font-size: smaller;
}
#desti {
  float: left;
  margin-top: 15px;
  margin-right: 5px;
  color: #cc0066;
  font-family: Arial, Helvetica, sans-serif;
  padding-left: 10px;
}
.direknow {
  float: left;
  margin-top: 15px;
  width: 180px;
}
a.editaddresBtn {
  color: #cc0066;
  font-weight: bold;
  text-decoration: underline;
  margin: 0px;
}
a.editaddresBtn:hover {
  color: #cc0066;
  font-weight: bold;
  text-decoration: underline;
  margin-top: 10px;
}
#namedesti {
  border: 1px solid #cc0066;
  height: 25px;
  width: 98%;
  margin-top: 5px;
  color: #cc0066;
  font-family: Arial, Helvetica, sans-serif;
  padding-left: 10px;
}
#cpdesti {
  border: 1px solid #cc0066;
  height: 25px;
  width: 96%;
  margin-top: 5px;
  color: #cc0066;
  font-family: Arial, Helvetica, sans-serif;
  padding-left: 10px;
}
.colpedido {
  width: 42%;
}
span.selectcountry {
  color: #cc0066;
  font: 11px arial, sans-serif;
  height: 49px;
  overflow: hidden;
  padding: 10px 10px 0 10px;
  position: absolute;
  width: 242px;
  background-attachment: scroll;
  background-color: transparent;
  background-image: url(../images/selectpais.png);
  background-repeat: no-repeat;
  background-position: 0 0;
}

selectcountry.style {
  opacity: 0;
  position: relative;
  width: 242px;
  z-index: 5;
}
.maincontacto {
  display: block;
  width: 99%;
}
.mainContainerBoxlight {
  display: block;
  margin: 5px;
  background-color: #fff;
  padding: 10px;
  width: 600px;
  float: left;
}

#cuenta {
  border: 1px solid #cc0066;
  height: 75px;
  width: 98%;
  margin-top: 5px;
  color: #cc0066;
  font-family: Arial, Helvetica, sans-serif;
  padding-left: 10px;
  font-size: 11px;
  padding-top: 10px;
}
.mainfoto {
  padding-left: 55px;
  padding-right: 35px;
}
.mainContainerBoxFoto {
  display: block;
  margin: 5px;
  background-color: #fff;
  padding: 10px;
  /*width: 400px;*/
  width: 100%;
  float: left;
}
.Colformat {
  float: left;
  width: 120px;
  margin-right: 10px;
  margin-left: 50px;
}
#fancybox-content .mainContainerFormat {
  width: 520px;
}
.mainContainerFormat {
  display: block;
  background-color: #fff;
  width: 570px;
  float: left;
  margin: 5px;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 30px;
}
.mainContainerBoxVideo {
  display: block;
  background-color: #fff;
  width: 700px;
  float: left;
  margin: 5px;
  padding-top: 10px;
  padding-right: 60px;
  padding-bottom: 10px;
  padding-left: 10px;
}
.mainContainerBoxMail {
  margin: 0 auto;
  width: 400px;
  position: relative;
  text-align: justify;
}

.newsletter_suscript {
  margin-top: 20px;
}

.newsletter_suscript label {
  line-height: 20px;
  display: flex;
}

.newsletter_suscript input[type="text"],
.newsletter_suscript input[type="email"] {
  border: 1px solid #cc0066;
  height: 25px;
  width: 388px;
  color: #cc0066;
  font-family: Arial, Helvetica, sans-serif;
  padding-left: 10px;
}

#Email {
  border: 1px solid #cc0066;
  height: 25px;
  width: 97%;
  margin-top: 5px;
  color: #cc0066;
  font-family: Arial, Helvetica, sans-serif;
  padding-left: 10px;
}
.mnsMail {
  border: 1px solid #cc0066;
  margin: 0px;
  padding: 10px;
}

.infoshirt {
  float: left;
  margin-left: 40px;
  width: 245px;
  margin-right: 100px;
  margin-bottom: 15px;
}
.maininfoshirt {
  float: left;
  margin-left: 40px;
  margin-top: 15px;
}

/* AÃ±adido por programaciÃ³n */
a.letra {
  font-weight: bold;
  color: #cc0066;
  margin-right: 5px;
}
a.letra:hover {
  font-weight: bold;
  color: #cc0066;
  text-decoration: underline;
}

.selec a {
  color: #fff !important;
  text-decoration: none !important;
}

a.buyMerchandising {
  display: block;
  margin: 0;
  padding: 0;
  border: none;
  cursor: pointer;
  height: 17px;
  line-height: 17px;
  width: 91px;
  background-color: #cc0066;
  color: #fff;
  text-align: center;
  font-weight: bold;
}
a.buyMerchandising:hover {
  margin: 0;
  padding: 0;
  border: none;
  cursor: pointer;
  height: 17px;
  line-height: 17px;
  width: 91px;
  background-color: #ff99cc;
  color: #cc0066;
  text-align: center;
  font-weight: bold;
  text-decoration: none;
}
.letraPlayer {
  color: #cc0066;
}
.bgvideo {
  width: 640px;
  background-color: #000;
  text-align: center;
}

.bgfoto {
  background-color: #fff;
  text-align: center;
  width: 720px;
  height: 410px;
  margin: 0 auto;
}
.numShop {
  color: #cc0066;
  float: left;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  margin: -5px 0 0;
  overflow: visible;
  padding: 0;
  text-align: center;
  width: 20px;
  z-index: 3;
}
.prdoferpack {
  float: left;
  margin: 10px;
  width: 160px;
}

.addBuy {
  float: right;
  margin: 200px 10px 10px 10px;
}

.pedidoMinimo {
  font-size: 12px;
  color: #333366;
}

#body .mainContainerGen .groupBlock ul li .selecgr {
  color: #cc0066;
  text-decoration: none;
}

.opcionregis {
  float: left;
  display: block;
  height: 100px;
  padding: 45px 5px 0 90px;
  text-align: right;
  width: 180px;
  visibility: hidden;
}

.descarga a {
  font-size: 15px;
  text-decoration: none;
  border: 0;
  color: #0d5b9e;
  cursor: pointer;
  margin-left: 45px;
  margin-top: 10px;
  font-weight: bold;
}
.descarga {
  color: #de5c99;
}
.code_field {
  border: 1px solid #cc0066;
  height: 25px;
  width: 200px;
  margin-top: 5px;
  color: #cc0066;
  font-family: Arial, Helvetica, sans-serif;
  padding-left: 10px;
}

/* CATALOGO */

.cat_referencias ul li {
  display: inline;
  float: left;
  overflow: hidden;
  width: 148px;
  margin: 2px;
  text-align: center;
}

.cat_referencias ul li a {
  color: #cc0066;
  font-weight: bold;
}

.cat_referencias ul li a:hover,
.cat_referencias ul li a.current {
  text-decoration: underline;
}

.modulo-grupo {
  color: #333366;
  text-decoration: none;
}

.modulo-grupo:hover {
  color: #333366;
  text-decoration: underline;
}

.fltlft-noticia {
  float: left;
  width: 100%;
  margin-bottom: 5px;
}

/* Max widths for thumbnails */
.max50 {
  max-width: 50px;
}
.max65 {
  max-width: 65px;
}
.max400 {
  max-width: 400px;
}
.max441 {
  max-width: 441px;
}
.max260 {
  max-width: 260px;
}
.max100 {
  max-width: 100px;
}
.max100p {
  max-width: 100%;
}

/* Política de cookies */
.cookies {
  position: fixed;
  bottom: 0;
  left: 0;
  background-color: rgba(196, 0, 82, 0.83);
  width: 100%;
  color: #fff;
  z-index: 10000;
  display: none;
}
.cookies .cookiewp {
  width: 934px;
  margin: 0 auto;
  padding: 13px;
}
.cookies .cookiewp h3 {
  margin: 0;
  color: #fff;
}
.cookies .cookiewp p {
  float: left;
  margin-top: 10px;
}
.cookies .cookiewp a {
  color: #ffc0e5;
  font-weight: bold;
}
.cookies .cookiewp > a {
  display: block;
  float: right;
  margin-top: -16px;
}
strong.important {
  font-size: 14px;
}
.center {
  display: inline-block;
  text-align: center;
}
#card-element,
#card-errors {
  visibility: hidden;
}
#card-element {
  margin-left: 40px;
  margin-top: 10px;
  border: dotted 1px rgba(196, 0, 82, 0.83);
  padding: 10px;
  margin-bottom: -80px;
}
.max100p {
  max-width: 100%;
  max-height: 100%;
}

/* Grupos Elefant Listado */
#body.grupos-elefant {
  display: flex;
  padding: 0;
  width: 960px;
  flex-direction: column;
}
#body.grupos-elefant h1 {
  margin-left: 20px;
}
.elefant__container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.grupos-elefant__container {
  display: flex;
  padding: 20px;
}
.grupos-elefant__listado {
  width: 25%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0;
}

/* Grupos Elefant */

#body.grupos-elefant {
  display: flex;
  padding: 0;
  width: 960px;
  flex-direction: column;
}
.grupos-elefant .btn-listado {
  margin: 0 20px 0 0;
  text-align: center;
  padding: 15px 0;
  border: none;
  cursor: pointer;
  background-color: #cc0066;
  color: #fff;
  font-weight: bold;
  width: 250px;
  font-size: 13px;
}
.grupos-elefant .title-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.grupos-elefant .grupos-principales {
  display: grid;
  grid-gap: 30px;
  grid-auto-rows: minmax(100px, auto);
  grid-template-columns: 1fr 1fr 1fr;
  padding: 20px;
}
.grupos-elefant .grupos-principales > div {
  display: flex;
  flex-direction: column;
}
.grupos-elefant .grupos-principales > div img {
  max-width: 100%;
}
.grupos-elefant .grupos-elefant-container {
  margin-top: 20px;
}
.grupos-elefant .grupos-secundarios {
  display: grid;
  grid-gap: 15px;
  grid-auto-rows: minmax(100px, auto);
  grid-template-columns: repeat(7, 1fr);
  padding: 20px;
  padding-top: 10px;
}
.grupos-elefant .grupos-secundarios > div {
  display: flex;
  flex-direction: column;
}
