@charset "utf-8";
/* CSS Document */

body{
	font-size:0.65em;
	font-family:Arial;
	background-color: #000000;
	/*background-image: url(img/bg-site.jpg);*/
	background-position: top center;
	/*background-position:top;*/
	background-repeat:repeat;
	color:#fafafa;
}

#page{
	width:970px;
	margin:0px auto 20px auto;
	clear:both;
}

#footer{
	/*text-align: center;*/
}

.counter{
	margin:10px auto 0px auto;
	width:80px;
	background-image:url(img/stats.ico.gif);
	background-repeat:no-repeat;
	background-position:0px 4px;
	padding-left:20px;
	height: 20px;
	line-height: 20px;
}

#uc #page{
	position: relative;
}

.logo{
	position: absolute;
	bottom: 50px;
	right: 50px;
}

#header{
	height: 248px;
	background-image: url(img/newheader.jpg);
	border-left: 5px solid #000;
	border-right: 5px solid #000;
}

#nav-bar{
	list-style:none;
	float:right;
	margin-top: 201px;
}

#nav-bar li{
	float:left;
	margin-left:3px;
}

#nav-bar li:first-child{
	margin-left:0;
}

#nav-bar li a{
	display:block;
	width:88px;
	height:42px;
	background-color:#272727;/*#374a59;*/
	border-width:5px 5px 0;
	border-style:solid;
	border-color:#555;/*#425564;*/
	line-height:42px;
	text-align:center;
	color:#FFF;
	text-decoration:none;
}

#nav-bar li a:hover{
	background-color:#272727;
	border-color:#333;
}

#last #menu-1,#post #menu-1{
	background-color:#000;
	border-color:#333;
} 

#last #menu-1:hover,#post #menu-1:hover{
	background-color:#000;
	border-color:#333;
}

#gallery #menu-3{
	background-color:#000;
	border-color:#333;
} 

#gallery #menu-3:hover{
	background-color:#000;
	border-color:#333;
}

#contact #menu-4{
	background-color:#000;
	border-color:#333;
} 

#contact #menu-4:hover{
	background-color:#000;
	border-color:#333;
}

h1{
	font-family:"Times New Roman", Times, serif;
	font-size:2em;
	font-weight:normal;
	padding-bottom:10px;
	border-bottom:1px solid #fff;
	color:#FFF;
}

a{
	color:#26a3c1;
}

a:hover{
	color:#FFF;
}

.content-box{
	background-color:#000;
	padding:12px;
	overflow:auto;
	font-size:1.15em;
	margin-top:12px;
	clear:both;
}

.content-box:first-child{
	margin-top:0;
}

.content-inside{
	border:2px solid #d4d4d4;
	background-color:#272727;
	width:942px;
	overflow:hidden;
}

.misc{
	float:right;
	margin-top:5px;
	margin-bottom:10px;
	font-size:.95em;
}

.misc li{
	float:left;
	line-height:16px;
	margin-left:15px;
}

.misc .fecha{
	color:#26a3c1;
	padding-left:19px;
	background-image:url(img/date-ico.gif);
	background-repeat:no-repeat;
	background-position:left center;
}

.misc .tag{
	padding-left:19px;
	background-image:url(img/secc-ico.gif);
	background-repeat:no-repeat;
	background-position:left center;
}

.misc .comments{
	padding-left:19px;
	background-image:url(img/comment-ico.png);
	background-repeat:no-repeat;
	background-position:left center;
}

.clear{
	clear:both;
}

.content-box h1 a{
	color:#FFF !important;
	text-decoration:none !important;
}

.content-box h1 a:hover{
	color:#26a3c1 !important;
}

.margin-t10{
	margin-top:10px;
}

.margin-t20{
	margin-top:20px;
}
