body{
  background-color: #232323;
}

#container{
  margin: auto;
  width: 580px;
}

.searchpane{
    position: relative;
	margin-top:5px;
    background-color: #212121;
    padding: 10px;
    border-top:1px solid #333;
    border-left: 1px solid #333;
    border-bottom: 1px solid #111;
    border-right: 1px solid #111;
    color: #ccc;
    font-family: helvetica, tahoma, verdana;
    font-size: 10pt;
}


.buttonpane{
	text-align:center;
	margin-top:5px;
    background-color: #212121;
    padding: 10px;
}
.panel-wrap{
	margin-bottom:10px;
    height: auto;
}
.panel{
	padding:15px;
	text-align:justify;
	border-left:solid 1px #333;
	border-right:solid 1px #333;
	border-bottom:solid 1px #333;
}
#noticias{
	background: #232323;
	padding:15px 20px 8px 20px;
    color: #fff;
    font-family: verdana;
    font-size: 8pt;
}
#noticias-cont{
  position: relative;
}
#noticias-cont div.articulo{
    width:530px;
    height:250px;
}
#noticias .titulo{
	text-align:left;
}
div.newspic{
	float:right;
	margin-left:10px;
	border:solid 2px #bbb;
}

.titulo{
	font-family:"Lucida Grande","Lucida Sans Unicode","bitstream vera sans","trebuchet ms",verdana,arial,sans-serif;
}

.tit3{ font-size:12px; color:#FF6600; text-transform:uppercase; }

/* Enlaces */
a{ text-decoration:none; font-family:Verdana, Arial, Helvetica, sans-serif; }
a:link{ color:white; }
a:hover{ color:white; }
a:active{ color:white; }
a:visited{ color:white; }
/* Imágenes */
img{ border:none; }

pre{
  white-space: pre-wrap;
  /*white-space: -moz-pre-wrap !important;*/ /* Mozilla, since 1999 */
  /*white-space: -pre-wrap;*/ /* Opera 4-6 */
  /*white-space: -o-pre-wrap;*/ /* Opera 7 */
  /*word-wrap: break-word;*/ /* Internet Explorer 5.5+ */
  font-family: verdana;
  font-size:8pt;
  color: #FFF;
}

input.text, select.text{
  color: #FF6600;
  background-color: #444;
  border-top: 1px solid #111;
  border-left: 1px solid #111;
  border-bottom: 1px solid #666666;
  border-right: 1px solid #666666;
  font-size: 8pt;
}

.picGal{
  border: 2px solid #FF3300;
  cursor: pointer;
}

/* area de las 10 grandes */

#topTen{
    position: absolute;
    left: 6px;
    top: 330px;
    width: 171px;
    font-family: Verdana;
    color: #fff;
    z-index: 100;
    text-align: left;
}

#topTen a{
  font-family: verdana;
  font-size: 8pt;
  color: #ff6600;
  text-decoration: none;
}

#topTen a:hover{
  text-decoration: underline;
}


#topTen table tr{
  background-color: #232323;
}

#topTen table tr:hover{
  background-color: #4A4A4A;
}


#topTen table tr.space{
  background-color: #101010;
  font-size: 3px;
  line-height: 3px;
}


#topTen table tr td.pos{
  color: #FF6600;
  font-size: 28px;
  font-family: CordiaUPC;
}

/* area del popupVotar */

#popupVotar{
  width: 289px;
  position: relative;
}

#popupVotar #head{
  width: 293px;
  height: 50px;
  background-image: url(../popupImages/head.png);
  background-repeat: no-repeat;
}

#popupVotar #bodyV{
  width: 293px;
  background-image: url(../popupImages/body.png);
  background-repeat: repeat-y;
}

#popupVotar #bodyV table tr td{
  font-family:verdana;
  font-size: 7pt;
  color: #fff;
}


#popupVotar #pie{
  width: 293px;
  height: 24px;
  background-image: url(../popupImages/pie.png);
  background-repeat: no-repeat;
}


/* ------------------------------------------------------ */