body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0 2%;
}

#header{
	background: url(../images/logouniovi.gif) no-repeat;
	
}

#header h1{
	font-weight: 300;
	letter-spacing: 0.3em;
	text-align: right;
	color: ##12345e;
	font-variant: small-caps;
	padding: 0 0 0 60px;
}

#header h2{
	font-size: 1em;
	font-weight: bold;
	font-style: italic;
	text-align: right;
	color: white;
	background-color: #12345e;
	padding: 0.2em 0.1em;
	margin-bottom: 2em;
}

h2.menu{
	font-style: normal;
	color: black;
	text-align: center;
	padding:0;
}

h1{
	font-weight: normal;
	text-align: center;

}

h2{
	font-weight: normal;
	font-style: italic;
	letter-spacing: 0.1em;
}

ul.menu li{
	border-top: 1px solid black;
	margin: 0;

}

ul.menu{
	border:1px solid #12345e;
	border-top:0;
	list-style: none;
	padding: 0;
	margin: 0 0 1em 0;
}

ul.menu a{
	display: block;
	text-decoration: none;
	text-align: center;
	padding: 0.1em 0 0.1em 0;
	width: 100%;
}

ul.menu a:link, ul.menu a:visited, ul.menu a:active{
	color: black;
	background-color: #0000FFe;
;
}

ul.menu a:hover{
	color: black;
	background-color: #E6EFE6;
}

h2.teoria{
	font-weight: normal;
	letter-spacing: 0.1em;
}

ol.teoria{
	list-style: lower-roman;
}

ol.teoria a:link, ol.teoria a:visited, ol.teoria a:active,a.dload:link, a.dload:visited, a.dload:active{
	text-decoration: none;
	color: blue;
	background-color: white;
}

ol.teoria a:hover, a.dload:hover{
	text-decoration: underline;
	color: blue;
	background-color: white;
}

p.dload{
	text-align: center;
}

#contenido{
	text-align: justify;
	float:right;
	width:80%;
	margin: 0 0 1em 0;	
}

#menu{
	float:left;
	width: 16%;
	margin: 0 0 1em 0;
}

#footer{
	font-size: 0.8em;
	text-align: center;
	color: white;
	background-color: #12345e;
	padding: 0.2em 0.1em;
	margin-bottom: 2em;
	clear: both;
}

#footer a{
	text-decoration: none;
	color: #BBBBFF;
}

#footer a:hover{
	text-decoration: none;
	color: white;
}

dt{
	font-weight: bold;
	padding-bottom: 0.2em;
}

dd{
	padding-bottom: 0.4em;
}

span.unicode{
	font-family: "Lucida Sans Unicode", Verdana, sans-serif;
}

table, td, th{
	border: 1px solid black;
}	

th{
	background-color: rgb(210,210,210);
}

table{
	border-collapse: collapse;
}

p.figura{
	text-align: center;
	font-weight: bold;
}

acronym{
	border-bottom: 1px black dotted;
	cursor: help;
}
