body {
	font-family: Arial, Helvetica, sans-serif;
	/* font-size: x-small; */
	color: black;
	background: white;
	margin: 10px;
}

/*
a {	
	color: #0000C0;	
	text-decoration: none
}

a:hover {	
	text-decoration: underline
}
*/
	
.logo {
	padding: 5px;
}

.cabecera-titulo {
	font-family: Garamond;
	padding-left: 10px;
	text-align: left;
	font-size: x-large;
	font-weight: bold;
	color: #0000C0;
	font-style: oblique;
}

.cabecera-subtitulo {
	font-family: Garamond;
	padding-left: 10px;
	text-align: left;
	font-size: small;
	font-weight: bold;
	color: #0000C0;
	font-style: oblique;
}

.cabecera-tituloCOSIM {
	font-family: Verdana;
	padding-left: 10px;
	text-align: left;
	font-size: x-large;
	font-weight: bold;
	color: #0000C0;
	font-style: normal;
}

.cabecera-subtituloCOSIM {
	font-family: Verdana;
	padding-left: 10px;
	text-align: left;
	font-size: small;
	font-weight: bold;
	color: #0000C0;
	font-style: normal;
}

.idiomas {
	font-size: xx-small;
	font-weight: bold; 
	text-align: right;
	vertical-align: top;
	padding-right: 10px;
	padding-top: 5px;
}
/*
.separador {
	font-size: small;
	font-weight: bold;
	color: #6699FF;
	vertical-align: middle;
	text-align: right;
	padding: 0px;
	padding-right: 10px;
	background-color: #023264;
}
*/
.contenido {
	font-size: small;
	text-align: justify;
	padding: 2pt 2pt;
	padding-left: 20pt;
	vertical-align: top;
}

h1 {
	font-family: Arial;
	font-size: large;
	font-weight: bold;
	color:white;
	margin:0px 0px 0px 0px;
	padding:5px 5px 5px 5px;
	border-style:none; /*solid;*/
	border-color:black;
	border-width:1px 1px 1px 1px;
	background-color:#023264;
	}
	
h2 {
	font-family: Arial;
	font-size: medium;
	font-weight: bold;
	color:white;
	margin:0px 0px 0px 0px;
	padding:5px 5px 5px 5px;
	border-style:none; /*solid;*/
	border-color:black;
	border-width:1px 1px 1px 1px;
	background-color:#023264;
	}

h3 {
	font-family: Arial;
	font-size: medium;
	font-weight: bold;
	color:white;
	margin:0px 0px 0px 0px;
	padding:5px 5px 5px 5px;
	border-style:none; /*solid;*/
	border-color:black;
	border-width:1px 1px 1px 1px;
	background-color:#023264;
	}
	
p {
	text-align: justify;
	}
	
.pieDePagina {
	font-size: xx-small;
	font-weight: normal;
	font-style: italic;
	text-align: center;
}

dt {
	font-weight: bold;
	margin-bottom: auto;
	margin-top: auto;
	margin-right: auto;
	margin-left: auto;

}

.fecha {
	color: #000099;
}

.code{
    font-family: monospace;
}

