#general {
	font-family: "Trebuchet MS";
	height: auto;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}

body {
	margin: 0pt;
	background-color: #FFFFFF;
	
}
#top {
	height: auto;
	width: 950px;
	margin-right: 10px;
	margin-left: 10px;
	float: left;
}
#cuerpo {
	height: 100%;
	width: 948px;
	background-color: #FFFFFF;
	margin-right: 10px;
	margin-left: 10px;
	float: left;
	border: 1px solid #9db0bc;
}
#content {
	height: 500px;
	width: 948px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/bg_contenido.jpg);
	background-repeat: repeat-x;
}
#bottom {
	height: 100px;
	width: 400px;
	float: right;
	margin-left: 3px;
}
#pie {
	margin-top: 15px;
	float: left;
	width: 530px;
	margin-left: 10px;
	height: 100px;
	text-align: right;
}
a img{
	border: 0;
}
