#opciones_cabecera{
  display:block;
  width:890px;
  border-top:1px solid #000;
  border-bottom:1px solid #000;
  height:23px;
  font-size:10px;
  color:#fff;
  float:left;
}

#opciones_cabecera ul{
 display:block;
 margin:0px;
 padding:0px;
 list-style:none;
 background:url("../images/bg_opciones1.jpg") repeat-x;
 height:23px;
}

#opciones_cabecera ul li{
  display:block;
  float:left;
  height:16px;
  width:130px;
  text-align:center;
  margin-top:4px;
  border-right:1px solid #000;
}

#opciones_cabecera ul li.inicio{
  display:block;
  float:left;
  text-align:center;
  background:url("../images/bg_opciones1.jpg") repeat-x;
  height:16px;
  width:50px;
}

#opciones_cabecera ul li.uoc{
  display:block;
  float:left;
  text-align:center;
  background:url("../images/bg_opciones1.jpg") repeat-x;
  height:16px;
  width:52px;
  border-right:none;
}

#opciones_cabecera ul li a{
  color:#fff;
  text-decoration:none;
}

#opciones_cabecera ul li.uoc a{
  display:block;
  background:url("../images/uoc1.jpg") no-repeat top center;
  width:34px;
  height:10px;
  margin:2px auto 0px auto;
}

.searchLeft{
  background:url("../images/esquina1.gif") no-repeat top left;
}

.searchRight{
	background:#CCCEE6;
}

