/* General Formatting - DO NOT TOUCH UNCOMMENTED LINES UNLESS YOU KNOW WHAT YOU ARE DOING! */

  body {
/* Background Picture */
/* background: url('bg/new.jpg'); */
/* Font Color */
	color: #ffffff;
/* Font Type */
   cursor:default;
	position:relative;
	overflow:hidden;
	font-family:Aldo, Arial, Helvetica, sans-serif;
	opacity:.2;
	-webkit-user-select: none;
}
  font-size: small;
}
ul.videos li {
  float: left;
  width: 10em;
  margin-bottom: 1em;
}
ul.videos
{
  margin-bottom: 1em;
  padding-left : 0em;
  margin-left: 0em;
  list-style: none;
}

#tablist, #t2 {
  padding: 3px 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0.1em;
  font: bold 12px Verdana;
}

#tablist li, #t2 li {
  list-style: none;
  top:0px;
  left:0px;
  display: inline;
  margin: 0;
}

#tablist li a, #t2 li a {  //Button side strip color
  text-decoration: none;
  padding: 3px 0.5em;
	 font-weight:bold;
	 font-size:15px;
  margin-left: 3px;
  border: 2px solid #EBEBB5;
  background:#219134;
}

#tablist li a:link, #tablist li a:visited {  //Button color
  color: #30fff0;
  background:#21ad34;
}

#tablist li a:hover, #t2 li a:hover{  //Button hover color
  color: #ffffff;
  background: rgba(0,00,0,0.8);;
  border-color: #219134;
}

#tablist li a.current, #t2 li a.current {
  background: lightyellow;
}

#jHelperTipAttrContainer {
	-webkit-transition-property: none;
	 background:rgba(0,0,0,0.8);
	 z-index:0;
	 color:#0F0;
	 font-weight:bold;
	 font-size:26px;
	 text-shadow:1px 1px 0px #000;
	 -webkit-border-radius:2px;
	 display:none;
	 padding:1px 5px;
	 -webkit-box-shadow:0px 0px 3px 1px #FFF;
   }
#legend {
	-webkit-transition-property: none;
	 background:rgba(0,0,0,0.5);
	 z-index:0;
	 color:#0F0;
	 text-shadow:1px 1px 0px #000;
	 -webkit-border-radius:2px;
	 padding:1px 1px;
	 -webkit-box-shadow:0px 0px 2px 1px #FFF;
   }
.enlace !important
{

}

a {
/* Link Color */
	color: #ffff00;  //Button face
/* Link Size */
	font-size: 13px;
/* Link Text Decoration - underline, overline, etc. */
	text-decoration: none;
}

 img.icon {
    float: left;
	 width: 80px;
	 height: 50px;
	 margin-left: 15px;
	 margin-bottom: 15px;
    position: relative;
}

.comment {
/* Title Font Size */
	font-size: 12px;
	margin-bottom: 7px;
}
select {
   position: absolute;
	float: right;
   color: #0f0f0f;
	width: 275px;
	padding-left: 5px;
}
#search {
	position: absolute;
/* Search Block Position from top edge */
	top: 50px;
/* Search Block Position from left edge */
	left: 780px;
/* Search Block Left Border */
/*	border-left: 4px solid #ff0000;*/
	width: 275px;
	height: 53px;
	padding-top: 27px;
	padding-left: 5px;
}

#button {
   position:relative;
/* Searchbox Border */
	border: 1px solid #ffffff;
/* Searchbox Background Color */
	background: #B85B14;
/* Searchbox Text Color */
	color: #ffffff;
	top:-25px;
	left:0px;
	width: 65px;
	height: 20px;
}
.link {
   position:relative;
/* Searchbox Border */
	border: 1px solid #ffffff;
/* Searchbox Background Color */
	background: #B85B14;
/* Searchbox Text Color */
	color: #ffffff;
	top:-25px;
	left:0px;
	width: 100px;
	height: 20px;
}

input {
   position:relative;
/* Searchbox Border */
	border: 1px solid #ffffff;
/* Searchbox Background Color */
	background: #212127;
/* Searchbox Text Color */
	color: #ffffff;
	top:-25px;
	left:0px;
	width:200px;
}