/* ================================================================ 
Copyright (c) 2012 Tarjetas del Noreste, S.A. de C.V. All rights reserved.
Elaboró: Vanessa Alejandra Muñoz Corbalá,  Julio 3, 2012
=================================================================== */

/* Estilos #banner
============================== */

#banner table#maintable {
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	border:0px;
	width: 800px;
	text-align:center;
}

#banner div#topcontainer {
	width: 800px;
	padding: 0;
	background-color: #FDFDFD;
	background-image: url(images/telcelnow_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	text-align:center;
	margin: 0 auto 0 auto;
	height: 255px;
}
#banner td#col1 {
	padding: 0px; 
	width: 800px;
}
#banner .marginLeftColumn {
	width: 800px;
	margin: 0;
	float:left;
}
#banner .white_bg{
	width:800px;
	clear:both;
	float:left;
	height:auto;
	margin-bottom:0;
	overflow:hidden;
}
#banner .tabbox{
	float:right;
	position:relative;
	left:-8%;
	bottom:37px;
	text-align:left;
	display:inline;
}
#banner ul#tabs {
	position:relative;
	left:50%;
	clear:both;
	margin:0px;
	padding:0px;
	z-index: 2;
	list-style-type:none;
	list-style:none;
}
#banner ul#tabs li {
	float:left;
	position:relative;
	display:inline;
}
#banner ul#tabs li img {
	display:none;
}
#banner ul#tabs li a {
	padding:0px;
	text-decoration: none;
	display: block;
	float:left;
	outline: none;
	border:none;
	position:relative;
	height:12px;
	width:12px;
	margin: 0 3px 0 3px;
	background-image:url(../images/bullets.png);
	background-repeat:no-repeat;
	background-position:0px 0px;
}
#banner ul#tabs li a:hover {
	text-decoration: none;
	/*cursor:pointer;*/
	background-position:0px -12px;
}
#banner ul#tabs li a.current {
	background-position:0px -12px;
}
#banner ul#tabs li a.current:hover {
	text-decoration: none;
	cursor: default;
}
#banner ul#output {
	width: 800px;
	height: 255px;
	position: relative;
	list-style-type:none;
	margin:0px;
	padding:0px;
}
#banner ul#output li {
	position: absolute;
	width: 800px;
	height: 255px;
}
#banner ul#output li img{
	margin-bottom:6px;
	margin-top: 3px;
}
#banner ul#output li a {
	position: absolute;
	top:0px; 
	left:0px;
}
#banner ul#output li a:hover {
	font-size:1px;
}
