#mytabs2 {
/* width: 275px; */
}



#mytabs2 .mootabs_title {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	height: 24px;
	
}
#mytabs2 .mootabs_title li.active {
	/* background-color: #fe8e00; */
	padding-top: 2px;
	/* border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC; */
	/* background: #F6F5F3 url('../images/fondo_pestanas_4.jpg') repeat-x 0 0; */
	
	font-weight: bold;
}


#mytabs2 .mootabs_title li {
	float: left;
	background-color: #F6F5F3;
	padding: 2px 5px 0 5px;
	margin-right: 0px;
	cursor: pointer;
	color: #666;
	font-family: "Arial";
	font-size: 13px;
	height: 24px;
	line-height: 24px;
	width: 140px;
	/*background: #F6F5F3 url('../images/fondo_pestanas_2.jpg') repeat-x top right;*/
}



#mytabs2 .mootabs_panel {
	display: none;
	position: relative;
	width: 290px;
	top: -3px;
	font-family: "Arial";
	clear: both;
	color: #666;
	overflow: hidden;
	padding: 5px 5px 0 5px;
	font-size: 12px;
	
	/*
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	*/
	
	
}

#mytabs2 .mootabs_panel.active {
	/* background-color: #f6f5f3; */
	display: block;
	
	/*
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	*/
	
}

#mytabs2 .mootabs_title li.over {
	text-decoration: underline;
}

#mytabs2 #pestanas {
height: 28px;
font-size: 14px;
/* background: #FcFcFc url('../images/fondo_pestanas.jpg') repeat-x 0 0; */
}

#mytabs2 h1 {
font-size: 14px;
margin: 5px 0 5px 0;
color: #000;
}

#mytabs2 img {
float: left;
padding: 0 5px 5px 0;
}

#mytabs2 #pestanas .pes_coches {
background-color: #FE8E00;
color: #000;
}

#mytabs2 #pestanas .pes_concesionarios {
background-color: #023199;
color: #FFF;
}

#mytabs2 .panel_coches {
background-color: #FE8E00;
}
#mytabs2 .panel_concesionarios {
background-color: #023199;
}