@charset "utf-8";
#contenedor {
	margin: auto;
	height: 600px;
	width: 960px;
	background-color: #33F;
}
#baner {
	background-color: #0F0;
	float: left;
	height: 100px;
	width: 800px;
}
#botones {
	background-color: #F0F;
	float: left;
	height: 40px;
	width: 960px;
}
#informacion {
	background-color: #639;
	float: left;
	height: 450px;
	width: 960px;
}
#pie {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	background-color: #06F;
	text-align: center;
	float: left;
	height: 50px;
	width: 960px;
}
#bienvenida {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	background-color: #0FF;
	margin: 15px;
	float: left;
	height: 100px;
	width: 700px;
}
#foto {
	background-color: #FF0;
	float: right;
	height: 100px;
	width: 155px;
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 0px;
}
#infogeneral {
	background-color: #00C;
	float: left;
	height: 320px;
	width: 960px;
	margin: auto;
}
