#catfish {
position:fixed;
bottom:0;
background:  url(imagenes/alerta_fondo.gif) repeat-x bottom;
padding:0;
height: 107px;  /* includes transparent part */
margin: 0; 
width:100%;
color:#fff;
z-index: 100;
}

#catfish #catfish_c {
	height:100%;
	position:relative;
	min-width: 760px;
}

#catfish p {
	position:absolute;
	right:10px;
	bottom:10px;
	margin:0;	
}

#catfish a {
	color:#fff;
}

#catfish a:hover {
	text-decoration:none;
}
#catfish h2 {
	font-size:1.9em;
	position:absolute;
	top:60px;
	left:200px;
	margin:0;
}

#catfish h2 a {
	color:#FF6600;
}

#catfish h2 a:hover {
	text-decoration:none;
}
html {
padding:0 0 58px 0; /* 58px = height of the opaque part of the Catfish */
}