/* ****************************************************** */ 
/* Body ************************************************* */ 
body {
	background-color: #999999;
	color: 	#333333;
	margin: 0px;
}
/* ****************************************************** */

/* ****************************************************** */ 
/* Estilos de textos ************************************ */ 
div.textogral {
	font-size: 			1em;
	padding-left: 	10px;
	padding-right: 	20px;
	text-align: 		justify;
}
/* ****************************************************** */

/* ****************************************************** */ 
/* Links ************************************************ */ 
a:hover 	{text-decoration: underline; color: #767676;}
a:link		{text-decoration: underline; color: #969696;}
a:visited	{text-decoration: none; color: #B6B6B6;}
a:active 	{text-decoration: underline; color: #969696;}
/* ****************************************************** */ 
 
/* ****************************************************** */ 
/* Divs principales ************************************* */ 
#imgheader { 
	position: absolute;
	width:		24.6em;
	height: 	24.5em;
	top:			0; 
	left:			0;
	background-color: #ededed;
}
#globalheader {
	position: absolute;
	width: 		20em;
	height:		4.3em;
	top:			4.7em;
	left: 		24.6em;
	background-color: #ededed;
}
#rightSide {
	position: absolute;
	width: 		4em;
	height: 	15.5em;
	top:			9em;
	left:			40.6em;
	background-image: 		url(widgets/gen_41.1.gif);
	background-repeat: 		repeat-y;
	background-position: 	right;
	background-color: #ededed;
}
#main {
	position: absolute;
	width: 		16em;
	height: 	15.5em;
	top:			9em;
	left:			24.6em;
	padding-left: 1em;
	background-color: #ededed;
}
#footerLeft {
	position: absolute;
	width: 		25em;
	height: 	2em;
	top: 			24.5em;
	left:			0em;
	background-color: #ededed;
}
#footerRight {
	position: absolute;
	width: 		19.8em;
	height: 	2em;
	top: 			24.5em;
	left:			24.8em;
	background-color: #ededed;
}
#footer {
	position: absolute;
	width: 	  44.6em;
	height: 	3em;
	top: 			26.7em;
	left:			0em;
	background-color: #999999;
}
/* ****************************************************** */
/* ****************************************************** */ 
/* Menu Catalogo***************************************** */ 
div.catMenu {
  float:				left;
  font-size:		93%;
  line-height:	normal;
}
div.catMenu ul {
	float: 			left;
	margin:			0;
	padding: 		0em;
	list-style:	none;
}
div.catMenu li {
  float: 		left;
  margin:		0.1em;
  padding:	0;
}
div.catMenu a {
  float: 		left;
  margin:		0;
  padding: 	0 0 0 4px;
  background:	url("tableft.gif") no-repeat left top;
	text-decoration:	none;
}
div.catMenu a span {
  float:		left;
  display:	block;
  padding:	4px 15px 4px 6px;
  color:		#000;
  background:url("tabright.gif") no-repeat right top;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
div.catMenu a span 				{float:none;}
/* End IE5-Mac hack */
div.catMenu a:hover span 	{color:#969696;}
div.catMenu a:hover 			{background-position:0% -41px;}
div.catMenu a:hover span 	{background-position:100% -41px;}
/* ****************************************************** */


