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

/* encabezados y titulos */
h1 {
	font-family: "Times New Roman", Times, serif;
	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;
	font-family: "Times New Roman", Times, serif;
	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;
	font-family: "Times New Roman", Times, serif;
}
	
#col-lateral h3, #links h3 {
	padding:0;
	color:#000;
	}
	
#titular-home {
	color: #666;
	margin: 0px;
	font-weight: normal;
	font-size: 2.2em;
	}
	

/* Contenido */

hr {
	border:1px solid #ccc;
	margin-top:2em;
	margin-bottom:1em;
	}
	
.epigrafe {
	font-size: 0.9em;
	line-height: 1.3em;
	color: #666;
	}
	
/* Breadcrumb */

p.bread {
	font-size:0.9em;
	color: #999;
	margin: 0px 0px 25px 0px;
	margin-left:10px;
	}
	
p.bread a {
	color: #999;
	}
	
p.bread a:visited {
	color: #999;
	}
	
p.bread a:hover{
	color: #06c;
	}
	
	
/* 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;
	}
	
	


	


