a:link {
	color: #0066FF;
	font-weight: bold;
	text-decoration: underline;
}
a:visited {
	color: #0066FF;
	font-weight: bold;
	text-decoration: underline;
}
a:hover {
	color: #0000FF;
	font-weight: bold;
	text-decoration: underline;
}
a:active {
	color: #0000FF;
	font-weight: bold;
	text-decoration: underline;
}

body {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	text-align: center;
}

h2 {
	font-size:1.3em;
	font-weight: bold;
	text-align:center;
	text-transform:uppercase;
}

#letras_rojas{
	color: red;
}

#nomenclatura{
	padding: 0;
}
#nomenclatura li{
	display:inline;
	padding: 4px 10px;
	text-align:center;
}


.centrado{
	text-align:center;
}

.cita {
	color: #942D0C;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	font-style: italic;
	font-weight: bold;
}

.dos_columnas{
	column-count: 2;
	column-gap: 2em;
   -moz-column-count: 2;
   -moz-column-gap: 2em;
   -webkit-column-count: 2;
   -webkit-column-gap: 2em;
}

.frasetema {
	background-color: #FFFF00;
	color: #000000;
	font-family: Arial;
	font-size: 1.5em;
	font-weight: bold;
	height:50px;
	text-align:center;
	vertical-align:center;
}

.letramenor {
	color: #660099;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}

.marco_portada {
	padding: 1px;
	border: 5px double #FF9900;
}

.marcopunteado {
	border: thin dashed #000000;
	padding: 0.5em;
	text-align: center;
	vertical-align: middle;
}
.marcosolido {
	border: thin solid #000000;
	padding: 0.5em;
	text-align: center;
	vertical-align: middle;
}

.miniesquema_form {
	border-collapse:collapse;
	border-color:#996600;
	border-style:solid;
	border-width:4px;
	font-family: Arial;
	height: 710px;
	margin: 0 auto;/*centrar*/
	padding:0;
	width: 550px;
}
.miniesquema_form td{
	padding:0px;
	text-align:center;
	vertical-align:middle;
}
.miniesquema_form th{
	background-color:#996600;
	color: #FFFFFF;
	font-size: 2.2em;
	font-weight: bolder;
	height:50px;
	padding:0px;
	text-align: center;
	text-transform: uppercase;
	vertical-align:middle;
}

.miniesquema_opt {
	border-collapse:collapse;
	border-color:#FF9900;
	border-style:solid;
	border-width:4px;
	font-family: Arial;
	height: 710px;
	margin: 0 auto;/*centrar*/
	padding:0;
	width: 550px;
}
.miniesquema_opt td{
	padding:0px;
	text-align:center;
	vertical-align:middle;
}
.miniesquema_opt th{
	background-color: #FF9900;
	color: #FFFFFF;
	font-size: 2.2em;
	font-weight: bolder;
	height:50px;
	padding:0px;
	text-align: center;
	text-transform: uppercase;
	vertical-align:middle;
}

.miniesquema_pe {
	border: 4px solid #FF0000;
	border-collapse:collapse;
	font-family: Arial;
	height: 710px;
	margin: 0 auto;/*centrar*/
	padding:0;
	width: 550px;
}
.miniesquema_pe td{
	margin: 0px;
	padding:0px;
	text-align:center;
	vertical-align:middle;
}
.miniesquema_pe th{
	background-color:#FF0000;
	color: #FFFFFF;
	font-size: 2.2em;
	font-weight: bolder;
	height:50px;
	margin: 0px;
	padding:0px;
	text-align: center;
	text-transform: uppercase;
	vertical-align:middle;
}

.miniesquema_se {
	border-collapse:collapse;
	border-color:#33CC00;
	border-style:solid;
	border-width:4px;
	font-family: Arial;
	height: 710px;
	margin: 0 auto;/*centrar*/
	padding:0;
	width: 550px;
}
.miniesquema_se td{
	padding:0px;
	text-align:center;
	vertical-align:middle;
}
.miniesquema_se th{
	background-color:#33CC00;
	color: #FFFFFF;
	font-size: 2.2em;
	font-weight: bolder;
	height:50px;
	padding:0px;
	text-align: center;
	text-transform: uppercase;
	vertical-align:middle;
}

.miniesquema_te {
	border-collapse:collapse;
	border-color:#0099CC;
	border-style:solid;
	border-width:4px;
	font-family: Arial;
	height: 710px;
	margin: 0 auto;/*centrar*/
	padding:0;
	width: 550px;
}
.miniesquema_te td{
	padding:0px;
	text-align:center;
	vertical-align:middle;
}
.miniesquema_te th{
	background-color:#0099CC;
	color: #FFFFFF;
	font-size: 2.2em;
	font-weight: bolder;
	height:50px;
	padding:0px;
	text-align: center;
	text-transform: uppercase;
	vertical-align:middle;
}

.negritas {
	font-weight:bold;
}

.subtitulo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	text-transform: uppercase;
}

.tabla_form {
	border-collapse:collapse;
	border-color:#996600;
	border-style:solid;
	border-width:2px;
	margin: 0 auto;
	width:90%;
	text-align: left;
}

.tabla_form td{
	border-color:#996600;
	border-style:solid;
	border-width:1px;
	margin:2px;
	padding:3px;
	text-align: left;
	vertical-align: top;
}
.tabla_form th{
	background-color:#996600;
	color:#FFFFFF;
	font-weight:bold;
	font-size: 1.5em;
	padding-right: 5px;
	padding-left: 5px;
}
.tabla_form ul{
	margin:0;
	padding: 0 0 0 1.5em;
}
.tabla_form .marquesina {
	font-weight: bold;
	color: #993300;
	background-color: #DDCCBB;
	text-align: center;
}

.tabla_gral {
	border-color:#9966FF;
	border-style:solid;
	border-width:1px;
	margin: 0 auto;
	width:90%;
}
.tabla_gral td{
	border-color:#9966FF;
	border-style:solid;
	border-width:1px;
	margin:2px;
	padding:3px;
}
.tabla_gral th{
	background-color:#9966FF;
	color:#FFFFFF;
	font-weight:bold;
	text-align:center;
}

.tabla_opt {
	border-collapse:collapse;
	border-color:#FF9900;
	border-style:solid;
	border-width:2px;
	margin: 0 auto;
	padding:0px;
	width:90%;
	text-align: left;
}
.tabla_opt table {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.tabla_opt td{
	border: 1px solid #FF0000;
}
.tabla_opt th{
	background-color:#FF9900;
	color:#000000;
	font-weight:bold;
	font-size: 1.5em;
	padding-right: 5px;
	padding-left: 5px;
}
.tabla_opt .marquesina {
	font-weight: bold;
	color: #FF6600;
	background-color: #FFCC99;
	text-align: center;
}

.tabla_pe {
	border-collapse:collapse;
	border-color:#FF0000;
	border-style:solid;
	border-width:2px;
	margin: 0 auto;
	padding:0px;
	width:90%;
	text-align: left;
}
.tabla_pe table {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.tabla_pe td {
	border: 1px solid #FF0000;
}
.tabla_pe th{
	background-color:#FF0000;
	color:#FFFFFF;
	font-weight:bold;
	font-size: 1.5em;
	padding-right: 5px;
	padding-left: 5px;
}
.tabla_pe .marquesina {
	font-weight: bold;
	color: #FF0000;
	background-color: #FFCCCC;
	text-align: center;
}


.tabla_se {
	border-color:#33CC00;
	border-style:solid;
	border-width:1px;
	margin: 0 auto;
	width:90%;
	text-align: left;
}
.tabla_se table {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 97%;
}

.tabla_se td{
	border-color:#33CC00;
	border-style:solid;
	border-width:1px;
	margin:2px;
	padding:3px;
}
.tabla_se th{
	background-color:#33CC00;
	color:#000000;
	font-weight:bold;
	font-size: 1.5em;
	padding-right: 5px;
	padding-left: 5px;
}
.tabla_se .marquesina {
	font-weight: bold;
	color: #009900;
	background-color: #CCFFCC;
	text-align: center;
}

.tabla_sinbordes {
	border-width: 0px;
	padding: 2px;
}
.tabla_sinbordes td {
	border-width: 0px;
}


.tabla_te {
	border-color:#0099CC;
	border-style:solid;
	border-width:1px;
	margin: 0 auto;
	width:90%;
	text-align: left;
}
.tabla_te table {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.tabla_te td{
	border-color:#0099CC;
	border-style:solid;
	border-width:1px;
	margin:2px;
	padding:3px;
}
.tabla_te th{
	background-color:#0099CC;
	color:#FFFFFF;
	font-weight:bold;
	font-size: 1.5em;
	padding-right: 5px;
	padding-left: 5px;
}
.tabla_te .marquesina {
    font-weight: bold;
    color: #004499;
    background-color: #99E0FF;
    text-align: center;
}
.texto_miniesquema{
	font-weight:bold;
	text-align:left;
}
