@charset "utf-8";

/*@font-face {
  font-family: CG Bold;
  src: url(font/GOTHICB.TTF);
}*/

/* general */

body{
	background-color: #666;
	padding: 0px;
	margin: 0px;
	color: #202024;
	text-align: center;
	font-family: "Century Gothic", sans-serif;
	background-image: url(pic/bg_g.png);
}
a{
	color: #CCC;
	text-decoration: none;
	background-color: transparent;
}


/* custom */
Header{
	background-color: #202024;
	display: block;
	padding: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666;
	text-align: left;
	margin: 0px;
	color: #999;
	text-shadow: 1px 2px 0px #000;
}
header h1{
	margin: 0px;
	padding: 0px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 35px;
}
header h2{
	padding: 0px;
	font-weight: bold;
	font-size: 15px;
	letter-spacing: 0.3em;
	margin-top: -6px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 4px;
}
div {
	text-align: center;
	font-size: 12px;
	padding: 0px;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 100px;
	margin-left: auto;
}
div h1, div h2{
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: Verdana, Geneva, sans-serif;
	text-shadow: 1px 1px 0px #ccc;
}
div h1{
	font-size: 250px;
	letter-spacing: -50px;
	margin-left: -50px;
}
div h1:active{
	margin-top: 1px;
}
div h2{
	font-size: 35px;
	margin-top: -50px;
}
div p {
	text-shadow: 1px 1px 0px #ccc;	
}
/* files */

div div{
	background-color: #202024;
	width: 400px;
	margin-top: 2px;
	margin-right: auto;
	margin-bottom: 2px;
	margin-left: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	border-radius: 5px;
	text-align: left;
	padding-left: 25px;
	padding-right: 25px;
	color: #CCC;
}

/* pie de pagina */
footer{
	background-color: rgba(0, 0, 0, 0.1);
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: inset;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: right;
	text-shadow: 1px 1px 0px #999;
	display: block;
	margin: auto;
	position: absolute;
	bottom: 0px;
	width: 90%;
	padding-top: 10px;
	padding-right: 5%;
	padding-bottom: 20px;
	padding-left: 5%;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	color: #202024;
	-webkit-transition:all 0.2s linear; /*Chrome - Safari */
	-o-transition:all 0.2s linear; /* Opera */
	-moz-transition:all 0.2s linear; /* firefox */
	transition:all 0.2s linear; /* estandar */

}
footer:hover{
	background-color: rgba(0, 0, 0, 0.3);
	color: #CCC;
	text-shadow: 1px 1px 0px #333;
}
