body {

	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-image: url("imagenes/runlevel-logo.png");
}

p {
	text-align: justify;
}

a:link {
	color: rgb(100,0,0);
	text-decoration: none;
}

a:visited {
	color: rgb(100,0,0);
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.texto {
	font-size: 12px;
	font-style: normal;
	font-family: arial, helvetica, sans-serif;
	text-align: justify;
	text-indent: 20px;
}

.texto-centrado {
	font-size: 12px;
	font-style: normal;
	font-family: arial, helvetica, sans-serif;
	text-align: center;
}

.cita {
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	font-family: arial, helvetica, sans-serif;
	text-align: justify;
	text-indent: 20px;
}	

.identado {
	font-size: 12px;
	font-style: normal;
	font-family: arial, helvetica, sans-serif;
	text-align: justify;
	padding-left: 40px;
}

.identado-doble {
	font-size: 12px;
	font-style: normal;
	font-family: arial, helvetica, sans-serif;
	text-align: justify;
	padding-left: 80px;
}

.titular {
	color: black;
	font-size: 200%;
	font-weight: bold;
	font-style: normal;
	font-family: arial, helvetica, sans-serif;
}

.titular:hover {
	text-shadow: grey;
}

.subtitular {
	color: black;
	font-size: 120%;
	font-weight: normal;
	font-style: normal;
	font-family: arial, helvetica, sans-serif;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: rgb(150,150,150);
}

.tabla-izq-punteado {
	border-left-width: 2px;
	border-left-style: dotted;
	border-left-color: black;
}

.seccion-menu {
	color: black;
	font-size: 120%;
	font-weight: bold;
	font-style: normal;
	font-family: arial, helvetica, sans-serif;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: rgb(150,150,150);
	margin-bottom: 5px;
}

.elemento-menu {
	font-size: 12px;
	font-style: normal;
	font-family: arial, helvetica, sans-serif;
	text-align: justify;
	margin-left: 10px;
}

.elemento-submenu {
	font-size: 10px;
	font-style: normal;
	font-family: arial, helvetica, sans-serif;
	text-align: justify;
	margin-left: 20px;	
}

.tabla-sup-punteado {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: black;
}

.tabla-inf-punteado {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: black;
}

.pie {
	font-size: 10px;
	font-style: normal;
	font-family: arial, helvetica, sans-serif;
	text-align: justify;
} 

.codigo {
	font-family: courier, sans;
	font-size: 12px;
	font-style: normal;
	padding-left: 20px;
	color: black;
	background-color: rgb(200,200,200);
}

.tabla-bordes {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: black;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: black;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: black;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: black;
}