@charset "utf-8";
/* CSS Document */
/*AGOTADO mid*/
.imageMid           { position: relative; width: 100%; }
h2                  { position: absolute; top: 50px; width: 100%; left:12px; text-decoration:none; }
h2 span             { color: red; font: bold 18px/45px Helvetica, Sans-Serif; letter-spacing: -1px;  
                      background: rgb(0, 0, 0); background: rgba(0, 0, 0, 0.7); padding: 10px; text-decoration:none; 
					  /* for IE */
					  filter:alpha(opacity=70);
					  /* CSS3 standard */
					  opacity:0.7;
					  color: red;
					  }
h2 span.spacer      { padding: 0 2px; background: none; color: red; }
h2 a{
	color: white;
	text-decoration:none;
}


