
.panelrel {
	clear:both;
    width: 520px;
	margin:auto;
	padding-top:15px;padding-bottom:15px;
}
.panelrelcontenido {
    background-image: url("../lib/panelenlaces_fondo.gif"); 
    background-repeat: repeat-y; 
	}
.panelrelarriba { 
	height:100%;
    background-image: url("../lib/panelenlaces_top.gif"); 
    background-position: top center; 
    background-repeat: no-repeat; 
} 

.panelrelabajo { 
	height:100%;
    background-image: url("../lib/panelenlaces_bottom.gif"); 
    background-position: bottom left; 
    background-repeat: no-repeat; 
	padding:10px;
	padding-bottom:5px;
	/padding-bottom:0px;
} 

.panelrel #titulo {
	font-size:0.9em;font-weight:bold;color:#4c4c4c;
	height:100%;
	margin-bottom:8px;
	/margin-bottom:12px;
	}
.panelrel ul{
	font-size:0.9em;
	padding-left:5px;padding-top:0px;padding-bottom:0px;
	height:auto;
	font-weight:normal;
	margin-left:20px;/margin-top:-8px;

} 
.panelrel li{
    background-image: url("../lib/dot_enlacesrelacionados.gif"); 
    background-repeat: no-repeat;
	background-position: 0.30em 0.40em;
	/background-position: 0.30em 0.50em;
    padding-left:10px;
    list-style:none;
    line-height:1.3em;

}
.panelrel li a {color:#2A5DA4;};

#imgtop {margin-right:15px;}

#notes {
	width:100%;
	margin-top:3em;
	color:#7F7F7F
}

