/*div {
	border:1px solid black;
}*/

body {
	text-align:center;
}

img {
	border:0;
}

div#cabecera {
	width:740px;
	height:120px;
	margin:auto;
	background-color:#7d7;
	border:1px dashed #000;
	border-bottom:1px solid #000;
	text-align:left;
	font-family:verdana, arial, helvetica;
	font-size:10pt;
}

* html div#cabecera {
	padding-top:10px;
	
}

div#cabecera h1 {
	font-size:17pt;
}

div#cabecera a {
	color:#0000cc;
	text-decoration:none;
}

div#cabecera a:hover {
	text-decoration:underline;
	font-weight:bold;
}

div#contenido{
	width:740px;
	margin:auto;
	font-family:verdana;
	text-align:left;
}

div#panel {
	width:198px;
	height:auto;
	float:right;
	background-color:#7d7;
	border:1px dashed #000;
	border-top:0;
	border-left:1px solid #000;
	font-size:10pt;
}

div#panel a {
	text-decoration:none;
	color:#151;
}

div#panel a:hover {
	font-weight:bold;
}

div#principal {
	width:539px;
	height:auto;
	float:left;
	background-color:#7da;
	border:1px dashed #000;
	border-top:0;
	border-right:0;
	font-size:10pt;
	text-align:justify;
}

div#principal table {
	font-family:verdana;
	font-size:10pt;
	text-align:justify;
	padding:5px;
}

div#principal a {
	color:#0000cc;
	text-decoration:none;
}

div#principal a:hover {
	text-decoration:underline;
	font-weight:bold;
}

div#principal h1 {
	font-size:130%;
}


#notes span {
	border:0	px solid #aaa;
}

#notes span a {
	white-space:nowrap;
}

#notes span a:hover {
}

.nav{
	text-decoration:none;
	font-weight:normal;
}

.nav:hover {
	text-decoration:underline;
	font-weight:normal;
}

div#new .nLink {
	color:#ee3322;
}

div#new .nLink:hover {
	font-weight:normal;
}

#panel a.link{
	color:#fff;
	text-decoration:none;
	font-weight:bold;
}

#panel a.link:hover {
	text-decoration:none;
	font-weight:bold;
	color:#000;
}