body{
  background: #ffffff/*89B3DD /*#ffffff url("http://www.unexpo.edu.ve/principal/img/bg.gif") repeat-x*/;
}

.cuerpo{
  background: #ffffff;
  width:770px;
  text-align:center;
  position: relative;
  z-index: 10;
}

.glossymenu{
  margin: 5px 0;
  padding: 0;
  width: 240px; /*width of menu*/
  border: 0px solid #9A9A9A;
  border-bottom-width: 0;
}
 
.glossymenu a.menuitem{
  background: #fff url("http://www.unexpo.edu.ve/principal/img/img/boton.jpg") no-repeat;
  font: bold 14px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
  color: white;
  display: block;
  position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
  width: auto;
  padding: 4px 0;
  padding-left: 15px;
  text-decoration: none;
}
  
.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
  color: white;
}
 
.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
  position: absolute;
  top: 5px;
  right: 5px;
  border: none;
}
 
.glossymenu a.menuitem:hover{
  /*background-image: url(glossyback2.gif);*/
  background-image: url("http://www.unexpo.edu.ve/principal/img/img/boton-claro.jpg");
  background-color: #ffffff;
}
 
.glossymenu div.submenu{ /*DIV that contains each sub menu*/
  background: white;
}
 
.glossymenu div.submenu ul{ /*UL of each sub menu*/
  list-style-type: none;
  margin: 0;
  padding: 0;
}
 
.glossymenu div.submenu ul li{
  border-bottom: 1px solid #CCCCCC/*0066CC*/;
}
 
.glossymenu div.submenu ul li a{
  display: block;
  font: normal 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
  color: black;
  text-decoration: none;
  padding: 2px 0;
  padding-left: 10px;
}
 
.glossymenu div.submenu ul li a:hover{
/*background: #DFDCCB;*/
  background: #ffffff;
  colorz: white;
}

/*Otra seccion*/ 
img{
  border:0;
  text-decoration: none;
}
a, a:visited {
	color:#000;	
	text-decoration: none;
}

.botones {
	font-family: Zurich Cn Bt;
	font-size: 11.5pt;
	background-image:url("/img/img/boton.jpg");
	background-repeat:no-repeat;
	padding-left:20px;	
	padding-top:5px;
	padding-bottom:5px; text-decoration: none;
}

.bot {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11.5pt;
	color:#006699;
	background-image:url("img/img/b-separador.jpg");
	background-repeat:no-repeat;
	padding-left:20px;	
	padding-top:5px;
	padding-bottom:5px;
}

 
/*Otra seccion*/ 
 
.stepcarousel{
  position: relative; /*leave this value alone*/
  /*border: 10px solid black;*/
  overflow: scroll; /*leave this value alone*/
  width: 760px; /*Width of Carousel Viewer itself*/
  height: 120px; /*Height should enough to fit largest content's height*/
}
 
.stepcarousel .belt{
  position: absolute; /*leave this value alone*/
  left: 0;
  top: 0;
}
 
.stepcarousel .panel{
  float: left; /*leave this value alone*/
  overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
  margin: 5px; /*margin around each panel*/
  width: 120px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
  background:#f2f2f2;
}
