<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	color: #000000;
	background: #3873b3;
	font: 13px 'Lucida Grande', Arial, sans-serif;
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 15px;
	width: 95%;
}

#globalWrapper {
	font-size: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	color: #000000;
	background-color: #f4f4f4;
}

#principal {
	font-size: 12px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 190px;
	padding: 0px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #cccccc;
}

.contenido {
	background: #ffffff;
	color: #000000;
	font-size: 13px;
	text-align: justify;
	padding-top: 35px;
	padding-right: 45px;
	padding-bottom: 10px;
	padding-left: 55px;
}

#columna {
	float: left;
	width: 188px;
	height: 100%;
	background-color: #f4f4f4;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: none;
	border-bottom-style: solid;
	border-right-color: #cccccc;
	border-bottom-color: #cccccc;
}

.rc_section {
	font-size: 10pt;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	margin: 0px 7px 0px 4px;
	padding: 5px;
}

.rc_title {
	margin: 0px;
	color: #000000;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}


.cabecera {
	background-image: url(images/cabecera.png);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}

.cabcel {
	padding: 0px;
	margin: 0px;
	border: 0px none;
}

#uva { width: 58px; }
#esc { width: 58px; }
#dep { width: 58px; }
#uva a {
	display: block;
	background-image: url(images/uva.gif);
	background-repeat: no-repeat;
	height: 50px;
}
#esc a {
	display: block;
	background-image: url(images/escuela.gif);
	background-repeat: no-repeat;
	height: 50px;
}
#dep a {
	display: block;
	background-image: url(images/departamento.gif);
	background-repeat: no-repeat;
	height: 50px;
}

.titulo {
	background-image: url(images/cabecera.png);
	background-repeat: repeat-x;

}

#titulo1 {
	font-family: 'Lucida Grande', Arial, sans-serif;
	font-size: 24px;
	font-weight: bold;
	font-variant: normal;
	color: #000066;
	padding-left: 10px;
	padding-bottom: 2px;
	text-align: left;
}

#titulo2 {
	font-family: 'Lucida Grande', Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	font-variant: normal;
	color: #000066;
	padding-left: 10px;
	padding-top: 2px;
	text-align: left;
}


ul.menu {
  color: #FFFFFF;
  list-style: none;
  border: none;
  text-align:left;
  padding-left: 0em!important;
}

ul.menu li {
  margin: 0 0 0 0em;
}

li.leaf {
	list-style-type: square;
	list-style-image: url(images/menu-leaf.png);
	padding: 0em 0.5em 0 0;
	margin: 0;
}

li a.active {
  color: #000;
}
li.leaf a { color: #6e6e6e; text-decoration: none; }
li.leaf a:hover { text-decoration: underline; }
li.leaf a:active { color: #1b4ca2; text-decoration: none; }
li.leaf #active a { color: #1b4ca2; font-weight: bold; text-decoration: none; }
li.leaf #active a:hover { text-decoration: underline; }

/* general styles */

table {
	background: white;
	font-size: 100%;
	color: black;
}

a {
	text-decoration: none;
	color: #1b4ca2;
	background: none;
}

a:link, a:visited {
	color: #1b4ca2;
	text-decoration: none;
}

a:hover {
	color: #1b4ca2;
	text-decoration: underline;
}

img {
	border: none;
	vertical-align: middle;
}

p {
	margin: .4em 0 0 0;
	line-height: 1.5em;
}

p img {
	margin: 0;
}

hr {
	height: 1px;
	color: #99CCCC;
	background-color: #99CCCC;
	border: 0;
	margin: .2em 0 .2em 0;
}

h1 { font-size: 20px; }
h2 {
	font-size: 20px;
	color: #000099;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-top: 30px;
	margin-bottom: 0px;
	margin-left: -25px;
}

#h2inic {
	margin-top: 0px;   
}

h3 {
	font-size: 120%;
	color: #0000CC;
	list-style-type: none;
	margin-top: 20px;
	margin-bottom: 10px;
	margin-left: -10px;
}
h4 { font-size: 116%; }
h5 { font-size: 100%; }
h6 { font-size: 80%;  }

ul {
	line-height: 1.5em;
	list-style-type: square;
	margin: .3em 0 0 1.5em;
	padding: 0;
	list-style-image: url(images/menu-leaf.png);
}

li {
	margin-bottom: 1px;
}
code {
	background-color: #99CCCC;
}
pre {
	padding: 1em;
	border: 1px dashed #b6b6b6;
	color: black;
	background-color: #99CCCC;
	line-height: 1.1em;
}
/* Some space under the headers in the content area */
#bodyContent h1, #bodyContent h2 {
	margin-bottom: .6em;
}
#bodyContent h3, #bodyContent h4, #bodyContent h5 {
	margin-bottom: .3em;
}
.firstHeading {
	margin-bottom: .1em;
}

.tabcab {
	background-color: #f4f4f4;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-left: 10px;
	text-align: center;
}

.tabcabV {
	background-color: #f4f4f4;
	text-align: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	padding-right: 10px;
}

.celdoc {
	text-align: center;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: none;
	border-right-color: #666666;
	border-bottom-color: #666666;

}

.bordefino {
	border: 1px solid #999999;
	padding: 2px;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
}

.sinbordefino {
	padding: 2px;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
}

.masbordefino {
	border: 1px solid #999999;
	padding: 6px;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
}

.unidad {
	font-size: 120%;
	font-weight: bold;
	padding-top: 16px;
	padding-right: 16px;
	padding-bottom: 6px;
	padding-left: 10px;
}

.unidad0 {
	font-size: 120%;
	font-weight: bold;
	padding-top: 6px;
	padding-right: 16px;
	padding-bottom: 6px;
	padding-left: 10px;
}


.tema {
	font-weight: bold;
	padding-top: 3px;
	padding-right: 6px;
	padding-bottom: 3px;
	padding-left: 20px;

}

.temref1 {
	padding-top: 16px;
	padding-bottom: 6px;
	padding-left: 6px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	padding-right: 10px;

}

.temref2 {
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 6px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	padding-right: 10px;

}

.linlat {
	padding-left: 15px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #CCCCCC;

}

.avisoF0 {
	text-align: center;
}

.avisoF {
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;

}

.aviso0 {

}

.celborinf {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}

.irinicio {
	margin-bottom: 10px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: right;

}

#pie {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFCC33;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
	background-color: #FFFFCC;

}

.celmenu {
	background-color: #f4f4f4;
}

.borsupmed {
	width: 100%;
	height: 21px;
	background-color: #efefef;
	background-image: url(images/cabecera_med.gif);
	background-repeat: repeat-x;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	text-align: right;
	line-height: 18px;
	color: #FF6600;
}

.borsupizda {
	float: left;
	width: 79px;
	height: 21px;
	background-color: #3873b3;
	background-image: url(images/cabecera_izda.gif);
}

.borsupdcha {
	float: right;
	width: 39px;
	height: 21px;
	background-color: #3873b3;
	background-image: url(images/cabecera_dcha.gif);
}

.somizda {
	padding-left: 15px;
	background-image: url(images/som_izda.gif);
	background-repeat: repeat-y;
	background-position: left;
}

.somdcha {
	padding-right: 15px;
	background-image: url(images/som_dcha.gif);
	background-repeat: repeat-y;
	background-position: right;
}

.sominfmed {
	text-align: center;
	height: 24px;
	background-image: url(images/som_bajo_med.gif);
	background-repeat: repeat-x;
}

.sominfizda {
	float: left;
	width: 79px;
	height: 24px;
	background-color: #3873b3;
	background-image: url(images/som_bajo_izda.gif);
}

.sominfdcha {
	float: right;
	width: 79px;
	height: 24px;
	background-color: #3873b3;
	background-image: url(images/som_bajo_dcha.gif);
}

.rc_title a, .rc_title a:visited { color: #000000; text-decoration: none; }
.rc_title a:hover { color: #000000; text-decoration: underline; }
.rc_section a { color: #6e6e6e; text-decoration: none; }
.rc_section a:hover { text-decoration: underline; }
.rc_section a:active { color: #1b4ca2; text-decoration: none; }
.rc_section #active a { color: #1b4ca2; font-weight: bold; text-decoration: none; }
.rc_section #active a:hover { text-decoration: underline; }

.parprin {
	margin-left: -10px;

}

.resaltado {
  background-color: #ffffe0;
}
</pre></body></html>