@charset "utf-8";
/* CSS Document */

body {
  background-color: #EEECE1;
}

h1 {
	font-family: "Comic Sans MS", cursive;
	font-size: medium;
	font-weight: bold;
	color: #000;
}
h2 {
	font-family: "Comic Sans MS", cursive;
	font-size: x-large;
	font-style: italic;
	color: #00AEC0;
}
h3 {
	font-family: "Comic Sans MS", cursive;
	font-style: italic;
	font-size: medium;
}

body table tr td p {
}

body table tr td h4 a {
	font-family: "Comic Sans MS", cursive;
	font-size: medium;
	font-style: italic;
	color: #000;
}
h4 {
	font-family: "Comic Sans MS", cursive;
	font-size: small;
	font-style: italic;
	color: #00AEC0;
}
.error {
	font-family: "Comic Sans MS", cursive;
	background-color: #FF0;
	color: #F00;
	font-size: small;
	text-align: center;
	font-style: italic;
	font-weight: bold;
}



.exito {
	font-family: "Comic Sans MS", cursive;
	font-size: medium;
	font-style: italic;
	font-weight: bold;
	color: #090;
}
.required {
	color: #F00;
}
body table tr td p {
	text-align: center;
	font-family: "Comic Sans MS", cursive;
	font-style: italic;
	color: #000;
	font-weight: bold;
}
body table tr td h3 a {
	color: #00F;
}
p {
	text-align: left;
}
body center table tr td table {
	border: thin solid #000;
}
body table tr td h2 a {
	height: 10px;
}
