@charset "utf-8";
/* CSS Document */

<!--
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/bg_bluebar.jpg);
	background-repeat: repeat;
}
a {
	font-size: 11px;
	color: #000033;
}
/* links */

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #003333;
}
a:hover {
	text-decoration: underline;
	color: #0033CC;
}
a:active {
	text-decoration: none;
	color: #0099CC;
}
/* titulos */

h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h1 {
	font-size: 16px;
}
h2 {
	font-size: 14px;
}
/* imagenes */

	img.left {
	  float: left;
	  margin: 0 12px 5px 0;
	  }
	  	img.right {
	  float: right;
	  margin: 0 12px 5px 0;
	  }
-->