/* CSS Document */

@font-face{
   font-family: "ZagRegular";
   src: url(fonts/ZagRegular.otf);
}

@font-face{
   font-family: "ZagBold";
   src: url(fonts/ZagBold.otf);
}

@font-face{
   font-family: "MathisonR";
   src: url(fonts/MathisonR.otf);
}

@font-face{
   font-family: "HelveticaN";
   src: url(fonts/HelveticaN.otf);
}

body {
	background-image: url(images/back_ene18.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	background-color: #6b2439;
}

.bodyQS1 {
	background-color: black;
	background-image: url(images/backQS_uno.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
}

.bodyQS2 {
	background-color: black;
	background-image: url(images/backQS_dos.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
}

.bodyQS3 {
	background-color: black;
	background-image: url(images/backQS_tres.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
}

.bodyQS4 {
	background-color: black;
	background-image: url(images/backQS_cuatro.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
}

#menuQS {
	background-color: rgba(255, 255, 255, 0.9);
	height: 60px;
}

#menuBIAI {
	background-color: rgba(101, 29, 42, 0.9);
	height: 60px;
}

#menuBIAIfil {
	background-color: rgba(144, 102, 54, 0.9);
	height: 60px;
}

#menuBIAIali {
	background-color: rgba(126, 117, 147, 0.9);
	height: 60px;
}

#menuBIAIpro {
	background-color: rgba(32, 64, 108, 0.9);
	height: 60px;
}

#menuQSitem {
	padding-top: 12px;
	text-align: center;
	font-family: ZagBold;
	font-size: 20px;
	line-height: 20px;
	color: rgba(144, 146, 149, 0.9);
}

#btnQSmenu {
	display: block;
	color: rgba(144, 146, 149, 0.9);
	font-family: ZagBold;
}

#btnQSmenu:hover, #btnQSmenu:focus {
	color: rgba(101, 29, 42, 0.9);
	text-decoration: none;
}

#menuBIitem {
	padding-top: 12px;
	text-align: center;
	font-family: ZagBold;
	font-size: 20px;
	line-height: 20px;
	color: rgba(255, 255, 255, 0.9);
}

#btnBImenu {
	display: block;
	color: rgba(255, 255, 255, 0.9);
	font-family: ZagBold;
}

#btnBImenu:hover, #btnBImenu:focus {
	color: rgba(144, 146, 149, 0.9);
	text-decoration: none;
}

#contQSizq {
	padding-top: 20px;
	color: white;
	padding-right: 20px;
}

#titContQS {
	font-family: MathisonR;
	font-size: 70px;
	line-height: 60px;
}

#txtContQS {
	font-family: HelveticaN;
	font-size: 18px;
	padding-top: 20px;
}

#subtitContQS {
	font-family: MathisonR;
	font-size: 30px;
	line-height: 30px;
	color: rgba(126, 117, 147, 1);
}

#imgQSback {
	margin-top: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	/*background-color: rgba(63, 39, 47, 0.7);*/
	background-image: url(images/backImgQS1.png);
	background-repeat: repeat-x;
	background-position: bottom;
}

#imgQSimg {
	border-radius: 30px 30px 0px 0px;
}

#imgQStxt {
	background-color: rgba(101, 29, 42, 0.9);
	font-family: HelveticaN;
	font-size: 14px;
	color: white;
	text-align: right;
	padding: 20px;
	border-radius: 0px 0px 30px 30px;
}

#imgQStxtFil {
	background-color: rgba(144, 102, 54, 0.9);
	font-family: HelveticaN;
	font-size: 14px;
	color: white;
	text-align: right;
	padding: 20px;
	border-radius: 0px 0px 30px 30px;
}

#imgQStxtAli {
	background-color: rgba(126, 117, 147, 0.9);
	font-family: HelveticaN;
	font-size: 14px;
	color: white;
	text-align: right;
	padding: 20px;
	border-radius: 0px 0px 30px 30px;
}

#imgQStxtPro {
	background-color: rgba(32, 64, 108, 0.9);
	font-family: HelveticaN;
	font-size: 14px;
	color: white;
	text-align: right;
	padding: 20px;
	border-radius: 0px 0px 30px 30px;
}

#creditosTxt {
	text-align: center;
	color: rgba(100,100,100,0.9);
	font-family: ZagRegular;
	font-size: 16px;
}

#creditosLink {
	text-align: center;
	color: rgba(1,160,153,0.9);
	font-family: ZagRegular;
	font-size: 18px;
	text-decoration: none;
}

/* Menú de navegación */

#modalQStxt {
	font-family: HelveticaN;
	font-size: 16px;
	color: white;
	text-align: left;
	padding: 20px 10px 0px 10px;
}

#menuXS {
	background-color: rgba(255, 255, 255, 0.9);
}

#btnDesplXS {
	text-align: left;
	background-color: rgba(101, 29, 42, 0.9);
}

#btnDespl {
	background-color: rgba(101, 29, 42, 0.9);
	color: white;
	font-family: ZagRegular;
	font-size: 20px;
	margin-left: 20px;
	position: fixed;
	z-index: 40;
	text-align: center;
	border-radius: 0px;
}

#btnDesplFil {
	background-color: rgba(144, 102, 54, 0.9);
	color: white;
	font-family: ZagRegular;
	font-size: 20px;
	margin-left: 20px;
	position: fixed;
	z-index: 40;
	text-align: center;
	border-radius: 0px;
}

#btnDesplAli {
	background-color: rgba(126, 117, 147, 0.9);
	color: white;
	font-family: ZagRegular;
	font-size: 20px;
	margin-left: 20px;
	position: fixed;
	z-index: 40;
	text-align: center;
	border-radius: 0px;
}

#btnDesplPro {
	background-color: rgba(32, 64, 108, 0.9);
	color: white;
	font-family: ZagRegular;
	font-size: 20px;
	margin-left: 20px;
	position: fixed;
	z-index: 40;
	text-align: center;
	border-radius: 0px;
}

#menuXSdesp {
	background-color: rgba(255, 255, 255, 0.9);
	display: none;
	z-index: 20;
	text-align: center;
}

#menuBIdesp {
	background-color: rgba(101, 29, 42, 0.9);
	display: none;
	z-index: 20;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}

#btnMenuXS { 
   display: block;
	font-family: ZagBold;
	font-size: 20px;
	color: rgba(144, 146, 149, 0.9);
	padding-top: 10px;
	padding-bottom: 10px;
}

#btnMenuXS:hover, #btnMenuXS:active {
	background-color: rgba(144, 146, 149, 0.9);
	color: white;
	text-decoration: none;
	-webkit-transition: all 0.2s;
    transition: all 0.2s;
}

#btnMenuXSb { 
   display: block;
	font-family: ZagBold;
	font-size: 20px;
	color: rgba(255, 255, 255, 0.9);
	padding-top: 10px;
	padding-bottom: 10px;
	background-color:  rgba(101, 29, 42, 0.9);
}

#btnMenuXSbfil { 
   display: block;
	font-family: ZagBold;
	font-size: 20px;
	color: rgba(255, 255, 255, 0.9);
	padding-top: 10px;
	padding-bottom: 10px;
	background-color:  rgba(144, 102, 54, 0.9);
}

#btnMenuXSbAli { 
   display: block;
	font-family: ZagBold;
	font-size: 20px;
	color: rgba(255, 255, 255, 0.9);
	padding-top: 10px;
	padding-bottom: 10px;
	background-color:  rgba(126, 117, 147, 0.9);
}

#btnMenuXSbPro { 
   display: block;
	font-family: ZagBold;
	font-size: 20px;
	color: rgba(255, 255, 255, 0.9);
	padding-top: 10px;
	padding-bottom: 10px;
	background-color:  rgba(32, 64, 108, 0.9);
}

#btnMenuXSb:hover, #btnMenuXSb:active, #btnMenuXSbfil:hover, #btnMenuXSbfil:active, #btnMenuXSbAli:hover, #btnMenuXSbAli:active, #btnMenuXSbPro:hover, #btnMenuXSbPro:active {
	background-color: rgba(144, 146, 149, 0.9);
	color: white;
	text-decoration: none;
	-webkit-transition: all 0.2s;
    transition: all 0.2s;
}