html {
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;
	PADDING-BOTTOM: 0px;
	MARGIN: 0px;
	PADDING-TOP: 0px
	}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333; 
	background-color:#cccccc;
	margin: 0px; 
	text-align:center;
	}
p { 
	font: 8pt Arial; 
	color: #333333;  
	text-align: justify;
	}
a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #333333; 
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #333333; 
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: #333333; 
	}

/* Tipos de fuente */
.negrita {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold; 
}
.medium {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.centrada {
	padding-top:10px;
	font-family: Arial;
	text-align: center;
}
.justified {
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
}

/* divs especificos */
#centrado{
	margin:0 auto 0 auto;
	width:760px;
}
#Cabecera{
	background: url(../images/800x600/jam1.gif) no-repeat top left;
	padding-left:320px;
	margin-top:90px;
	margin-left: 10px;
	text-align: left;
}

#navAutor {
	background: url(../images/800x600/autor2.gif) no-repeat top left; 
	width: 51px;
	position:relative;
	float:left;
}
#navBitacora {
	
	background: url(../images/800x600/bitacora2.gif) no-repeat top left; 
	width: 51px;
	position:relative;
}
#navArticulos {
	background: url(../images/800x600/articulos.jpg) no-repeat top left; 
	width: 51px;
	position:relative;
}

#navForo {
	background: url(../images/800x600/foro.jpg) no-repeat top left; 
	width: 51px;
	position:relative;
}

#navNotasAutor {
	font-family:Arial;
	font-size:11px;
	width: 200px;
	position:relative;
}
#presentacion { 
	background: url(../images/800x600/jam1.jpg) no-repeat top; 
	margin: -5px 10px 15px 10px;
	padding: 0px 30px 0px 0px;
}
#textUp {
	position:relative;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 235px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
}
#portada {
	margin-left: 235px;
	margin-top:-0px;

}
#imgPortada {
	margin: 5px;
	padding: 5px;
	border: 0px;
}

#creditos { 
	font: 7pt Arial; 
	color: #333333;  
	text-align: center;
}