*{
	/* A universal page reset */
	margin:0;
	padding:0;
}

/*body{
	 Setting default text color, background and a font stack
	font-size:14px;
	color:#fcfcfc;
	font-family:Arial, Helvetica, sans-serif;
}*/

/* The bouncing box */

#box{
	height:115px;
	padding:20px;
	margin-top:-10px;
	padding-top:30px;
	width:400px;
	border:1px solid #fcfcfc;
	color:#000;
	text-shadow:1px 1px 0 white;
	font-family:'Myriad Pro',Arial,Helvetica,sans-serif;
	background-color: #FFFFFF;
	z-index: 300;
	background-image: url(img/alianza.jpg);
	background-repeat: no-repeat;
	background-position: center;
	box-shadow: 7px 7px 7px #000;
	-webkit-box-shadow: 7px 7px 7px #000;
	-moz-box-shadow: 7px 7px 7px #000;
}


#box p b{
	font-size:52px;
	display:block;
}

#box,
/*#main,*/
a.button{
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
}

/* Styling the big button */

a.button{
	color:white;
	padding:5px;
	display:inline;
	text-shadow:1px 1px 0 #145982;
	font-family:'Myriad Pro',Arial,Helvetica,sans-serif;
	/*	font-size:14px;*/
	text-align:center;
	width:100px;
	border:1px solid #60b4e5;
	/*
		CSS3 gradients for webkit and mozilla browsers,
		fallback color for the rest:
	*/
	
	background-color: #FF7E00;
	background-image: -moz-linear-gradient(#5eb2e2, #4f9cca);
}

a.button:hover{
	text-decoration:none;
	background-color: #066;
}

/* Only needed for the demonstration page */

/*#main{
	background-color:#fff;
	height:500px;
	margin:140px auto 50px;
	padding:90px 30px 0;
	position:relative;
	width:640px;
}*/

/*#main p{
	color:#ccc;
	font-size:19px;
	line-height:1.4;
	margin-bottom:20px;
	text-align:center;
}

#main p strong{
	color:white;
}

h1{
	padding:30px 0;
	text-align:center;
	text-shadow:0 1px 1px black;
	margin-bottom:30px;
	font-size:24px;
	font-family:"Myriad Pro",Arial,Helvetica,sans-serif;
}*/

a, a:visited {
	color:#CCC;
	text-decoration:none;
	outline:none;
}

a:hover{
}
