body { background-color: #e4ebef;
}



#contenedor { width: 700px;
background-color: white;
height: 100%;
position: absolute;
top: 0px;
left: 350px;

}

.descarga {

position: relative;
top: 50px;
left: 40%;}

.click {
font-size: 10px;
color: black;}



.header { position: relative;
top: 60px;
left: 36%;}

.copete{
	position: relative;
	top: 40px;
	
	background-color: #333333;
	color: white;
	font-weight: bold;
	margin-bottom: 10px;
	text-shadow:1px 1px 1px #000000;
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	-khtml-border-radius: 0 0 5px 5px;
	-moz-box-shadow: 1px 1px 2px #7D7D7D;
	box-shadow: 1px 1px 2px #7D7D7D;
	-webkit-box-shadow: 1px 1px 2px #7D7D7D;
}

a:link {
color: #049ee8;}

a:visited {color: #cccccc;}