#album
{
	background-image:  url("../img/nosotros/fondo.png");
	background-position: left bottom;
	background-repeat: no-repeat;


	border: 0px solid white;
	width: 790px;
}


#album .titular_album
{
	background-image:  url("../img/titulo_album.png");
	background-position: left top;
	background-repeat: no-repeat;
	
	width: 790px;
	height: 61px;
}

#marco1_album
{
/*	background-image:  url("../img/fondo_album.png");*/
	background-image:  url("../img/album/marco1-trans.png");
	background-position: bottom;
	background-repeat: no-repeat;
	
	position: absolute;	
	width: 16px;
	height: 620px;

	padding-top: 0px;
	
	margin-left: 12px;

}

#marco2_album
{
/*	background-image:  url("../img/fondo_album.png");*/
	background-image:  url("../img/album/marco2-trans.png");
	background-position: bottom;
	background-repeat: no-repeat;
	
	position: absolute;
	width: 16px;
	height: 620px;

	padding-top: 0px;
	
	margin-left: 764px;

}

#album .content
{
/*	background-image:  url("../img/fondo_album.png");*/
/*	background-image:  url("../img/album/marco-trans.png");
	background-position: 0px 0px;
	background-repeat: no-repeat;*/
	
	height: 620px;

	padding-top: 0px;
	
	margin-left: 10px;

}

#album .footer
{
	background-image:  url("../img/pie_album-trans.png");
	background-position: left top;
	background-repeat: no-repeat;
	
	height: 54px;
	margin-left: 9px;
	margin-bottom: 40px;
	
	
}

#album .detail
{
	width: 489px;
	height: 341px;
	margin-left: auto;
	margin-right: auto;
	background-color: #164E87;
	
	padding-top: 8px;
	
}

#album .image
{
	width: 473px;
	height: 332px;
	
	margin-left: auto;
	margin-right: auto;
	
	text-align: center;
	vertical-align: middle;
}

#album .list
{

	margin-top: 10px;
	
	width: 712px;
	height: 208px;
	
	border: 0px solid red;
	
	margin-left: auto;
	margin-right: auto;
}


#album .row
{
	/*background-color: #666666;*/
	height: 200px;
}

#album .col
{
	float: left;	
	padding: 0px;
	margin-right: 3px;
	margin-left: 3px;
	margin-bottom: 5px;
	background-color: #164E87;	
	/*width: 168px;
	height: 134px;
	*/
	
	width: 83px;
	height: 66px;
	
	overflow: hidden;
}

#album .thumb
{
	padding: 4px;
	
	/*width: 160px;
	height: 126px;
	*/
	width: 75px;
	height: 58px;
	
}

#album .thumb_selected
{
/*	padding: 4px;*/
	padding: 4px;
	/*width: 160px;
	height: 126px;
	*/
	width: 75px;
	height: 58px;
	
	background-color: #FFE44F;
}


#album .thumb img
{
	border: 0px solid black;
}

#album .pagination
{
	width: 698px;
	height: 120px;
	margin-left: auto;
	margin-right: auto;

}

#album .pagination .left 
{
	float: left;
}

#album .pagination .left a
{
	color: #CC9900;
	text-decoration: none;
	font-weight: bold;
	font-family:Verdana;
	font-size: 12px;
}


#album .pagination .right
{
	float: right;
}

#album .pagination .right a
{
	color: #CC9900;
	text-decoration: none;
	font-weight: bold;
	font-family:Verdana;
	font-size: 12px;

}

.image_detail
{

}



