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

<style type="text/css">
body {
      font-family: Verdana, Arial, Helvetica, sans-serif;
      font-size: 10px;
      background-color: #FFFFFF;
      margin-left: 100px;
      margin-right: 100px;
}
#ContTabul {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 10px;
	padding-right: 5px;
	padding-left: 5px;
	overflow: hidden;
	font-family: "Times New Roman", Times, serif;
	float: left;
	padding-bottom: 2px;
}
ul#tabnav {
	list-style-type: none;
	margin: 0;
	font: 11px verdana, arial, sans-serif;
	border-bottom-color: #CCC;
	overflow: hidden;
	padding-top: 8px;
}
ul#tabnav li {
	float: left;
	height: 24px;
	color: #999999;
	margin-top: 2px;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 2px;
}
ul#tabnav a:link, ul#tabnav a:visited {
      display: block;
      color: #999999;
      text-decoration: none;
      padding: 0px;
}
ul#tabnav a:hover {
      background-color: #CCC;
      color: #666;
}
#tabnav .activo {
	color: #FFFFFF;
	background-image: url(imagen/activ.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #990000;
}
#tabnav .inactivo {}

</style>
