@charset "utf-8";
/* CSS Document */
body, html {
	width:100%;
	height:100%;
	margin:0px;
	background-color:#000103;
	background-image:url('../../../images/bgblue.jpg');
	background-repeat:repeat-x;
	color:#2B2B2B;
	font-family:Verdana;
	font-size:12px;
}

img,a img{
	border:none;
}

a{
	color:#AA212C;
}

.left_shadow{
	width:20px;
	height:100%;
	background-image:url('../../../images/left_shadow.png');
	background-repeat:repeat-y;
}

.right_shadow{
	width:20px;
	height:100%;
	background-image:url('../../../images/right_shadow.png');
	background-repeat:repeat-y;
}

#holder{
	width:806px;
	height:100%;
	margin-left: auto ;
  	margin-right: auto ;
}

.content{
	width:766px;
	height:100%;
	background-color:#FFFFFF;
}

.header{
	width:766px;
	height:420px;
}

.top{
	width:746px;
	height:150px;
	padding:5px;
	text-align:left;
	vertical-align:middle;
}

.main{
	width:746px;
	height:100%;
	padding:5px;
}

.footer{
	width:746px;
	height:50px;
	padding:5px;
	background-color:#F8F7F3;
	font-size:10px;
	text-align:left;
}

#banner_top{
	float:left;
	width:500px;
	height:138px;
	text-align:center;
	vertical-align:middle;
}

#fotos_top{
	float:right;
	width:240px;
	padding-left:5px;
}

.kop{
  	font-size:20px;
	color:#0B71BC;
}

.album{
	width:176px;
	height:144px;
	color:#FFFFFF;
	text-align:center;
	background-image:url('../../../images/album_bg.jpg');
	background-repeat:no-repeat;
	cursor:pointer;
}

.album_empty{
	width:176px;
	height:144px;
	color:#FFFFFF;
	text-align:center;
	background-image:url('../../../images/album_bg.jpg');
	background-repeat:no-repeat;
}

