/* Formatos para los textos en general, textos varios... */

/* encabezados y titulos */
h1 {
	color: #444;
	margin: 3ex 0 1ex 0.2em;
	font-weight: normal;
	font-size: 2.3em;
	line-height: 1em;
	letter-spacing: -1px;
}
	
h2 {
	color: #000;
	font-size: 1.4em;
	font-weight: normal;
	margin: 3ex 0 1ex 0.2em;
	line-height: 1.1em;
}
	
h3 {
	font-size: 1.2em;
	margin: 0;
	padding: 0 0 0.4em 0;
	font-weight: normal;
}



/* Listas */

ul {
	margin-top: 0px;
	line-height: 1.4em;
	list-style: square;
	}

	
/* Enlaces */
a:link {
	color:#000099; /*#06c*/
	text-decoration: underline;
	}

a:active {
	color: #f60;
	text-decoration: underline;
	}

a:visited {
	color: #002ca8; /*#336699*/
	text-decoration: underline;
	}

a:hover {
	color: #06c;
	text-decoration: underline;
	background-color:#E8F8FF;
	}
	
h2 a:link{
	color: #5858AB;
	}
	
a.log_out {
	font-weight: 700;
	text-decoration: underline;
	padding-left: 45px;
	padding-right: 1em;
	margin-left: 3em;
	background-image: url(/imgs2/logout.gif);
	background-position: left;
	background-repeat: no-repeat;
	float: right;
	margin-top: -2ex;
}
.oculto {
	display: none;
	}
	
	


	

