#entresemf { /* Container general */
	width: 450px;
	font-family: "Courier New", Courier, monospace;
	margin: 0 auto;
}
#preloader {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 50px;
	height: 16px;
	margin-top: -8px;
	margin-left: -25px;
}
#entresemf a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 8px;
	color: #003366;
	text-decoration: none;
}
#entresemf a:hover {
	text-decoration: underline;
}
#entresemf h1   { /* Títulos */
	margin: 5px auto;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #02204C;
	text-decoration: underline;
}
#entresemf h2  { /* Subtítulos */
	font-size: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #003366;
	font-weight: normal;
	margin: 5px auto;
}
#entresemf h3  { /* Secciones */
	margin-top: 10px;
	margin-left: 5px;
	margin-bottom: 8px;
	text-decoration: underline;
	font-size: 16px;
}
#entresemf #header{ /* Header */
	background-color: #CCCCCC;
	height: 80px;
	background-image: url(../images/headerbg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	text-align: right;
	vertical-align: middle;
}
#entresemf #header .title { /* Alineación de título y nombre de entrevistado */
	display: block;
	width: 300px;
	text-align: center;
	vertical-align: middle;
	padding-top: 3px;
	margin: 0 0 0 auto;
}
#entresemf #shade { /* Sombra debajo del header */
	background-image: url(../images/shade.gif);
	height: 12px;
	background-repeat: repeat-x;
}
#entresemf #content { /* Contenido. Incluídas la foto, el formulario y las preguntas aleatorias */
	padding: 15px 20px 20px 20px;
}
#entresemf #content #photoframe { /* El marco de la foto de fondo */
	height: 147px;
	width: 200px;
	background-image: url(../images/bgphoto.gif);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	position: relative;
	float: left;
	background-color: #FFF;
	margin-right: 5px;
}
#entresemf #content #photoframe img { /* La foto en sí */
	margin-top: 17px;
}
#entresemf #content #photoframe #clip { /* El clip encima de la foto */
	position: absolute;
	background-image: url(../images/clip.png);
	background-repeat: no-repeat;
	left: 37px;
	top: 12px;
	height: 80px;
	width: 50px;
}
#entresemf #content p { /* Los párrafos, incluídas las líneas de los renglones */
	font-size: 12px;
	line-height: 14px;
	background-image: url(../images/line.gif);
	background-repeat: repeat;
	text-indent: 15px;
	margin: 0px;
}
#entresemf #content form {
	text-align: center;
	margin: 0;
}

