body {
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial;
	font-size: 12px;
	color: #fff;
	text-decoration: none;
	background-color: #000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#contenedor {
	width: 970px;
	height: 530px;
	background-image:url(../imagenes/fondo-portada.jpg);
	position: absolute;
	left: 50%;
	margin-left: -480px;
}

#contenedor a {
	font-size: 12px;
	color: #fff;
	text-decoration: underline;
}

#contenedor a:hover {
	font-size: 12px;
	color: #fff;
	text-decoration: none;	
}



#logo {
	float:left;
	width: 160px;
	height: 220px;
	margin: 10px;
	padding: 20px 20px 10px 20px;
	
}

#texto {
	float:left;
	width: 395px;
	height: 220px;
	margin: 10px 10px 10px 0px;
	padding: 5px 20px 10px 0px;
}

#inferior {
	clear:both;
	height:200px;
	margin: 10px;
	padding: 10px;
}
#inferior p {
	margin-top: 0px;
	padding-top: 0px;
	margin-left: 3px;
	padding-left: 3px;
}

i {display: none;}

.bienve {
	width: 258px;
	height: 29px;
	background-image:url(../imagenes/titulo-victory.gif);
	background-repeat:no-repeat;
	margin-top: 3px;
	padding-top: 3px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.bienve2 {
	width: 258px;
	height: 29px;
	background-image:url(../imagenes/titulo-baile.gif);
	background-repeat:no-repeat;
	margin-top: 3px;
	padding-top: 3px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#pie-portada {
	width: 970px;
	height: 20px;
	position: absolute;
	left: 50%;
	margin-left: -480px;
	text-align:center;
	color:#FFF;
}