html{
	margin: 0px;
	padding: 0px;
}

#container {
	background: #000 ;
	color:#FFFFFF;
	line-height: 18px;
	margin: 15px auto;
	width: 600px;
	padding: 5px 20px 20px 20px;
}

#title h1  {
	color: #76B41C;
	letter-spacing: 1px;
	padding: 5px;
	margin: 10px;
	font: bold 18px Georgia, "Times New Roman", Times, serif;
	text-transform: capitalize;
}

#description{
	background: #000000;
	padding: 10px;
	margin: 5px;
	width: 90%;
	float: left;
	height: auto;
	font-weight: bold;
}

#content {
	text-align:left;
	padding: 0px; 
	margin: 0px;
	color: #FFFFFF;		
}

.date{
	font-weight: normal;
	color: #666666;
}

#content a {
	color: #fff;
	text-decoration: underline;
}

#content a:visited   {
	color: #999999;
	text-decoration: underline;
}

#content a:hover  {
	color: #000000;
	text-decoration: underline;
	background: #000;
	}

#content .category img {
	background: #000;
	padding: 7px;
	float:right
}

#content .category {
	margin: 60px 0px 50px 0px;
	padding: 30px 0px 10px 0px;
	clear:both;
	height:auto;
}

.imageborderlarge {
	padding: 7px;
	margin: 5px 0px;
	background: #000;
}

.unvisible { 
	display: none;
 }

.thumbnail {
	float: left;
	margin: 5px;
	padding: 2px;
	text-align: center;
	color: #CCCCCC;
	width: 166px;
	height: 226px;
/*	border:#CCCCCC 1px solid;*/
	background-image:url(../../imagenes/recuadro.gif);
	background-repeat:no-repeat;
	}
.thumbnail p{
	margin-bottom:0;
}
.thumbnailhover{
	background: #000000;	
	display:block;
	width: 160px;
	height: 175px;
	margin:auto;
}

a.thumbnailhover:hover{
	background:  #000000;	
	display:block;
	width: 160px;
	height: 175px;
		color: #76B41C;
	font-weight: bold;
}

.thumbnail img{
	background: #000;
	padding: 7px;
	margin: auto;
	display:block;
/*	border-left:#525252 1px solid;*/
}

.thumbnail a {
	color:#999999;
	text-decoration: none;
}

/* non IE  hover 
div.thumbnail:hover{
	background: #000;
	color: #76B41C;
	font-weight: bold;
}

*/

a img {
border:none;
}

#gallerycontainer{
	padding: 0px;
	text-align:center;
}
