/* Hoja de estilos creada para la plantilla XHTML. */
body {
	background-color: white;
	background-image: none;
	border-style: none;
	border-width: 0px;
	color: black;
	margin: 10px;
	text-align: left;
}
h1 {
	border-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 35px;
	font-weight: bold;
	margin-top: 10px;
	text-decoration: none;
	text-align: center;
	padding: 0px;
}
h2 {
	border-width: 2px;
	border-color: black;
	border-style: none;
	border-bottom-style: solid;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: bold;
	margin: 0px 0px 5px 10px;
	padding: 0px;
	padding-left: 2px;
	text-decoration: none;
	text-align: left;
	width: 100%;
}
li {
	font-weight: normal;
	font-size: 15px;
	margin: 0px;
}
ol {
	list-style-type: decimal;
	list-style-position: outside;
}
p {
	font-size: 15px;
	margin: 0px 10px 10px 20px;
	padding: 0px;
}
pre {
	font-family: monospace;
	font-size: 15px;
}
ul {
	list-style-type: disc;
	list-style-position: outside;
}
dt {
	font-weight: bold;
	margin: 0px 10px 10px 20px;
}
dd {
	margin: 0px 10px 10px 20px;
}

a {
	text-decoration: underline;
	color: rgb(0, 0, 204);
}
a:hover {
	color: rgb(128, 0, 128);
}
abbr {
	border-bottom-color: black;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}
acronym {
	border-bottom-color: black;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}
address {
	font-size: 15px;
	font-weight: normal;
	font-style: italic;
	text-decoration: none;
}
cite {
	font-style: italic;
}
code {
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
}
dfn {
	font-style: italic;
}
em {
	font-style: italic;
}
kbd {
	font-family: "Courier New", Courier, monospace;
}
q {
	font-style: italic;
	quotes: '"' '"' "'" "'";
}
small {
	font-size: 75%
}
strong {
	font-weight: bold;
}
tt {
	font-family: "Courier New", Courier, monospace;
}

img {
	border-width: 0px;
	border-style: none;
}

table {
	background: white;
	border-width: 1px;
	border-style: solid;
	border-color: black;
	margin-left: auto;
	margin-right: auto;
}
caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
td {
	background: rgb(255,255,153);
	padding: 5px;
}
th {
	background: rgb(204, 204, 153);
	padding: 5px;
}

