h1 {
  background-image:url("texto.png");
  background-repeat:no-repeat;
  height:73px;
  width: 798px;
  margin: 0 auto;
  margin-top: 30px;
  }

span {display:none;}

img {border:none;}

ul.gallery {
        width: 680px;
        list-style: none;
        margin: 0 auto; padding: 0;
}
ul.gallery li {
        float: left;
        margin: 10px; padding: 0;
        text-align: center;
        border: 1px solid #ccc;
        -moz-border-radius: 3px; /*--CSS3 Rounded Corners--*/
        -khtml-border-radius: 3px; /*--CSS3 Rounded Corners--*/
        -webkit-border-radius: 3px; /*--CSS3 Rounded Corners--*/
        display: inline; /*--Gimp Fix aka IE6 Fix--*/
        border-width:thick;
        border-color:#FFFFFF;
}
ul.gallery li a.thumb {
        width: 300px;
        height: 250px;
        border: 5px solid #333;
}
ul.gallery li span { /*--Used to crop image--*/
        width: 300px;
        height: 250px;
        overflow: hidden;
        display: block;
}
ul.gallery li a.thumb:hover {
        background: #333;
}
ul.gallery li h2 {
        font-size: 1em;
        font-weight: normal;
        text-transform: uppercase;
        margin: 0; padding: 10px;
        background: #f0f0f0;
        border-top: 1px solid #fff; /*--Subtle bevel effect--*/
}
ul.gallery li a {text-decoration: none; color: #777; display: block;}

.clear {
	clear: both;
}

.credito {
	margin: 0 auto;
	width: 798px;
	text-align: center;
	color: #999;
	font-family: Verdana, Geneva, sans-serif;
	font-size: .8em;
}

.credito a{
	text-decoration: none;
	color: #666;
}

.credito a:hover{
	background-color: #FF0;
}
