BODY {
	background: #FFFFFF;
	color: #000000;
	margin: 0px;
	font-family: Helvetica, Arial;
	font-size: 12px;
}

A {
  color: #000000;
  text-decoration: none;
}

A:hover {
	color: #DC143C;
	text-decoration: none;
}

A.enlacerojo {
  color: #DC143C;
  text-decoration: none;
}

.cabecera {
	color: #000000;
	text-decoration: none;
	font-family: "Arial Black", Helvetica, sans-serif;
	font-size: 15px;
}

.cabeceragris {
	color: #998066;
	text-decoration: none;
	font-family: "Arial Black", Helvetica, sans-serif;
	font-size: 15px;
}

.cabeceraroja {
	color: #DC143C;
	text-decoration: none;
	font-family: "Arial Black", Helvetica, sans-serif;
	font-size: 15px;
}

.textogris {	
	color: #998066;
	text-decoration: none;
	line-height: 150%;
	font-size: 12px;
}



textarea {
	font-family: Georgia, Times, serif;
	font-size: 80%;
	color: #666666;	
}

input {
	font-family: Georgia, Times, serif;
	font-size: 80%;
	color: #666666;	
}

.thumbnail	{
	color: #998066;
	text-decoration: none;
	line-height: 150%;
	font-size: 12px;		
	}

.thumbnail img {
	border: 1px solid white;
	margin: 0 5px 5px 0;
}
.thumbnail:hover {
	background-color: transparent;
}
.thumbnail:hover img {
	border: 0px;
}

.thumbnail span {
	/*	background-image:url('images/Billy-Childish-A3-CMYK-acop.jpg');*/
	position: absolute;
	background-color: #fff;
	padding: 15px;
	left: -1000px;
	border: 0px;
	width: 280px;
	height: 280px;
	visibility: hidden;
	color: black;
	text-decoration: none;
	vertical-align: top;
}

.thumbnail span img {
	/*CSS for enlarged image*/
	border-width: 0;
	padding: 0px;
}
.thumbnail:hover span {
	/*CSS for enlarged image*/
	visibility: visible;
	top: 0px;
	left: 0px; /*position where enlarged image should offset horizontally */;
	z-index: 50;
}

.thumbnailfondo span {
	/*CSS for enlarged image*/
/*	background-image:url('images/Billy-Childish-A3-CMYK-acop.jpg');*/
	position: absolute;
	background-color: transparent;
	padding: 15px;
	top: 0px;
	left: 0px;
	border: 0px;
	visibility:visible;
	color: black;
	text-decoration: none;
	vertical-align:top;
}
