/* CSS Document */
/* Edutube styles
/*- Menu Tabs --------------------------- */
 /*- Menu Tabs F--------------------------- */
/* Esto hace posible que solo se vea uno de los contenidos*/

body
{
text-align:center;
}


/*--------------------------------------------------
  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:1em;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{
 margin:0;
 padding: 3px 0;
 /*border-bottom: 1px solid #877;*/
 font: bold 12px Verdana, sans-serif;
}

ul.tabbernav li
{
 list-style: none;
 margin: 0;
/* display: inline;*/
}

ul.tabbernav li a
{
 /*padding: 3px 0.5em;
 margin-left: 3px;
 /*border: 1px solid #877;
 border-bottom: none;*/
 background: #EDD;
 text-decoration: none;
}

ul.tabbernav li a:link { color: #844; }
ul.tabbernav li a:visited { color: #766; }

ul.tabbernav li a:hover
{
 color: #FFF;
 background:#990000;
 border-color:#CC0000;
}

ul.tabbernav li.tabberactive a
{
 background-color: #fff;
 border-bottom: 1px solid #fff;
}

ul.tabbernav li.tabberactive a:hover
{
 color: #000;
 background: white;
 border-bottom: 1px solid white;
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
 padding:5px;
 border:1px solid #aaa;
 /*border-top:0;*/
 float:left;
 width:95%;
 /* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height */

 height:300px; 

 /* If you set a fix height set overflow to auto and you will get a
    scrollbar when necessary */

  overflow:auto; 
}

/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 {
 display:none;
}
.tabberlive .tabbertab h3 {
 display:none;
}


#tabvista {
    float:left;
    width:100%;
    background:white;
    font-size:93%;
    line-height:normal;
    }

#tabvista ul {
    margin:0;
	padding:10px 10px 0;
    list-style:none;
    }
  
#tabvista li {
    float:left;
	background:url("../images/norm_left.gif")
      no-repeat left top;
    margin:0;
	padding:0 0 0 9px;
    }

#tabvista ul.tabbernav a {
    display:block;
	background:url("../images/norm_right.gif")
      no-repeat right top;
	padding:5px 15px 4px 6px;
	color:#FFFFFF;
    }
	
#tabvista li.tabberactive {
    background-image:url("../images/norm_left_on.gif");
    }
#tabvista li.tabberactive a {
    background-image:url("../images/norm_right_on.gif");
	color:#000000;	
    }
	
td {
	background: #fff;
	padding: 6px 6px 6px 12px;
	color:#905430;
}


td.alt {
	background: #FAF5F5;
	color: #797268;
}

	
/*
Aqui termina el tabber
*/

#WholePage
{
	width: 800px;
	margin: 0 auto;
	border: 1px 1px 1px 1px solid #cccccc;

}
#container {
	text-align:left;
	width:100%;

}
#titulo 
{
	width:650px;
	text-align:left;
}

#subcontainer1 {
	width:100%;
	float:left;
}

#subcontainer2 {
	width:62%;
	float:left;
}

#subcontainer3 {
	padding-left:5px;
	width:35%;
	float:left;
}

#encabe {
	text-align:left;
	float: left;
	width: 75%;
}

#enlaces {
	text-align:left;
	float:left;
	width: 25%;
}
li.digg-it {
	list-style: none;
	margin-top: 1px;
	padding: 1px 1px 5px 0;
	float: left;
	background: url(../images/digg-box-2.gif) 100% 100%;
} /*IE6*/


table.sample {
	border-width: 1px 1px 1px 1px;
	border-spacing: 1px;
	border-style: none none none none;
	border-color: white white white white;
	border-collapse: separate;
	background-color: white;
}
table.sample td {
	border-width: 2px 2px 2px 2px;
	padding: 5px 5px 5px 5px;
	border-style: groove groove groove groove;
	border-color: #CC3300;
	background-color: white;
	-moz-border-radius: 6px 6px 6px 6px;
}

table.sample th {
	border-width: 2px 2px 2px 2px;
	padding: 5px 5px 5px 5px;
	border-style: groove groove groove groove;
	border-color: #cc3300;
	background-color: #FFEAEA;
	-moz-border-radius: 6px 6px 6px 6px;
}
