/* tabber
----------------------------------------------- */


/* $Id: example.css,v 1.3 2006/03/06 06:02:28 pat Exp $ */
/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
.tabberlive .tabbertabhide { display:none; }

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber {}
.tabberlive {  margin-top: 1.5em;}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav{
	margin:0;
	padding: 3px 0;
	border-bottom: 1px solid #ccc;
	font: 11px "Trebuchet MS", "Tahoma", "Helvetica", "Arial", sans-serif;	
}

ul.tabbernav li{
	list-style: none;
	padding: 0;
	margin: 0;
	line-height: 1.0em;
	display: inline;
	}

ul.tabbernav li a{
	padding: 3px 0.5em;
	margin-right: 3px;
	border: 1px solid #999;
	border-bottom: 1px solid #ccc;
	background: #ccc;
	text-decoration: none;
	color:#fff;
	}

ul.tabbernav li a:link { color: #fff; }
ul.tabbernav li a:visited { color: #fff; }

ul.tabbernav li a:hover{
	color: #000;
	background-color: #fff;
	}

ul.tabbernav li.tabberactive a{
	color: #333;
	border: 1px solid #ccc;
	border-bottom: none;
	background-color: #fff;
	border-bottom: 2px solid #fff;
	cursor: default;
	}

ul.tabbernav li.tabberactive a:hover{
	color: #000;
	background-color: #fff;
	xborder-bottom: 1px solid white;
}



/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
 padding: 8px;
 border:1px solid #ccc;
 background-color: #fff;
 border-top:0;
}

/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 {
 display:none;
 color: #000;
}

/* If desired, set a height and add a scrollbar */
.tabberlive#tab2 .tabbertab{
 height:200px;
 overflow:auto;
}

.tabberlive .tabbertab h3 {
	padding: 0;
	margin: 0;
	color: #000;
	}

.tabbertab ul {   
	margin:0px;
  	padding:0px;
    list-style: none;
    list-style-position: outside;
	}
.tabbertab li {padding:5px 0px 5px 15px; background:url(../img/cuadrado.gif) no-repeat 0px 7px;font: normal 11px arial;}

#exter {height: 472px; overflow: hidden; position: relative;background-color:#000;padding-top:12px;}
#exter[id] {display: table; position: static;}

#centro {position: absolute; 
/* top: 50%; */} /* Solo para explorer*/
#centro[id] {display: table-cell;/* vertical-align: middle; */ position: static;}

#dynloadarea {position: relative; /* top: -50%;*/  width:472px;text-align:center;background-color:#000;text-align:center;} /* Solo para explorer */
/* opcional: #dynloadarea[id] {position: static;} */
#botonera a#video, #botonera a#video:link, #botonera a#video:visited {padding:3px 8px;color:#ffffff;background-color:#000000;}
#botonera a#video:hover {background-color:#C01E26;color:#FFFFFF}
#listimg { width:400px; line-height:1.3;}
.nameimg { float:left; height:30px; padding:0 5px 0 0;}
#video{
    background-color:#000000;
    color:#FFFFFF;
    float:right;
    margin-right:2px;
    padding:2px 5px;
    text-decoration:none;
}
a#video,a#video:link,a#video:visited,a#video:hover{
    color:#ffffff;
}
