body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #E0E9E0;
	text-align: center;
	}
	
img {
		border: 0px;
		}
		
#box {
  margin: 0px auto;
	width:750px;
	background: transparent url(../imagenes/sombras.gif) 0 0 repeat-y;
	text-align: center;
	}
	
#box #logo {
  margin-top: 90px;
  width:750px;
  -webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: 0px 0px 21px #ccc;
	-moz-box-shadow: 0px 0px 21px #ccc;
	box-shadow: 0px 0px 21px #ccc;
	padding: 10px;
	text-align: center;
	outline: 0px solid #FFFFFF;
	background: #fff;
	}
	
h3 {
	font-family: "urbana-1","urbana-2",sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1.4em;
	color: #666;
}

A {	text-decoration:none;
	color:#e43417;
}

