/*********************  GENERAL  **************************/
body {
	background: #ffffff;
	font-family:  Arial, Tahoma, "Trebuchet MS", sans-serif;
	font-size: 9px;
	color: #8a8a8a;
	margin: 0px;
}
p{
	margin: 0 0 .7em 0;
	text-align:justify;
}
ul{
	list-style: none;
	margin: 0;
	font-weight: normal;
}
ul li{
	margin: 0;
	padding:2px 0;
	list-style: none;
}
a:link, a:visited{
	color: #8a8a8a;
	text-decoration: none; 
}
a:hover{
	color: #4d4d4d;
	text-decoration:none;
}

/******************   LAYOUTS      ***************/
#contenedorIndex{
	top: 0%; 
	left: 50%; 
	margin-left: -491px;
	margin-top:0;
	position: absolute; /**/
	height:599px;
	width: 982px;
	background: url(../images/bg_index.gif) top center no-repeat;
}

*html #contenedorIndex{
	top: 0%; 
	left: 50%; 
	margin-left: -491px;
	margin-top:0;
	position: absolute; /**/
	height:600px;
	width: 982px;
	background: url(../images/bg_index.gif) top center no-repeat;
}
#idiIndex{
	background: url(../images/bg_pieindex.gif) top center no-repeat;
	height:/*52px;*/30px;
	text-align: center;
	padding-top:22px;
}
*html #idiIndex{
	background: url(../images/bg_pieindex.gif) top center no-repeat;
	height:/*52px;*/32px;
	text-align: center;
	padding-top:20px;
}