@charset "utf-8";
/* CSS Document */
#inicio {
	background-position:0px -40px;
	z-index:20;
}
#menu_inicio {
	padding-left:125px;
	display:inline;
	z-index:1;
}
#marqueecontainer {
	position: relative;
	width: 100%; /*marquee width */
	height: 317px; /*marquee height */
	overflow: hidden;
	background:url(../img/bknInscritos.gif) repeat-x;
	text-align:left;
}
#vmarquee {
	padding:0 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #000000;	
}
#vmarquee .afiliado {
	font-weight:bold;
	margin:0;
}
#vmarquee .locacion {
	padding-bottom:5px;
	margin:0 0 10px 0;
	border-bottom:#999999 1px solid;
}
.leftPanel {
	float:left;
	width:705px;
	overflow:hidden;
	margin:5px 0px 15px 15px;
	display:inline;
}
.rightPanel {
	float:right;
	width:220px;
	overflow:hidden;
	margin:5px 15px 15px 0;
	display:inline;
}

#contNovedades {
	width:675px;
	height:127px;
	position:relative;
	margin:0;
	padding:0;
	overflow:hidden;
	text-align:left;
	background-color:#FFFFFF;
}
.novedades {
	position:absolute;
	background-color:#FFFFFF;
	left:0;
	top:130px;
	height:127px;
	overflow:hidden;
}
.novedades ul {
	list-style:none;
	margin:0px;
	padding:0px;
}
.nov_UL li {
	float:left;
}
.nov_title, .nov_desc {
	width:490px;
	margin:0 0 4px 15px;
}
.nov_menu {
	position:absolute;
	margin:0;
	padding:0;
	top:110px;
	right:0px;
	font-weight:bold;
}
.nov_menu li {
	float:left;
	overflow:hidden;
	text-align:center;
	margin-left:5px;
	display:inline;
}
.nov_menu .sel {
	background-position:0 0;
}
.nov_menu a {
	width:17px;
	height:17px;
	display:block;
	text-decoration:none;
	color:#000000;
	background:url(../img/btnNovedad.gif);
	background-position:-17px 0;
}
.nov_menu a:hover {
	text-decoration:none;
	background-position:0 0;
	color:#FF0000;
}
.nov_menu a:visited {
	color:#000000;
}
