/*    __________                      */
/*___/   body   \_____________________*/
body {background-image:url(interfaz/fondo_desarrollo.jpg);
	background-attachment: fixed;
	}
/*    ___________                      */
/*___/   links   \_____________________*/
a:link {text-decoration: none;
	color: YellowGreen;
	}
a:visited {text-decoration: none;
	color: Khaki;
	}
a:hover {color: Yellow;}
/*    _____________                      */
/*___/   Títulos   \_____________________*/
h1, h2 {text-shadow: -2px 2px 2px DodgerBlue;}
/*    ______________                      */
/*___/   párrafos   \_____________________*/
* {font-family: verdana, arial;}
p {text-align: justify;
	}
/*    ______________                      */
/*___/   ul         \_____________________*/
ul {
	}

/*    ______________                      */
/*___/   formatos   \_____________________*/
.time{font-family:Times New Roman;
	font-weight: bold;
	font-size: 120%
	}
.negrita{font-weight: bold;}
.normal {font-weight:normal;}
.resaltado{font-weight: bold;
	text-shadow: -1px 1px 1px #2F4F4F;
	}
.enfatizado{font-weight: bold;
	font-style: oblique;
	color: blue;
	text-shadow: -1px 1px 1px #2F4F4F;
	}
.centrado {text-align: center;}
.derecha {text-align: right;}
.preformateado {white-space:pre;
	font-family: consolas, courier;
	font-size: 120%;
	font-weight: bold;
	}
.codigo {font-family: consolas, courier;
	font-size: 120%;
	font-weight: bold;
	text-align: left;
	}
.navegacion {text-align: right;
	font-weight: bold;
	}
.superindice {vertical-align: super;
	font-size: 90%;
	}
.subindice {vertical-align: sub;
	font-size: 90%;
	}
/*    ___________                      */
/*___/   notas   \_____________________*/
.notas {color: red;
	margin:auto;
	width: 80%;
	text-align: justify;
	}
/*    ___________                      */
/*___/     txt   \_____________________*/
.blockNotas {background-color: white}
/*    ___________                      */
/*___/   html5   \_____________________*/
.crome {background-image: url(html5.jpg);
	background-attachment: fixed;
	}
/*    ____________                  */
/*___/   tablas   \_________________*/
table, th, td {width: 900px;	
	margin-left: auto; margin-right: auto;
	}
/*    ________                      */
/*___/   hr   \_____________________*/
hr {width: 100%;
	background-color: darkGreen;
	height: 1px;
	}