#cabecera {
	position:absolute;
	width:1000px;
	height:100px;
	left: 1px;
	top: 1px;
	background-color: #FFFFFF;
	z-index:1;
	text-align: center;
}

#cabecera a{
	text-decoration:blink;
	color: #4B4B4B;
}
#contenido {
	position:absolute;
	width:800px;
	height:500px;
	z-index:1;
	left: 201px;
	top: 101px;
	background-color: #FFFFFF;
}
#menu {
	position:absolute;
	width:200px;
	height:500px;
	z-index:2;
	left: 1px;
	top: 101px;
	background-color: #FF6600;
	color: #FFFFFF;
}
#menu h2{
	text-align:center;
}
#menu a:link {
	text-decoration: none;
	color: #FFFFFF
}
#menu a:visited {
	text-decoration: none;
	color: #FFFFFF
}

#menu a:hover {
	text-decoration: underline;
}
#datos td th {
	text-align:left;
}


#aficiones{
	text-align: center;
}

TABLE {
	border-width : 1px;
	border-color: #8A0581;
}

body{
	font-family:"Verdana";
	color: #4B4B4B;
}

#iframe{
	background-image: url('images/fondo.gif');
}
#iframe a{
	color: #4B4B4B;
	text-decoration: underline;
}