#contenedor {
	width: 960px; /* 73% because it has 1% padding on each side, which brings it to 75% wide */
	height: 340px;
	margin: 0 auto;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	background: white;
	
}


#columna1 {
	float: left;
	width: 210px;
	height: 340px;
	background-image: url(../imagenes/baile/fondo-columna1-zafiro.gif);
}
#columna1 img{
	padding: 10px;
}

#columna2 {
	float: left;
	width: 370px;
	height: 320px;
	border-right: 1px solid #cc9933;
	padding: 5px 0 5px 0;
	margin: 5px 0 5px 0;
}
#columna2 p {
	color: #000000;
	padding: 5px;
}
#columna2 a{
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial;
	font-size: 12px;
	color: #000;
	text-decoration: underline;
}
#columna2 a:hover{
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial;
	font-size: 12px;
	color: #000;
	text-decoration: none;
}

#columna2 img {
	margin: 5px;
	text-align:center;
}

#piecolumna2{
	border-top: 1px solid #cc9933;
	margin: 5px 5px 5px 5px;
	padding: 14px 5px 5px 5px;
}
.titulo2 {
	width: 355px;
	height: 27px;
	background-image:url(../imagenes/baile/titulo-bienvenida-zafiro.gif);
	background-repeat:no-repeat;
}


#columna3 {
	float: right;
	width: 370px;
	height:320px;
	overflow: auto;
	padding: 5px 0 5px 0;
	margin: 5px 0 5px 0 ;
}

#columna3 em {
	color: #000;
	font-weight: bold;
	font-style: normal;
}

#columna3 a {
	color: #000;
	font-style: normal;
	text-decoration:underline;
}

#columna3 a:hover {
	color: #000;
	font-style: normal;
	text-decoration:none;
}
.titulo3 {
	width: 349px;
	height: 27px;
	background-image:url(../imagenes/baile/titulo-actividades-zafiro.gif);
	background-repeat:no-repeat;
}

.noticias {
	float: left;
	margin-top: 3px;
	width: 331px;
	padding-bottom: 3px;
	background-image: url(../imagenes/baile/fondo-columna1-zafiro.gif);
}
.noticias p {
	float:right;
	width:260px;
	margin-top: 5px;
	padding-bottom: 8px;
	
}
.noticias img {
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 3px;
}

.mini {
	float:left;
	width: 60px;
	height: 60px;
	margin-right: 3px;
	padding-right: 6px;
	padding-bottom: 3px;
}



