/*

.tip {

font:10px/12px mArial,Helvetica,sans-serif; 

border:solid 1px #666666; 

width:270px; 

padding:1px;

position:absolute; 

z-index:100;

visibility:hidden; 

color:#333333; top:20px;

left:90px; 

background-color:#ffffcc;

layer-background-color:#ffffcc;

}

*/



body {

  background-color: #fff;

  color: black;

  font-family: Verdana, Arial, sans-serif;

  margin: 10px;

  font-size:12px;

  padding:0px;

  margin:0px;

}

h1 {

  margin: 1em 0 1.5em;

  font-size: 18px;

}

p {

  margin: 0;

}

img{ border:0}





a, a:active {

  font-weight: normal;

  color: #000;

}

a:visited {

  color: #000;

}

a:hover {

  color: #666;

}





#videos{

  background: #000;

  padding:6px;

  margin-top:10px;

}

#videos img{

  border: 6px solid #000;

}



#content{

  padding-top:10px;

}



.gsc-control { width : 60px; }

#searchcontrol form.gsc-search-box { display : none; }

 



#lista {

    list-style: none;

    margin: 0;

}

#lista:after { /* clearing without presentational markup, IE gets extra treatment */

    display: block;

    clear: both;

    content: " ";

}

#lista li {

    float: left;

    min-width: 70px; /* be nice to Opera */

}

#lista a, #lista a span {

    /* display: block; */

	font-size:12px;

    padding: 0 18px;

    /* background: url(tab.png) no-repeat; */

}

#lista a {

    margin: 1px 0 0; /* position: relative makes opacity fail for disabled tab in IE */

    padding-left: 0;

    color: #265379;

    font-weight: bold;

    line-height: 1.3;

    text-align: center;

    text-decoration: none;

    white-space: nowrap; /* required in IE 6 */    

    outline: 0; /* prevent dotted border in Firefox */

}

#lista #lista-selected a {

    position: relative;

    top: 1px;

    z-index: 2;

    margin-top: 0;

    color: #000;

}

#lista a span {

    width: 64px; /* IE 6 treats width as min-width */

    min-width: 64px;

    height: 18px; /* IE 6 treats height as min-height */

    min-height: 18px;

    padding-top: 6px;

    padding-right: 0;

}





#lista #lista-selected a:link, #lista .ui-tabs-selected a:visited {

    cursor: text;

}

#lista a:hover, #lista a:focus, #lista a:active {

    cursor: pointer;

}



/* Additional IE specific bug fixes... */

* html #lista { /* auto clear, @ IE 6 & IE 7 Quirks Mode */

    display: inline-block;

}

*:first-child+html #lista { /* @ IE 7 Standards Mode - do not group selectors, otherwise IE 6 will ignore complete rule (because of the unknown + combinator)... */

    display: inline-block;

}


