/* Caja principal */
.macbox {
  background:url("../images/box/box_middle.png") repeat-y scroll 0 0 #FFFFFF;
  margin-top: 10px;
  margin-left:-2px;
  padding:0 2px;
  position:relative;
  width:960px;
  float: left;
}
.macbox .cap {
  left:0;
  position:absolute;
  width:100%;
}
.macbox .cap.top {
  background:url("../images/box/box_top_cap.png") no-repeat scroll 0 0 transparent;
  height:5px;
  top:0;
}
.macbox .cap.bottom {
  background:url("../images/box/box_bottom_cap.png") no-repeat scroll 0 0 transparent;
  bottom:0;
  height:7px;
}

/* fila de cajas secundarias */
.mini-macrow {
  float: left;
  clear: both;
  padding: 10px 0;
  width: 960px;
}

.mini-macrow h1 {
  font-variant: small-caps;
}

/* cajas secundarias */
.mini-macbox {
/*  background:url("/images/box/mini_box_middle.png") repeat-y scroll 0 0 #FFFFFF;*/
  float:left;
  position:relative;
  width:466px;
  height:270px;
  padding:0;
  margin:5px;
  overflow:hidden;
  border-bottom: 1px solid #444444;
  border-right: 1px solid #AAAAAA;
}

.mini-macbox .middle {
  background:url("../images/box/mini_box_background_servicios.png") repeat-x scroll left top #FFFFFF;
  position:absolute;
  height:350px;
  width:466px;
  left:0;
  /*  top:0;*/
  z-index:10;
}

.mini-macbox .middle img {
  margin:0 0 0 15px;
}

.mini-macbox .middle h2 {
  color:#000000;
  font-family:"Myriad Pro","Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,sans-serif; 
  font-size:1.6em;
  font-weight:500; 
  line-height:1em;
  /*  margin:-13px auto 20px;*/
  margin: 18px 10px 30px;
  position:relative;
  text-align: center;
  font-style: normal;
}

.mini-macbox .moved {
  top:-210px;
}
.mini-macbox .unmoved {
  top:0px;
}

.mini-macbox .cap {
  left:0;
  position:absolute;
  width:100%;
}
.mini-macbox .cap.top {
  background:url("../images/box/box_top_cap.png") no-repeat scroll 0 0 transparent;
  height:5px;
  top:0;
}
.mini-macbox .cap.bottom {
  background:url("../images/box/box_bottom_cap.png") no-repeat scroll 0 0 transparent;
  bottom:0;
  height:7px;
}

.mini-macbox p {
  padding: 0.5em;
  color: #444;
  font-style: italic;
}