@charset "utf-8";
h1, h2, h3, h4, td, tr, table, form, div, body, html, img, br {
	margin: 0px 0px;
	padding: 0px;
}
img {
	border:0;
}
ul,ol,li {

}
.relative {
	position:relative;
}
.clear {
	clear:both;
}
a {
	color: #fff;
}
a:hover {
	color: #f00;
}
body {
    background: #000; 
    color:#fff; 
    font-size: 13px; 
    line-height: 14px;
    font-family: 'Arial';
}
h1 {
	font-weight: normal;
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 10px;
}
h2 {
	margin-bottom:  10px;
}
.calendar {
	font-size: 14px;
    line-height: 14px;
    font-family: 'Arial';
	border-collapse: collapse;
	width: 200px;
}
.calendar td {
	padding: 5px;
	text-align: center;
	border: 1px solid #505050;
}
.calendar .header td {
	background: #505050;
	color: #fff;
}
.calendar td a {
	color: red;
	font-weight: bold;
	text-decoration: none;
}
.calendar td a:hover {
	color: #fff;
	font-weight: bold;
}
.bloglist {
	margin:0;
	padding:0;
	list-style-type:none;
}
.bloglist .date {
	font-size:  11px;
	display: block;
	margin-bottom: 3px;
}
.bloglist a {
	color: #ff0000;
}
.bloglist a:hover {
	color: #fff;
}
.bloglist .title {
	font-size:  18px;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
}
.bloglist a.title:hover {
	color: red;
}
.bloglist .img {
	border: 1px solid #505050;
	margin: 10px 0 0 0;
}
.blogpage .img {
	border: 1px solid #505050;
	margin: 10px 0 0 0;
}
.blogpage .date {
	font-size:  11px;
	display: block;
	margin-bottom: 3px;
}
.blogpage .title {
	font-size:  18px;
	text-transform: uppercase;
	color: #fff;
	font-weight: normal;
}
.fotos-item {
	position: relative;
	width: 150px;
	height:  150px;
}
.fotos-item div {
	position: absolute;
	width: 150px;
	height: 150px;
	top:0;
	left: 0;
	display: none;
	background: rgba(0,0,0,0.3) url(/images/zoom2.png) no-repeat center center;
}
.fotos-item div a {
	width: 150px;
	height: 150px;
	display: block;
	text-decoration: none;
	font-family: 'Times New Roman',Times,serif;
}
.tooltip {
   position: absolute;
   padding: 10px 13px;
   z-index: 2;
   
   color: #fff;
   background-color: #ff0003;
   border: 1px solid #fff;
   
   font-size: 12px;
   line-height: 14px;
   font-weight: normal;
}
.tooltip img {
	margin-top: 5px;
	border: 2px solid #fff;
}