	
   body {
    margin:0;
    padding:0;
    text-align:center;
	background-color:#ccd4db;
   }

   #content {
	text-align:center;
	margin:auto;
	background-color:#CCC;
	width:800px;
	height:100%;
   }

   #cabecera {
	width: 800px;
	height:120px;
	background-image: url(imagenes/topframelogo.jpg);
   }

   #menu {
	width:150px;
	height:650px;
	float:left;
	background-color:#888;
	text-align: center;
   }

   #contenido {
	width:545px;
	height:650px;
	float:left;
	background-color:#ccc;
	text-align:justify;
	overflow:auto;
	padding-right:5px;
	}

   #pie {
	clear:both;
	width:800px;
	height:50px;
	background-color:#333;
	text-align:left;
   }
   #contacto {
   	padding-left: 0.2cm;
   	color:#BBB;
   	font-size:10px;
   }
   #contacto #mail {
   	color:#BBB;
   	font-size:10px;
   }

#master {
	width: 100%;
	height: 100%;
}

#master {
	margin: auto;
	height: 100%;
	width: 100%;
	text-align: center;
}
#banner {
	height: 650px;
	width: 99px;
	float: left;
	margin: 0;
	background-image: url(imagenes/banner.jpg);
}

p, ul, td {
	font-family: "Trebuchet MS";
	font-size: small;
	margin-left:10px;
}
#centro {
	font-family: "Trebuchet MS";
	font-size: small;
	margin-left:10px;
	}
#passed {
	color:#F00;
}
#tablaplace {
	text-align: center;
	width: 400px;
	height: 400px;
}
a, a:link, a:visited, a:hover, a:active { 
	text-decoration: none;
	color: #000;
	font-family: "Trebuchet MS";
	font-size: small;
}

.linkreg {
	color:#FFF;
}