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

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

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

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

.bodyCONST {
	background-color: black;
	background-image: url(imagesNH/backCONST.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	background-color: black;
}

header {
	width: 100%;
	background-color: rgba(83,34,50,0.75);
	padding: 15px 0 15px 0;
	margin-top: 20px;
	position: fixed;
	z-index: 1;
}

#headerNH {
	width: 100%;
	background-color:rgba(0,0,0,0.25);
	padding: 15px 0 15px 0;
	margin-top: 20px;
	position: fixed;
	z-index: 1;
}

#botonera {
	padding: 10px 40px 10px 40px;
	background-color: rgba(51,8,20,0.75);
}

#botones {
	text-align: center;
	display: block;
	padding: 10px;
	color: #FFF;
	font-family: Caviar, ZagRegular, Helvetica;
	font-size: 26px;
	line-height: 1;
}

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

#botonesXS {
	text-align: left;
	display: block;
	padding: 10px;
	color: #FFF;
	font-family: ZagRegular, Helvetica, Arial;
	font-size: 26px;
	line-height: 1;
}

#botonesRedes {
	padding: 10px;
	color: #FFF;
	font-family: ZagRegular;
	font-size: 22px;
	line-height: 1;
}


#imgCentroLG {
	width: 100%;
	height: 775px;
	margin-top: 105px;
	padding-top: 105px;
	background-image: url(imagesNH/cruzLG.png);
	background-position: right top;
	background-repeat: no-repeat;
	background-size: 95%;
}

#imgCentroSM {
	width: 100%;
	margin-top: 295px;
}

#redes {
	padding-top: 440px;
	padding-right: 150px;
	text-align: right;
}

#btnFByTW {
	padding-right: 50px;
}

/* 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(253,189,49,0.25);
  	box-shadow: 0px 0px 10px rgba(253,189,49,0.25);
  	-webkit-box-shadow: 0px 0px 10px rgba(253,189,49,0.25);
  	-moz-box-shadow: 0px 0px 10px rgba(253,189,49,0.25);
	color: rgba(255,255,255,0.25);
}

#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;
}