body {
	background-color: black;
	background-image: url(imagenes/estilo/fondo.png);
	background-repeat: repeat-x;
	color: white;
	font-family: "DejaVu Sans", "Bitstream Vera Sans", "Sans", "Verdana", sans-serif;
	margin-left: 2em;
	margin-right: 2em;
}

a:link,a:active,a:visited {
	color: #FF6666;
	background-color: inherit;
}

a:hover {
	color: #FF6666;
	background-color: #000066;
}

h1 {	/* Logotipo */
	text-indent: -254em;
	overflow: hidden;
	background-image: url(imagenes/estilo/encabezado.png);
	background-repeat: no-repeat;
	background-position: 50%;
	height: 100px;
	font-size: 4em;
	margin-top: 12px;
	margin-bottom: 0em;
	margin-left: -0.5em;
	margin-right: -0.5em;
}

h2 {	/* Titulo de sección */
	clear: left;
	font-size: 2.2em;
	margin-top: 0.2em;
	margin-bottom: 0em;
}

h3 {
	font-size: 1.5em;
}

p {
	text-align: justify;
	text-indent: 2em;
	line-height: 1.5em;
}

li {
	line-height: 1.6em;
}

/* Específicos de la sección base de datos */

.discreto {
	font-size: x-small;
	text-align: right;
}

span#subtitulo {
	font-size: smaller;
	font-style: italic;
}

/* Formularios del modo administrador */

input#titulo {
	background-color: black;
	color: white;
	font-size: 1.5em;
	font-weight: bold;
	width: 100%;
}

input#subtitulo {
	background-color: black;
	color: white;
	font-size: 1.125em;
	font-weight: bold;
	width: 100%;
}

input#frase {
	background-color: black;
	color: white;
	font-size: 1em;
	font-style: italic;
	width: 100%;
}

input#expediente, input#fecha, input#duracion, input#nombre, input#apellido {
	background-color: black;
	color: white;
	font-size: 1em;
	width: 100%;
}

input#nombre, input#apellido {
	width: 47%;
}

textarea#sinopsis, textarea#notas, textarea#biografia {
	background-color: black;
	color: white;
	font-family: "Bitstream Vera Sans", "Sans", "Verdana", sans-serif;
	font-size: 1em;
	width: 100%;
	line-height: 1.5em;
}

fieldset {
	padding: 1em;
}
