body {
	margin: 0px;
	padding: 0px;
	background: #FFF;
	font: 12px/24px Arial, "Verdana", sans-serif;
}

html{
	margin: 0px;
	padding: 0px;
}

/*-------- contenedor donde va todo */

#container {
	background: #fff url(images/bg_body.jpg) repeat-x left top;
	color:#FFFFFF;
	line-height: 18px;
	margin: 15px auto;
	width: 800px;
	padding: 5px 20px 20px 20px;
	border: 0px solid #000;
}



/* ------- titulo de arriba del todo "my documents" */

#title h1  {
	color: #F60;
	letter-spacing: 0px;
	padding: 5px;
	margin: 10px;
	font: bold 24px Helvetica, "Verdana", Arial, sans-serif;
	text-transform: none;
}

/* ------- rectangulo superior */

#description{
	background: #fff;
	border: 0px solid #fff;
	padding: 5px;
	margin: 0px;
	width: 95%;
	float: left;
	height: auto;
	font-weight: bold;
}

#content {
	text-align:left;
	padding: 0px; 
	margin: 0px;
	color: #FFFFFF;		
}

.date{
	font-weight: normal;
	color: #111222;

}







#content a {
	color: #fff;
	text-decoration: underline;
}

#content a:visited   {
	color: #999999;
	text-decoration: underline;
}

#content a:hover  {
	color: #000000;
	text-decoration: underline;
	background: #CCCCCC;
	border-bottom: 1px solid #000000;
	}


#content .category img {
	background: #fff;
	padding: 7px;
	border-top: 2px solid #FFFFFF;
	border-right: 2px solid #333333;
	border-bottom: 2px solid #333333;
	border-left: 2px solid #FFFFFF;
	float:right
}



#content .category {
	margin: 60px 0px 50px 0px;
	padding: 30px 0px 10px 0px;
	clear:both;
	height:auto;
}







	

.imageborderlarge {
	padding: 7px;
	margin: 5px 0px;
	border: 1px solid #CCCCCC;
	background: #FFFFFF;
}

#footer {
	text-align:center;
	padding: 30px 0px 10px;
	clear: both;
	float: none;
	margin: 0px;
	font-size: 10px;
	color: #999999;
	}


#footer a:link, #footer a:visited {
	color: #666666;
	text-decoration: none;
	font-weight: normal;
	}

#footer a:hover {
	color: #fff;
}





.unvisible { 
	display: none;
 }








.thumbnail {
	float: left;
	margin: 1px;
	padding: 2px;
	text-align: center;
	color: #CCCCCC;
	width: 166px;
	height: 175px;
	}


.thumbnailhover{
	background:  none;	
	display:block;
	width: 166px;
	height: 175px;
}





/* thumbnail ----------   HOVER PROPERTIES */

a.thumbnailhover:hover{
		background: #fff;	

	border-style:solid;
	border-color: #ff3300;
	border-width: 1px;
	
	display:block;
	width: 166px;
	height: 166px;
	color: #000;
	

	
}




/* --- acá controlás el fondo de la thumb, que podría ser el sombreado de la galeria del picasa original */

.thumbnail img{
	background: #FFF;
	padding: 2px;
	margin: auto;
	display:block;
}


/* --- color del texto debajo de la imagen */

.thumbnail a {
	color:#888888;
	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;
}




	
