#container{
	width:980px;
	height:auto;
	text-align:left;
}

#header {
	height:260px;
	width:100%;
	position:relative;
}

#body{
	width:100%;
	height:auto;
}

#footer {
	min-height:110px;
	position:relative;
	height:auto;
	clear:both;
	background-image:url("../images/fondo-footer.png");
	background-repeat:repeat-x;
	background-color:#E8E8E8;
	margin-top:30px;
}

#left{
	float:left;
	width:15%;
	overflow:hidden;
}

#center{
	float:left;
	width:70%;	
	text-align:left;	
}

#body #center.columnas-2{
	width:85%;
}

#right {
	float:left;
	width:15%;
	text-align:right;
	overflow:hidden;	
}

#flash-inicio{
	width:654px;
	height:195px;
	overflow:hidden;
	border-bottom:1px dotted #CCC;
	/* background-image:url("../images/flash.png"); */
}

#reproductor-flash{
	float:right;
	width:400px;
	height:100%;
}


