i/*Hoja de estilo para orbiscad*/

body {
	background: #ffffff;
	font-family: helvetica,arial;
	font-size: 0.9em;
	color: #000000;
	overflow: auto;
}

a {
	color: #4436e2;
	font-size: 12pt
}

img {
	border-style: none;
}

h1 {	
	margin-left:4%;
	color: #000000; 
	text-align: left; 
	font-size: 14pt
}

h2 {	
	margin-left:6%;
	color: #000000; 
	text-align: left; 
	font-size: 13pt
}

ul.top>li {
	list-style-type:none;
}

.visible {
	visibility:visible;
	list-style-type:square;
}

.hidden {
	visibility:hidden;
	display:none;
}

#texto { 
	margin-left:8%;
	margin-right:15%;
	font-size: 12pt
}



