#home-panel {
	width: 830px;
	height: 400px;
	background-image: url(../img/panel-home.png);
}
#home-right {
	width: 420px;
	height: 400px;
	float: right;
}
#home-right-top {
	width: 420px;
	height: 220px;
}
#slide {
	width: 400px;
	height: 160px;
	background-image: url(0);
	padding: 0px;
	margin: 10px;
	float: right;
	overflow: hidden;
}
#contacto-panel {
	width: 830px;
	height: 400px;
	background-image: url(../img/panel-contacto.png);
}
.contacto-panel-datos {
	width: 180px;
	height: 40px;
	float: left;
	margin: 40px 10px 0 20px;
	font-weight: bold;
	color: #333;
}
#terminos-titulo {
	width: 800px;
	height: 20px;
	font-weight: bold;
	padding: 5px 0 0 5px;
}
#terminos-content {
	width: 815px;
	height: 375px;
	padding: 0 10px 0 5px;
}
.proximamente {
	width: 830px;
	height: 400px;
	background-image: url(../img/proximamente.jpg);
}
