

body {
	margin:0;
	padding:0;
	line-height: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	background: #d9d4bf ;
}

a:link, a:visited { color: #ffffff; text-decoration: none; } 
a:active, a:hover { color: #ffffff; text-decoration: none }

h1	{
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	color:#f9a400;
	font-size: 18px;
}
h2	{
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #fc7600;
	font-size: 14px;
	border-bottom: solid 1px #FF9900;
	border-top: solid 1px #FF6600;
}

#contenedor {
	width: 782px;
	min-height: 1200px;
	margin: auto;
	margin-top: 20px;
	background: #f2efe6;
	border: 9px solid #ffffff;
}
#columna_izquierda	{
	float: left;
	width: 232px;
	min-height: 700px;
	background: #ffffff;
}
#imagen_izq {
	width: 210px;
	height: 220px;
	background:url(images/unam.jpg) no-repeat ;
}
.menu {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	width: 232px;
}
.menu li a {
	background: white url(images/left-button.jpg);
	font: bold 12px "Trebuchet MS", Verdana, Helvetica;
	color: #443c17;
	display: block;
	width: auto;
	padding: 5px;
	padding-left: 50px;
	text-decoration: none;
}
* html .menu li a { /*IE only. Actual menu width minus left padding of A element (10px) */
	width: 170px;
}
.menu li a:visited, .glossymenu li a:active {
	color: #443c17;
}
.menu li a:hover{
	background-image: url(images/left-button-hover.jpg);
	color: #000000;
}
#templatemo_about{
	width: 212px;
	background: #4671D5;
	padding: 10px 10px 10px 10px;
	color: #FFFFFF;
}
#contacto{
	width: 212px;
	height: 300px;
	background: #1240AB;
	padding: 10px 10px 10px 10px;
	color: #FFFFFF;
}
#columna_derecha	{
	float: right;
	width: 550px;
	height: auto;
}
#encabezado {
	width: 550px;
	height: 86px;
	background: url(images/header-bg.jpg) repeat-x;
	color:#090974
}
.titulo {	
	float: left;
	padding-left: 30px;
	padding-top: 20px;
	width: 500px;
	height: 30px;
	font-family:"Courier New", Courier, monospace;
	font-size: 20px;
	font-weight: bold;
	color:#ffffff;
}
.titulo2 {
	float: left;
	padding-left: 10px;
	width: 500px;
	height: 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:12px;
	color: #f8ffd0;
	text-align: center;
}
.texto_inicial {
	float: none;
	padding-left: 25px;
	padding-right: 25px;
	text-align: justify;
}

.texto_inicial a:link, a:visited {
	color: #0066CC;
}

.texto_inicial a:active, a:hover { 
	color: #FFF000; 
}

.text_area {
	margin: 0px;
}

.imagen {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

#copyright {
	clear: both;
	margin: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 800px;
	height: 30px;
	padding-top: 5px;
	background:#aaa386;
	border: solid 2px #FFFFFF;
	text-align: center;
	color: #FFFFFF;
}

#templatemo_copyright a {
	color: #FFFFFF;
}