/* CSS Document */

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

@font-face{
   font-family: "PoppinsR";
   src: url(fonts/poppinsR.ttf);
}

@font-face{
   font-family: "PoppinsL";
   src: url(fonts/poppinsL.ttf);
}

body {
	background-image: url(images/backGD.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
}

#logoGD {
	text-align: center;
	background-color: rgba(38,46,73,1);
	border-radius: 0px 50px 50px 0px;"
	padding-top: 10px;
	padding-bottom: 4px;
	padding-right: 20px;
	padding-left: 50px;
}

#tit1GD {
	text-align: center;
	color: rgba(255,255,255,1);
	font-family: Sunrise;
	font-size: 160px;
}

#txt1GD {
	text-align: center;
	color: rgba(38,46,73,1);
	font-family: PoppinsL;
	font-size: 18px;
}

#btnPL {
	margin-top: 20px;
	padding-top: 9px;
	color: white;
	font-family: PoppinsR;
	font-size: 16px;
	letter-spacing: 2px;	
	background-color: rgba(26, 143, 211, 1.0);
	height: 40px;
	border-radius: 20px;
}

#btnPL :hover, #btnPL :focus {
	background-color: rgba(38,46,73,1);
	text-decoration: none;
}

#btnCO {
	margin-top: 20px;
	padding-top: 9px;
	color: white;
	font-family: PoppinsR;
	font-size: 16px;
	letter-spacing: 1px;	
	background-color: rgba(0,169,255, 1.0);
	height: 40px;
	border-radius: 20px;
}

#btnCO :hover, #btnCO :focus {
	background-color: rgba(38,46,73,1);
	text-decoration: none;
}


#redesGD {
	margin-top:25%;
	background-color: rgba(38,46,73,1);
	color: white;
	border-radius: 0px 30px 30px 0px;
	padding-left: 30px;
	padding-top: 30px;
	padding-bottom: 10px;
	padding-right: 10px;
}

#redesGDxs {
	margin-top: 10px;
	background-color: rgba(38,46,73,1);
	color: white;
	border-radius: 30px 30px 30px 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}

#creditosWAD {
	font-family: PoppinsR;
	font-size: 14px;
	text-align: center;
	color: rgba(38,46,73,0.5);
	margin-top: 20px;
	margin-bottom: 20px;
}

#linkWAD {
	text-decoration: none;
	color: rgba(38,46,73,0.75);
}

#linkWAD:hover, #btnCO :focus {
	text-decoration: none;
	color: rgba(38,46,73,1);
}