/*elementos básicos*/

/*descripcion album*/
div.details{ padding: 0; margin:10px 0;}
div.details .picture_det {
	background: #333333;
	border: 1px solid #666666;
	padding:5px;
	margin: 0 10px 10px 0;
	float:left;
	width:auto;
	}
div.details .picture_det img{ float:left; width: auto; background:none; border: none;}
div.details p { font-size: 16px; color:#ffffff; font-style:italic;}
/*div.details a {
	background:#666666;
	color:#ffffff;
	padding:5px;
	}*/

div#current_album { margin: 0; padding:0; float: left; width: 100%;}

div#pictures{ float: left; padding: 10px 0 0; margin: 10px 0 0; width: 100%; /*border-top: 1px solid #B2B4AF; border-bottom:1px solid #B2B4AF;*/}
div.picture { display:inline; float:left; width:119px; height: 98px; border: 1px solid #666666; background:#333333; padding: 5px; margin: 0 4px 17px; }
div.picture p {display: none;}
div.picture a { float:left; height:98px; width: 119px; overflow:hidden; }
div.picture h2.foto { display: none;} 
h2.foto a { width: auto; float:left; color:#FF0000; }

/*subalbunes*/
div#subalbums{ float: left; padding: 0 0 0 0; margin: 20px 0 0 0; width: 100%;  }
div.subalbum { display:inline; float:left; width:154px; height: 174px; border: 1px solid #666666; background:#333333; padding: 5px; margin: 0 4px 17px;}
div.subalbum  p{ font-size: 10px;}
div.subalbum  img{}
div.subalbum a h2.foto { 
	float: left;
	font-style: italic;
	clear:none;
	width: 154px;
	margin: 2px 0 0 0;
	padding: 5px 0 0 0;
	font-size: 12px; 
	font-weight: bold;
	text-align: left;
	background: none;
	}
div.subalbum a.foto_producto { float:left; height:119px; width: 154px; overflow:hidden; border: 1px solid #666666; }

/*fin subalbum*/

/*menu selecionado*/
div#menu_principal li a.trabajos { color: #666666;}


