body,td,th {
	font-family:Arial;
	font-size:14px;
}
h1 {
	font-size:35px;
	font-style:italic;
	margin-left:295px;
}
h2 {
	font-size:25px;
	text-decoration:underline;
}
h3 {
	font-size:20px;
	font-style:italic;
	margin-bottom:5px;
}
.Logo {
	position: absolute;
	top: 5px;
	left: 10px;
	height: 55px;
	border: solid 1px thin;
}
.Tabla {
	width:750px;
	border-spacing:0px;
}
.Bordes {
	border-spacing:0px;
	border-style:solid;
	border-width:thin;
}
.NoBordeSuperior {
	border-top-style:none;
}
.NoBordeInferior {
	border-bottom-style:none;
}
.Titulos {
	background-color:whitesmoke;
	text-align:center;
	font-weight:bold;
}
.Comentario {
	font-style:italic;
	margin-top:0px;
	margin-bottom:15px;
}
.Input {
	font-family:Arial;
	font-size:14px;
	color:Blue;
}