body {
	background-color: #FFA500;
}

table.estructura {
	width: 700pt;
	height: 400pt;
	background-color: white;
	margin-top: 20pt;
}

table.estructura td.body {
	width: 500pt;
	vertical-align: top;
	padding: 10pt;
}

table.estructura td.menu {
	vertical-align: top;
}

table.bloque {
	width: 100%;
	margin-bottom: 10pt;
}

table.bloque th {
	background-color: #fa8475;
	color: white;
	width: 15%;
}

table.bloque th a {
	color: white;
	font-weight: bold;
}

table.bloque th.selected {
	background-color: red;
	color: white;
	width: 20%;
}

table.bloque th.selected a {
	color: white;
	font-weight: bold;
}

table.bloque td {
	background-color: #faf3f2;
	text-align: center;
	font-size: 10pt;
}

table.bloque td.selected {
	background-color: #ffe4e0;
	text-align: center;
	font-size: 10pt;
}

table.programa {
	width: 100%;
}

table.programa caption {
	width: 100%;
	font-size: 12pt;
	background-color: red;
	text-align: center;
	color: white;
	font-weight: bold;
}

table.programa td.hora {
	width: 100pt;
	background-color: #ffe4e0;
	text-align: center;
}

table.programa td.titulo {
	background-color: #faf3f2;
	font-weight: bold;
	text-align: center;
}

table.programa td.subtitulo {
	background-color: #faf3f2;
	padding-left: 5pt;
	padding-right: 5pt;
}

p.nota {
	font-size: 10pt;
	font-style: italic;
	color: red;
}

p.inscripcion {
	background-color: #fa8475;
	font-weight: bold;
	color: white;
	padding: 5pt;
	text-align: justify;
}
div.logos {
	text-align: center;
}

div.idiomas p {
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
	vertical-align: center;
	margin: 10pt 10% 10pt 10%;
	padding: 2pt 0pt 2pt 0pt;
	color: red;
}

div.idiomas p a:link {
	color: red;
}

div.idiomas p a:visited {
	color: red;
}

div.menu p {
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
	vertical-align: center;
	margin: 10pt 10% 10pt 10%;
	padding: 2pt 0pt 2pt 0pt;
	background-color: #FFA500;
	color: white;
	border: solid 2pt #FF3300;
}

div.menu p a:link {
	color: white;
}

div.menu p a:visited {
	color: white;
}

div.menu p.selected {
	background-color: white;
	color: #FFA500;
}

p.cursiva {
	font-style: italic;
}

h1 {
	border-bottom: solid 1pt red;
}

h2 {
	font-size: 12pt;
	font-weight: bold;
	background-color: red;
	color: white;
	padding: 2pt 2pt 2pt 4pt;
}

h3 {
	font-size: 10pt;
	background-color: red;
	color: white;
	padding: 2pt 2pt 2pt 4pt;
}

a img {
	border: 0pt;	
}

span.asterisco {
	font-weight: bold;
	color: red;
}

