#tabs{
	margin:1px 0 15px 4px;
	display:block;

	}

.mootabs_title {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	height: 16px;
}

.mootabs_title li {
	float: left;
	text-transform:uppercase;
	background: url(../imagenes/fondo_degrade_estrenos-home-titulo-normal.gif) repeat-x;
	padding: 2px 8px 0px 8px;
	margin-right: 2px;
	cursor: pointer;
	height: 15px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	
}

.mootabs_title li.active {
	background: url(../imagenes/fondo_degrade_estrenos-home-titulo.gif) repeat-x;
	color:#FFFFFF;
}

.mootabs_panel {
	display: none;
	padding:8px;
	background: url(../imagenes/fondo_degrade_estrenos-home.gif) repeat-x;
	position: relative;
	width: 100%;
	line-height:15px;
	color: #666;
	clear: both;
	overflow: auto;	
	border-top:1px solid #CCC;
}

.mootabs_panel a {
	color:#406F9F;
}

.mootabs_panel.active {
	background-color: #e6e6e6;
	display: block;
}
