#container {
	width:1024px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	margin-top:11px;
	margin-bottom:21px;
}
#ingles {
width:1024px;
height:35px;
font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size:12px;
text-decoration: none;
	margin-right:100px;
}

#header {
	height:350px;
background-color: transparent;
	
	
}

#sidebar {
	width:424px;
	height:500px;
background-color: transparent;
	float:right;
	
}

#mainbody {
	width: 600px;
background-color: transparent;
	float: left;
}

#otros {
	width:1024px;
	background-color: transparent;
	margin-top:30px;
	
}



#footer {height:100px;

background-color:transparent;

margin-left:auto;
	margin-right:auto;
}


.gradient-background {background: -webkit-linear-gradient( #fff, #000);
background: -moz-linear-gradient( #fff, #000);
background: -ms-linear-gradient( #fff, #000);
background: -o-linear-gradient( #fff, #000);
background-repeat: no-repeat;
background-attachment: fixed;}