body
	{
	margin: 0;
	padding: 0;
	background-color: white !important;
        background-image: none !important;
        color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	}
h2
	{
	font-size: 1em;
	color: #000;
	font-weight: bold;
	border-bottom: #000 3px solid;
	margin-top: 0;
	}
h3
	{
	font-size: 1em;
	font-weight: bold;
	border-bottom: gray 2px dotted;
	}
p
	{
	text-align: justify;
	}
a:link,a:active,a:visited
	{
	color: #666;
	text-decoration: none;
	/*font-weight: bold;*/
	border-bottom: dashed 1px #666;
	}
a:hover
	{
	color: #888;
	border-bottom: solid 1px #888;
	}
a.menu:link,a.menu:active,a.menu:visited, a.active:link, a.active:active, a.active:visited
	{
	color: #666;
	border-bottom: 0;
	}
a.menu:hover, li.menu:hover
	{
	color: #888;
	border-bottom: 0;
	}
.active
	{
	color: #888;
	border-bottom: 0;
	}
ul
	{
	/*list-style-type: none;*/
	list-style-image: url(./bullet.gif);
	}
li
	{
	margin: 10px;
	text-align: justify;
	}
ul.menu, li.menu, li.active
	{
	display: inline;
	padding: 6px;
	margin: 0;
	font-size: 0.9em;
	}

#title
	{
	background: white;
	padding-top: 10px;
	padding-left: 30px;
	padding-right: 20px;
	padding-bottom: 0;
	margin: 0;
	color: #000;
	font-size: 2.5em;
	font-family: Times New Roman;
	font-weight: normal;
	/*border: 1px dashed black;*/
	}
#logo
	{
	display: none;
	}
#menu
	{
	display: none;
	}
#body
	{
	background: #fff;
	margin-top: 0px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 10px;
	padding: 20px;
	}
.ventana
	{
	width: 195px;
	float: right;
	background-color: #fff;
	margin: 30px;
	padding: 0px;
	border: 1px solid #ccc;
	}
.ventana_titulo
	{
	font-size: 1em;
	text-align: center;
	padding: 0;
	margin: 0;
	border: 0;
	}
.ventana_pie
	{
	text-align: center;
	background-color: white;
	margin: 0;
	padding: 0;
	font-size: 0.8em;
	}
.pie
	{
	clear: both;
	text-align: center;
	color: #000;
	/*border: dashed 1px;*/
	margin: 10px;
	font-weight: bold;
	}
.plano
        {
        float: none;
        margin-left: 5px;
        margin-right: 10px;
        text-align: center;
        }