html, body { font: 8.5pt/12pt Verdana, Helvetica, Arial, Sans-Serif; }

body {
	margin:50px 0px; padding:0px;
	text-align:center;
	background-color: #ccc;
	}
	
#contenido {
	width:780px;
	margin:0px auto;
	text-align:left;
	padding:0;
	border:1px solid #000;
	background: url(imagenes/fondo.gif);
	}

#cabecera {
	padding: 0 0;
	margin: 0 0;
	width: 779px;
	height: 163px;
	background: url(fed/imagenes/cabecera.gif);
	}
	
#left {
	padding: 5px 5px;
	margin: 0 0;
	width: 250px;
	top: 220px;
	float: left;
	}

#right {
	padding: 10px 10px;
	margin: 0 0 0 250px;
	top: 220px;
	}

.navegacion ul{
	font-size:9.5pt;
	}

.navegacion li{
	font-color: #666;
	margin-bottom: 3px;
	border-bottom: 1px solid #000;
	}

.navegacion li a:link, .navegacion li a:visited {
	text-decoration: none;
	color: #666;
	}

.navegacion li a:hover {
	background: #666;
	color: #FFF;}
	
h1 {
	color: #333;
	font-family: 'Trebuchet MS', Helvetica, Arial, Sans-Serif;
	font-weight: bold;
	text-decoration: none;
	line-height: 110%;
}

.sep {
	border-bottom: 1px dotted #666;
	margin-top: 3px;
	margin-bottom: 8px;
	}

.notprin-tit {
	font-size: 12px;
	font-weight: bold;
	}