﻿@charset "UTF-8";


.TabbedPanels {
	margin: 0px;
	padding: 0px;
	float: left;
	clear: none;
	width: 100%; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
}


.TabbedPanelsTabGroup 
{
	margin: 0px;
	padding: 0px;
	
}

.TabbedPanelsTab 
{
	font-family:Arial;
	font-size:12px;
	position: relative;
	float: left;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	list-style: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;


}

.TabbedPanelsTabHover {
	
}

.TabbedPanelsTabSelected 
{
	background-color:Transparent;
	font-weight:bold;
	
}


.TabbedPanelsTab a {
	color: black;
	text-decoration: none;
	
}

.TabbedPanelsContentGroup 
{
	background-color:Transparent;
	
}

.TabbedPanelsContent 
{
background-color:Transparent;
	padding: 0px;
	border-left:1px solid gray;
	border-bottom:1px solid gray;
	border-top:1px solid gray;
}

.TabbedPanelsContentVisible {
}


.VTabbedPanels .TabbedPanelsTabGroup 
{
	float: right;
	width: 250px;
	position: relative;
}

/* This selector disables the float property that is placed on each tab button
 * by the default TabbedPanelsTab selector rule above. It also draws a bottom
 * border for the tab. The tab button will get its left and right border from
 * the TabGroup, and its top border from the TabGroup or tab button above it.
 */
.VTabbedPanels .TabbedPanelsTab {
	float: none;
	margin: 0px;
	height:64px;
	border-left: solid 1px #918b8b;
	border-right: solid 1px #918b8b;
	border-bottom: solid 1px #918b8b;
	background-color:#dededd;
	color:#4f4f4f;
	padding:5px 5px 5px 5px;
}

/* This selector disables the float property that is placed on each tab button
 * by the default TabbedPanelsTab selector rule above. It also draws a bottom
 * border for the tab. The tab button will get its left and right border from
 * the TabGroup, and its top border from the TabGroup or tab button above it.
 */
.VTabbedPanels .TabbedPanelsTabSelected {
	border: solid 1px #114261;
	color:White;
	background-image:url('/onda/recursos/imagenes/fondo_vitrina.gif');
}

/* This selector floats the content panels for the widget so that they
 * render to the right of the tabbed buttons.
 */
.VTabbedPanels .TabbedPanelsContentGroup 
{
	overflow:auto;
	padding: 0px;
}


.TabbedPanels2 {
	margin: 10px;
	padding: 10px;
	float: left;
	clear: none;
	width: 100%; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
}


.TabbedPanelsTabGroup2 {
	margin: 0px;
	padding: 0px;
}

.TabbedPanelsTab2 {
	position: relative;
	top: 1px;
	float: left;
	padding: 10px;
	margin: 5px;
	background-color: #248cc1;
	list-style: none;
	border-left: solid 0px #CCC;
	border-bottom: solid 0px #999;
	border-top: solid 0px #999;
	border-right: solid 0px #999;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
}


.TabbedPanelsTabHover2 {
	background-color: Transparent;
}


.TabbedPanelsTabSelected2 {
	background-color: white;
	color:#212224;
	border-bottom: 0px solid #EEE;
}


.TabbedPanelsTab2 a {
	/*color: black; */
	text-decoration: none;
}

.TabbedPanelsContentGroup2 {
	clear: both;
	border-left: solid 0px #CCC;
	border-bottom: solid 0px #CCC;
	border-top: solid 0px #999;
	border-right: solid 0px #999;
	background-color: transparent;
}


.TabbedPanelsContent2 {
	padding: 0px;
}


.TabbedPanelsContentVisible2 {
}

/*SLIDE */
.SlidingPanels {
	position: relative;

	height: 150px;
	padding: 0px;
	border: none;
}

.SlidingPanelsContentGroup {
	position: relative;

	margin: 0px;
	padding: 0px;
	border: none;
}

.SlidingPanelsContent {

	height: 150px;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	border: none;
}

.SlidingPanelsAnimating * {
	overflow: hidden !important;
}

.SlidingPanelsCurrentPanel {
}

.SlidingPanelsFocused {
}


#example2.SlidingPanels {
	float: left;
	overflow: hidden;
}
#example2 .SlidingPanelsContentGroup {
	float: left;
	width: 10000px;
	
}
#example2 .SlidingPanelsContent {
	float: left;
	width: 600px;
}


 
/* PANELES PARA MULTIMEDIA */
 
.TabbedPanelsAud {
	margin: 0px;
	padding: 0px;
	float: left;
	clear: none;
	width: 100%; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
}


.TabbedPanelsTabGroupAud {
	margin: 0px;
	padding: 0px;
}

.TabbedPanelsTabAud
{
	width:130px;
	position: relative;
	top: 1px;
	float: left;
	padding:7px;
	margin: 0px 1px 0px 0px;
	background-color: #248cc1;
	list-style: none;
	border-left: solid 1px #CCC;
	border-bottom: solid 1px #999;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	color:White;
}

.TabbedPanelsTabHoverAud {
	background-color: #FFFFFF;
}

.TabbedPanelsTabSelectedAud {
	background-color: #FFFFFF;
	border-bottom: 0px solid #EEE;
}


.TabbedPanelsTabAud a {
	color: black;
	text-decoration: none;
}


.TabbedPanelsContentGroupAud {
	clear: both;
	border-left: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	background-color: Transparent;
}


.TabbedPanelsContentAud {
	padding: 4px;
}


.TabbedPanelsContentVisibleAud {
}



.TabbedPanelsVid {
	margin: 0px;
	padding: 0px;
	float: left;
	clear: none;
	width: 100%; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
}


.TabbedPanelsTabGroupVid {
	margin: 0px;
	padding: 0px;
}


.TabbedPanelsTabVid {
	width:90px;
	position: relative;
	top: 1px;
	float: left;
	padding:7px;
	margin: 0px 1px 0px 0px;
	background-color: #248cc1;
	list-style: none;
	border-left: solid 1px #CCC;
	border-bottom: solid 1px #999;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	color:White;
	text-align:center;
}


.TabbedPanelsTabHover {
	background-color: #FFF;
	color:Black;
}

.TabbedPanelsTabSelected {
	background-color: #FFF;
	border-bottom: 0px solid #EEE;
	color:Black;
}

/* This selector is an example of how to make a link inside of a tab button
 * look like normal text. Users may want to use links inside of a tab button
 * so that when it gets focus, the text *inside* the tab button gets a focus
 * ring around it, instead of the focus ring around the entire tab.
 */
.TabbedPanelsTabVid a {
	color: black;
	text-decoration: none;
}

/* This is the selector for the ContentGroup. The ContentGroup container houses
 * all of the content panels for each tabbed panel in the widget. For our
 * default style, this container provides the background color and borders that
 * surround the content.
 *
 * The name of the class ("TabbedPanelsContentGroup") used in this selector is
 * not necessary to make the widget function. You can use any class name you
 * want to style the ContentGroup container.
 */
.TabbedPanelsContentGroupVid {
	clear: both;
	border-left: solid 0px #CCC;
	border-bottom: solid 0px #CCC;
	border-top: solid 0px #999;
	border-right: solid 0px #999;
	background-color: #fff;
}

/* This is the selector for the Content panel. The Content panel holds the
 * content for a single tabbed panel. For our default style, this container
 * provides some padding, so that the content is not pushed up against the
 * widget borders.
 *
 * The name of the class ("TabbedPanelsContent") used in this selector is
 * not necessary to make the widget function. You can use any class name you
 * want to style the Content container.
 */
.TabbedPanelsContentVid {
	padding: 0px;
}

/* This selector is an example of how to change the appearnce of the currently
 * active container panel. The class "TabbedPanelsContentVisible" is
 * programatically added and removed from the content element as the panel
 * is activated/deactivated.
 */
.TabbedPanelsContentVisible {
}



