@charset "utf-8";
#contenedor {
	margin-right: auto;
	margin-left: auto;
	width: 1024px;
}
body {
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
}
#header_flash {
	height: 513px;
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
}
#footer {
	height: 70px;
	clear: both;
	padding-top: 80px;
}
#col_left {
	width: 334px;
	height: 185px;
	margin-left: 128px;
	float: left;
	margin-top: 22px;
}
#col_right {
	width: 512px;
	float: left;
	height: 800px;
	margin-top: 18px;
}
#col_left_interna {
	width: 512px;
	clear: both;
	margin-left: 0px;
	float: left;
	margin-top: 22px;
	height: 600px;
}
#footer_eventos {
	height: 70px;
	padding-top: 80px;
}
