/* CSS Document */
      body {
      margin: 0px;
      padding: 0px;
      background: #000 url(../images/logobfondo.jpg) no-repeat fixed right top;
      color: white;
      position: absolute;
      width: 100%;
      height: 100%;
      cursor: crosshair;
      font: 12px/16px "Arial narrow", Arial, Helvetica, sans-serif;
      }
      img {
      border: none;
      }
	  .galeriablog {
      position:absolute;
      top:50%;
      left:50%;
      width:562px;
      margin-left:-281px;
      height:488px;
      margin-top:-244px;
      }
      .galerias {
      text-align: center;
      margin-top: 4%;
      margin-bottom: 0.5%;
      }
      .musica {
      text-align: center;
      margin-top: 0.5%;
      }
      .resalta {
      background: #fff;
      color: black;
      font-weight: bold;
      text-align: center;
      font-size: 110%;
      }	
      a.linkopacity img {
      filter:alpha(opacity=50);
      opacity: 0.5;
      }
      a.linkopacity:hover img {
      filter:alpha(opacity=100);   
      opacity: 1.0;
      }
      a { text-decoration: none; color:#fff; background: #000;}
      a:hover	{ text-decoration: none; background-color:#ff0000; color:#fff;}
      a:visited { text-decoration: none; background: #000; color:#fff;}
      a:visited:hover { text-decoration: none; background-color:#ff0000; color:#fff;}

