<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	font-family:"Trebuchet MS";
	font-size:12px;
	margin:0px;
	background:#E3E4D3;
	background-image:url(images/fondo.jpg);
	background-repeat:repeat-x;
}

/* MENU */
a{
    text-decoration:none;
    color:#000;
}
a:hover{
    text-decoration:none;
    color:#000;
}
a:visited{
   text-decoration:none;
   color:#000;
}
.menu {
	width: 200px;
	text-align: left;
	float: left;
	clear:left;
	margin-top:15px;
	margin-left:10px;
	border: 2px solid #C4C7A7;
	color:#000000;
	background:#F2F3EB;
}
.menu_menus{
    font-size:14px;
	font-weight: bold;
	background:#C4C7A7;
	padding: 2px 5px 5px 2px;
}
.menu ul {
	margin: 0px;
	list-style-type: none;
}
.menu ul li{
   font-size:11px;
	text-indent: 5pt;
	display:block;
    font-weight: bold;
	padding: 2px 0 2px 0;
	text-decoration: none;
	display: block;		
}
.menu ul li:hover {
	background-color: #D8DAC2;
	font-weight: bold;
	display:block;
	text-decoration: none;
}
.menu input {
	font-size: 11px;
}

/* ATRIBUTOS DE LAS PAGINAS */
.main {
	width: 100%;
}
.cabeza {
	text-align:center;
	width: 100%;
	height:50px;
	background:#653830;
	color:#000000;
	background-image:url(images/barra_top.jpg);
	background-repeat:repeat-x;
}
.contenido {
	text-align: justify;
	height: auto;
	margin-left: 210px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	left: 0px;
}
.califi {
	border: 2px solid #C4C7A7;
	color:#000000;
	background:#F2F3EB;
	margin:15px;
}
.logo{
    width:107px;
    height:50px;
    float:right;
	margin-right:15px;
}
.titulo{
	font-size:25px;
	width:500px;
	height:40px;
	margin-left:22px;
	font-weight:bolder;
	text-align:left;
	padding-top:10px;
	float:left;
}
.nomenclatura{
    color:#222;
	font-size:15px;
	text-align:center;
	margin-top:15px;
	font-weight:bolder;
}
.nomenclatura_tablas{
    color:#000;
	font-weight:bolder;
	font-size:12px;
}
.pie{
	text-align: center;
	font-size: 10px;
	margin-top: 10px;
	margin-left: 210px;
}
/* ------------------------------------------ 
MAIN.ASP
------------------------------------------ */
.contenido_principal {
	text-align: left;
	padding: 5px;
	margin:15px;
	border: 2px solid #C4C7A7;
	color:#000;
	background:#F2F3EB;
}
.login_principal{
   text-align:center;
   padding:3px;
}

/* ------------------------------------------ 
HISTORIAL ACADEMICO
------------------------------------------ */

.estilo_datos_alumno{
   font-size:11px;
   color: #333333;
}
.alumno_dat_historial {
	text-align: left;
	padding: 5px;
	margin:15px;
	border: 2px solid #C4C7A7;
	color:#653830;
	background:#F2F3EB;
}
.historial{
	text-align: left;
	margin:15px;
	color:#653830;
}
.califi_historial {
	font-size: 10px;
	text-align: left;
}
.semestre{
	color:#000000;
	text-align:center;
	font-size:18px;
	font-weight:bolder;
	padding:3px;
	background:#C4C7A7;
}
.caja_semestre_right{
	border: 2px solid #C4C7A7;
	color:#000000;
	background:#F2F3EB;
}
.caja_semestre_left{
	border: 2px solid #C4C7A7;
	color:#000000;
	background:#F2F3EB;
	margin-right:15px;
}
.pie_historial{
	text-align: center;
	font-size: 10px;
	margin-top: 10px;
	width:100%;
}
</pre></body></html>