/* CSS Document */

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


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

#logoPlanea {
	text-align: center;
	padding-top: 10px;
}

#btnPLANEA {
	text-align: center;
	margin-top: 20px;
	padding-top: 9px;
	color: white;
	font-family: Grandstander;
	font-size: 16px;
	letter-spacing: 2px;	
	background-color: rgba(0, 50, 97, 1.0);
	height: 40px;
	border-radius: 20px;
}

#btnPLANEA :hover, #btnPLANEA :focus {
	background-color: rgba(0, 50, 97, 1.0);
	text-decoration: none;
}


#creditosWAD {
	font-family: Grandstander;
	font-size: 16px;
	text-align: center;
	color: rgba(255,255,255,0.5);
	margin-top: 20px;
	margin-bottom: 20px;
}

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

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