* {
	box-sizing: border-box;
}
body {
	font-family: Arial, "MS Sans Serif", "Charcoal", "Droid Sans", "DejaVu Sans", "Liberation Sans", FreeSans, sans;
	font-size: 100%;
	background: #ffffe0 url('imagenes/fondo_1280.png');
	background-size: contain;
	width: 98%;
}

#truext {
	position: relative;
	width: 99%;
}
#truext[id] {
	display: table;
	position: static;
}
#trumed {
	position: absolute;
	width: 100%;
	text-align: center;
}
#trumed[id] {
	display: table-cell;
	position: static;
}

#encabezado {
	position: relative;
	margin: 0 auto 1px auto;
	padding: 0;
	text-align: center;
}

#encizq {
	position: absolute;
	width: 76px;
	height: 76px;
	top: 1px;
	left: 1px;
}

#menu {
	position: fixed;
	z-index: 10000000;
	width: 76px;
	height: 74px;
	margin: 1px auto;
	padding: 1px 1px;
	font-family: Arial, "MS Sans Serif", "Charcoal", "Droid Sans", "DejaVu Sans", "Liberation Sans", FreeSans, sans;
	font-size: 72%;
	line-height: 1.1em;
	text-align: center;
	vertical-align: middle;
	text-indent: 0;	
}

#menu li {
	list-style: none;
	float: left;
	border: 2px solid #2f4f4f;
	background-color: #008080;
	color: #f0ffff;
	text-align: center;
	text-indent: 0;	
}

#menu li a {
	display: block;
	margin: 0;
	padding: 1px 1px;
	text-decoration: none;
	text-align: center;
	text-indent: 0;	
}

#menu li ul {
	display: none;
	text-align: center;
	text-indent: 0;
}

#menu li:hover ul {
	display: block;
	position: absolute;
	margin: 0;
	padding: 0;
	text-align: center;
	text-indent: 0;
	z-index: 10000000;
}

#menu li:hover li {
	float: none;
	text-align: center;
	text-indent: 0;
	z-index: 10000000;
}

#menu li:hover li a {
	border: 2px solid #2f4f4f;
	background-color: #e0ffff;
	color: #008080;
	text-align: center;
	text-indent: 0;
	z-index: 10000000;
}

#menu li:hover li ul {
	display: none;
	text-align: center;
	text-indent: 0;
}

#encder {
	position: relative;
	margin: 0 auto 0 78px;
	text-align: center;
	vertical-align: middle;
	text-indent: 0;
}

#bandera {
	top: 1px;
	left: 113px;
	text-align: center;
}

#contenido {
	position: relative;
	margin: 1px auto 1px 80px;
	padding: 1px;
	overflow: auto;
	text-align: justify;
	background: #ffffe0;
	color: #000000;
}

img {
	max-width: 100%;
	height: auto;
}

.fechahora {
	margin: 1px;
	padding: 1px;
	text-align: center;
	vertical-align: middle;
	font-size: 81%;
	line-height: 120%;
	letter-spacing: 0.1em;
	text-indent: 0px;
	font-weight: bold;
	color: #800080;
}

.fechpubl {
	font-weight: bold;
	color: #004b49;	
}

a {
	font-weight: bold;
	text-decoration: underline;
	background-color: transparent;
}

a:link {
	color: #8b008b;
}

a:visited {
	color: #800080;
}

a:hover {
	color: #ff00ff;
}

a:active {
	color : #da70d6;
}

h1 {
	font-family: "Times New Roman", "Baskerville", "Droid Serif", "DejaVu Serif" , "Liberation Serif", FreeSerif, serif;
	font-weight: bold;
	line-height: 130%;
	letter-spacing: 0.1em;
	text-align: center;
	margin: 0.3em;
	padding: 0.3em;
}

h2 {
	font-family: "Times New Roman", "Baskerville", "Droid Serif", "DejaVu Serif" , "Liberation Serif", FreeSerif, serif;
	font-weight: bold;
	line-height: 125%;
	letter-spacing: 0.1em;
	text-align: center;
	margin: 0.3em;
	padding: 0.3em;
}

h3 {
	font-family: "Times New Roman", "Baskerville", "Droid Serif", "DejaVu Serif" , "Liberation Serif", FreeSerif, serif;
	font-weight: bold;
	line-height: 120%;
	letter-spacing: 0.1em;
	text-align: center;
	margin: 0.3em;
	padding: 0.3em;
}

h4 {
	font-family: "Times New Roman", "Baskerville", "Droid Serif", "DejaVu Serif" , "Liberation Serif", FreeSerif, serif;
	font-weight: bold;
	line-height: 115%;
	letter-spacing: 0.1em;
	text-align: left;
	text-indent: 3%;
	margin: 0.3em;
	padding: 0.3em;
}

h5 {
	font-family: "Times New Roman", "Baskerville", "Droid Serif", "DejaVu Serif" , "Liberation Serif", FreeSerif, serif;
	font-weight: bold;
	line-height: 110%;
	letter-spacing: 0.1em;
	text-align: left;
	text-indent: 3%;
	margin: 0.3em;
	padding: 0.3em;
}

h6 {
	font-family: "Courier New", Monaco, "DejaVu Sans Mono", "Droid Sans Mono", "Liberation Mono", FreeMono, monospace;
	font-weight: bold;
	line-height: 105%;
	letter-spacing: 0.1em;
	text-align: left;
	text-indent: 3%;
	margin: 0.3em;
	padding: 0.3em;
}

p {
	font-family: "Times New Roman", "Baskerville", "Droid Serif", "DejaVu Serif" , "Liberation Serif", FreeSerif, serif;
	line-height: 100%;
	letter-spacing: 0.1em;
	text-align: left;
	text-indent: 3%;
	margin: 0.2em;
	padding: 0.2em;
}

#col1tema1 {
	border: 5px solid #933d41;
	background-color: #ebbcbe;
}

#col1tema2 {
	border: 5px solid #801818;
	background-color: #d49e9e;
}

#col1tema3 {
	border: 5px solid #7c0a02;
	background-color: #d18f8a;
}

#col2tema1 {
	border: 5px solid #958d00;
	background-color: #e9e59f;
}

#col2tema2 {
	border: 5px solid #808000;
	background-color: #dede86;
}

#col2tema3 {
	border: 5px solid #737a00;
	background-color: #cfd484;
}

#col3tema1 {
	border: 5px solid #0b7306;
	background-color: #bee7bc;
}

#col3tema2 {
	border: 5px solid #006400;
	background-color: #addfad;
}

#col3tema3 {
	border: 5px solid #006607;
	background-color: #9ad29e;
}

#col4tema1 {
	border: 5px solid #1766a7;
	background-color: #d2dfea;
}

#col4tema2 {
	border: 5px solid #26619c;
	background-color: #bfd4e9;
}

#col4tema3 {
	border: 5px solid #2e5894;
	background-color: #b0c4de;
}

#piepag {
	background-color: #ffffe0;
	border: 1px solid #ffffe0;
}

#asesoria {
	border: 2px solid #008080;
	background-color: #e0ffff;
	color: #000000;
}

#dereautor {
	border: 2px solid #555555;
	background-color: #696969;
	color: #ffffff;
}

.colizq {
	text-align: justify;
	border-width: 3px;
	border-style: groove;
}

.colder {
	text-align: left;
	border-width: 3px;
	border-style: ridge;
}
