@charset "utf-8";
/* CSS Document */

*{
    margin: 0;
    padding: 0;
    border: none;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    width:980px;}

html {
	background-color:transparent;
}

#sqContainer {
	position: relative;
	width: 980px;
	margin: 0 auto;
	text-align: left;
}

html.touch #sqContainer .blankCover {
	position: absolute;
	width: 700px;
	height: 787px;
	left: 0px;
	z-index: 900;
	display: none;
}

html.touch #sqContainer .blankCover.active {
	display: block;
}

html.touch #sqContainer .blankCover {
	position: absolute;
	width: 700px;
	height: 787px;
	left: 0px;
	z-index: 900;
	display: none;
}

html.touch #sqContainer .blankCover.active {
	display: block;
}

#sqContainer .sqHead {
	font-size: 21px;
	font-weight: bold;
	color: #fff;
	letter-spacing: -0.5px;
}

#sqContainer .sqChatter {
	font-size: 13px;
	color: #fff;
	/*margin-top: 7px;*/
	width: 882px;
}

#sqContainer .sqBackground {
	position: relative;
	overflow: hidden;
	height: 960px; /* cambiar altura */
	width: 980px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#sqContainer.light .sqHead {
	color: #333;
}

#sqContainer.light .sqChatter {
	color: #333;
}

#sqContainer .sqImageContainer {
	border: #fff solid 1px;
	width: 980px;
	height: 960px;  /* cambiar altura */
	overflow: hidden;
	position: relative;
}

#sqContainer.light .sqImageContainer {
	border: #cbcbcb solid 1px;
}

#sqContainer .sqImageSliderBox {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 960px;  /* cambiar altura */
}

#sqContainer .sqImage {
	width: 980px;
	height: 960px;  /* cambiar altura */
	position: absolute;
	top: 0px;
	left: 0px;
	opacity: 0;
	filter: alpha(opacity=0);
}

#sqContainer .sqBackgroundImage {
	width: 980px;
	height: 960px;  /* cambiar altura */
	position: absolute;
	top: 0px;
	left: 0px;
}

#sqContainer.slide .sqImageContainer .sqImage, #sqContainer.slide-transition .sqImageContainer .sqImage {
	position: relative;
	float: left;
	opacity: 1.0;
	filter: alpha(opacity=100);
}

#sqContainer .sqButtonPanelContainer {
	position: absolute;
	top: 12px;
	left: 12px;
	width: 140px;
	padding: 0px;
	/*border: #e6e6e6 solid 1px;*/
	display: none;
	z-index: 600;
}

#sqContainer .sqButtonContainer {
	width: 140px;
	padding: 0px;
	background: none;
	margin: 0px;
	border: none;
}

#sqContainer.light .sqButtonContainer {
	background: none;
	border: none;
	padding: 0px;
	background: none;
	margin: 0px;

}

#sqContainer .sqButton {
	width: 140px;
	display: table;
	cursor: pointer;
	background: #f7f7f7;
	margin-bottom: 0px;
	border-bottom: #c6c6c6 dashed 1px;
}

#sqContainer.little .sqButton {
	/*height: 43px;*/
	padding: 1px 0 !important;
}

#sqContainer .sqButton.last {
	border-bottom: none;
	padding: 1px 0 !important;
}

html.touch #sqContainer .sqButton {
	width: 115px;
}

#sqContainer.light .sqButton {
	background: #f7f7f7;
	margin-bottom: 0px;
	border-bottom: #c6c6c6 dashed 1px;
}

#sqContainer.big .sqButton {
	height: 89px;
}

#sqContainer .sqButton.active {
	background: #BABABA;
	cursor: auto;
}

#sqContainer.light .sqButton.active {
	background: #BABABA;
}

#sqContainer .sqButton .sqButtonNumberContainer {
	display: table-cell;
	vertical-align: middle;
	width: 36px;
	float:left;
}

#sqContainer .sqButton .sqButtonTextContainer {
	/*display:table-cell;
	vertical-align: middle;*/
	float: left;
	margin: 25px 0;
	width: 135px;
}

#sqContainer.little .sqButton .sqButtonTextContainer {
	margin: 4px 0;
}

#sqContainer.nonumbers .sqButton .sqButtonTextContainer {
	width: 105px; /*tocado*/
	padding-left: 10px;
}

#sqContainer .sqButton .sqButtonNumber {
	width: 36px;
	background: #ccc;
	color: #4f4d4d;
/*	-moz-border-radius: 11px;
	border-radius: 11px;
	*/
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bold;
	float: left;
	margin-right: 7px;
}

#sqContainer .sqButton .sqNumPadding {
	margin-top: 2px;
}

#sqContainer.light .sqButton .sqButtonNumber {
	background: #ccc;
	color: #4f4d4d;
		margin: 20px 0;
}

#sqContainer.little .sqButton .sqButtonNumber {
		margin: 0;
}

#sqContainer .sqButton.active .sqButtonNumber {
	background: #333;
	color: #fff;
}

#sqContainer.light .sqButton.active .sqButtonNumber {
	background: #333;
	color: #fff;
	float:left;
		display:inline-block;
}

#sqContainer .sqButton .sqButtonText {
  	color: #4F4D4D;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-weight: bold;
    display:table-cell;
    vertical-align:middle;
    width: 150px;
    float:left;
}

#sqContainer.light .sqButton .sqButtonText {
	color: #4f4d4d;
	float:left;
	display:inline-block;
}

#sqContainer.light .sqButton.active .sqButtonText {
	color: #fff;
}

#sqContainer .sqButton.active .sqButtonText {
	color: #fff;
}

#sqContainer .sqImageSection {
	position: relative;
}

#sqContainer .sqSource, #sqContainer .sqCredit {
	font-size: 11px;
	color: #999;
}

#sqContainer .sqSource {
	margin-top: 10px;
	float: right;
}

#sqContainer .sqLeftArrow.show, #sqContainer .sqRightArrow.show {
	display: block;
}

#sqContainer .sqVideoContainer {
	position: absolute;
	display: block;
	top: 0px;
	left: 0px;
	z-index: 500;
}

html.touch #sqContainer .sqVideoContainer {
	display: block;
}

#sqContainer .sqImage.active .sqVideoContainer {
	display: block;
}

#sqContainer.slide .sqVideoContainer {
	display: block;
}

/*html.touch #sqContainer.slide .sqImage .sqVideoContainer {
	display: none;
}

html.touch #sqContainer.slide .sqImage.active .sqVideoContainer {
	display: none;
}
*/
#sqContainer .sqVideoPosition {
	position: relative;
	top: 56px;
	left: 50px;
	width: 600px;
	height: 338px;
}


#sqContainer .sqVideoPosition img{
	display:none;
}


#sqContainer .sqiPadSlideVideo {
	position: absolute;
	top: 56px;
	left: 50px;
	visibility: hidden;
	/*opacity: 0;
	filter: alpha(opacity=0); */
	z-index: 100;
}

#sqContainer .sqiPadSlideVideo .sqVideoPosition {
	position: relative;
	top: 0px;
	left: 0px;
}

#sqContainer .sqiPadSlideVideo.active {
	visibility: visible;
	z-index: 200;
}

#rotate-overlay {display: none;}

.socialIcons{
	position:absolute;
	right: 0;
}
.addthis_button_facebook{
	margin-right: 15px !important;
	text-decoration:none;
}
#ipadRedirectMessage{
	  background-color: #333030;
    color: white;
    font-size: 170%;
    font-weight: bold;
    height: 0;
    margin-bottom: 20px;
    padding: 35px 10px 60px 20px;
    text-align: center;
    width: 627px;
	border-radius: 15px;

background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0.4, rgb(94,92,94)),
	color-stop(0.08, rgb(115,115,115)),
	color-stop(0.86, rgb(28,31,31))
);
}
#ipadRedirectMessage p a{
	color:#e6e1e1;
	letter-spacing:2px;
}
/* webkit hack to fix numbers */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	#sqContainer .sqButton .sqNumPadding {
		margin-top: 3px;
	}
}


/* ROB'S CHANGE SO THAT ALL SEQUENCERS ARE 920 IN THE LEGACY SITE - aqui tambien 51px mas*/

#sqContainer .sqBackground {
//padding: 15px 7px 15px 15px;

width: 980px;

}

#sqContainer .sqImageContainer {

width: 980px;

}
#sqContainer .sqImageContainer .sqBackgroundImage {
	left: 0;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	width: 980px;
}

#sqContainer .sqButtonPanelContainer {

left: 12px;

}

#sqContainer .sqPanelHide {

right: 56px;

}

.socialIcons{

right: 27px;

}



/* iPads (portrait) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
	body.touch{  height: 1024px;   }
 	#rotate-overlay{ background: rgba(0,0,0,0.75);   width: 1024px; height: 100%; z-index: 10000000;  position:absolute; top: 0; left: 0; display: block;}
	.rotate-overlay-modal {   width: 768px; text-align:center;  height: 230px; margin-top: 200px;  padding: 20px; line-height: 1.6em;}
	.rotate-overlay-modal h3 {margin: 40px; font-size: 17px; color: #FFF;}
	.rotate-overlay-modal p {margin-bottom: 17px;}
}