/* CSS Document */
<!-- 
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	letter-spacing: .4pt;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#navlist
{
margin-left: 5px;
padding-left: 0;
list-style: none;
line-height: 15px; 
}

#navlist li 
{
padding-left: 15px;
background-image: url(imagenes/bullet4.gif);
background-repeat: no-repeat;
background-position: 0 .1em;
}
#swash
{
margin-left: 5px;
padding-left: 0;
list-style: none;
line-height: 20px; 
}

#swash li 
{
padding-left: 20px;
background-image: url(imagenes/bullet.gif);
background-repeat: no-repeat;
background-position: 0 .1em;
}
A.enc {
	font-size: 11px;
	color: #333333;
	font-weight: normal;
	text-decoration: none;
}
A.enc:visited {
	text-decoration: none;
	color: #333333;
}
A.enc:hover {
	text-decoration: underline;
	color: #333333;
}
A.enc:active {
	text-decoration: none;
	color: #333333;
}
.Estilo1 {color: #FFFFFF}
.Estilo4 {color: #FF6600; font-weight: bold;}
.Estilo10 {font-size: 11px; font-weight: bold; color: #333333; font-family: Arial, Helvetica, sans-serif;} 
.Estilo11 {font-size: 12px; font-weight: bold; color: #333333; font-family: Arial, Helvetica, sans-serif;} 

.content {
width: 600px; height: 330px;
background-color: #ffffff;
border: 1px solid #ffffff;
padding: 3px;
overflow-x: hidden;
overflow-y: scroll;
scrollbar-base-color: #FFFFFF;
scrollbar-arrow-color: #000000;
scrollbar-darkshadow-color: #ffffff;
scrollbar-face-color: #FFFFFF;
scrollbar-highlight-color: #FFFFFF;
scrollbar-shadow-color: #000000;
scrollbar-3dlight-color: #000000;}

-->