@charset "UTF-8";
/* CSS Document */

@import url(http://fonts.googleapis.com/css?family=Righteous);
@import url(http://fonts.googleapis.com/css?family=Henny+Penny);


#cabecera {
	font-family:"Henny Penny","Righteous", "Trebuchet", "Verdana", "Geneva", sans-serif;
	font-size:0.8em;
	line-height:14px;
	font-style:italic;
	font-weight:bold;
}

div.hola {
	cursor:pointer;
	cursor:hand;
}