@import url("https://fonts.googleapis.com/css?family=Titillium+Web");
@charset "utf-8";

/* body */
body {
	min-height:100%;
	margin:0;
	font-family: 'Titillium Web', sans-serif;
	font-size:18px;
	line-height:20px;
	color:#000;
	background-color:#000;
}
a:link {
    color: #000;
    text-decoration: none;
}
a:visited {
    color: #000;
    text-decoration: none;
}
a:hover {
    color: #999;
    text-decoration: none;
}
a:active {
    color: #000;
    text-decoration: none;
}
input {
    font-family: 'Titillium Web', sans-serif;
	font-size:18px;
	line-height:22px;
}
textarea, option, select {
    font-family: 'Titillium Web', sans-serif;
	font-size:18px;
	line-height:22px;
}
button {
    font-family: 'Titillium Web', sans-serif;
	font-size:18px;
	line-height:22px;
}

/* select */
::selection {
  background: #999; /* WebKit/Blink Browsers */
  color: #fff;
}
::-moz-selection {
  background: #999; /* Gecko Browsers */
  color: #fff;
}

/* main */
#pag {
	width:100%;
	height:auto;
}

/* module box for images */
#module_box {
  height: 100%;
  min-height: 100px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: black;
}