/* CSS Document */

@font-face{
   font-family: "ZagRegular";
   src: url(fonts/ZagRegular.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;
}

#arriba {
	margin-bottom: 20px;
}

#logoP {
	padding: 20px;
}

#btnCat {
}

#btnCatXS {
	margin-top: 20px;
	background-color: rgba(105,35,49,1);
	padding: 10px 0 10px 0;
}

#btnTags {
	padding: 20px;
}



/* Menú de navegación */

.menuFixed {
	width: 100%;
	height: auto;
	padding: 15px 0 10px 0;
	background-color: rgba(0,0,0,0.75);
  	border-bottom: 1px solid rgba(163,143,0,0.5);
  	box-shadow: 0px 0px 10px rgba(163,143,0,0.5);
  	-webkit-box-shadow: 0px 0px 10px rgba(163,143,0,0.5);
  	-moz-box-shadow: 0px 0px 10px rgba(163,143,0,0.5);
	color: rgba(255,255,255,0.5);
}

#btnMFlg {
	display: block;
	padding-top: 15px;
	text-align: center;
	color: #FFF;
	font-family: ZagRegular;
	font-size: 22px;
	line-height: 1;
}

#btnMFlg:hover, #btnMFlg:focus {
	background-color: rgba(255,0,0,0);
	color: rgba(166,145,56,1);
	text-decoration: none;
}

.issueDiv {
	padding-top: 20px;
	padding-bottom: 20px;
}

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

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

#titInt {
	text-align: center;
	color: #FFF;
	font-family: ZagRegular;
	font-size: 26px;
	line-height: 1;
}