/*body*/
body {
	background-color :#FFF7E1;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
html, body {
	height:100%;
}
/*fonts*/
.titles {
	font-family: Candara;
	font-size: 17px;
	color: #475874;
}
.text {
	font-family: Candara;
	font-size: 15px;
	color: #475874;
}
.signature {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #475874;
}
.info {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #475874;
}
/*links*/
.mylink img {
	border: thin;
}
.mylink {
	border: thin #000000;
}
.mylink:hover {
	border: thin #000000;
}
a:link {
	color: #475874;
	text-decoration: none;
}
a:visited {
	color: #475874;
	text-decoration: none;
}
a:hover {
	color: #cd9e3a;
	text-decoration: underline;
}
a:active {
	color: #cd9e3a;
	text-decoration: none;
}
/* Galeria CSS */
.thumbnail {
	position: relative;
	z-index: 0;
	margin: 0px 5px 5px 0px;
}
.thumbnail:hover {
	background-color: transparent;
	z-index: 50;
	visibility: inherit;
}
.thumbnail span {
	position: absolute;
	background-color: #FFF7E1;
	padding: 2px;
	visibility: hidden;
	text-decoration: none;
}
.thumbnail span img {
	border-width: 0;
	padding: 2px;
}
.thumbnail:hover span {
	visibility: visible;
	top: -30px;
	left: 60px;
}
