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


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

#columna1 p {
	color: #000000;
	padding: 5px;
}
#columna1 img{
	padding: 10px;

}
#piecolumna1{
	border-top: 1px solid #993300;
	margin: 5px 5px 5px 5px;
	padding: 14px 5px 5px 5px;
}


#columna1 a{
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial;
	font-size: 12px;
	color: #000;
	text-decoration: underline;
}
#columna1 a:hover{
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial;
	font-size: 12px;
	color: #000;
	text-decoration: none;
}


#columna2 {
	float: left;
	width: 730px;
	padding: 5px;
	margin: 5px;
}

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


.tituloenlaces {
	width: 705px;
	height: 27px;
	background-image:url(../imagenes/baile/titulo-enlaces-deportivo.gif);
	background-repeat:no-repeat;
	padding-bottom: 10px;
}


.enlaces {
	float: left;
	margin-top: 3px;
	width: 705px;
	padding-bottom: 3px;
	border-bottom: 1px solid #993300;
}
.enlaces p {
	float:right;
	width:550px;
	margin-top: 5px;
	padding-bottom: 8px;
	
}
.enlaces img {
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 3px;
}
.enlaces a {
	color: #000;
	font-style: normal;
	text-decoration:none;
	border-bottom: 1px solid #993300;
	border-left: 3px solid #993300;
}

.enlaces a:hover {
	color: #fff;
	font-style: normal;
	text-decoration:none;
	background-color: #993300;
}
.mini {
	float:left;
	width: 110px;
	height: 110px;
	text-align: center;
	margin-right: 3px;
	padding-right: 6px;
	padding-bottom: 3px;
}

