/* CSS Document */

body {
	margin:0;
	padding:0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	color: #333;
	background-color: #7c7465;
}
ul {list-style-type:none;}
p {
font-size:0.8em;
color:#333;
}
h2 {
color:#5f1419;
font-weight:normal;
font-size:1.4em;
margin:7px 0;
}
h3 {
	color:#5f1419;
	font-weight:normal;
	font-size:1.1em;
	font-style: italic;
	margin:5px 0;
}
.clear {clear:both;}
/*--------------home-----------------*/
#containerHome {
	background-color:#46453f;
	color:#333;
	background-image:  url(../images/homeBkg.jpg);
	background-repeat: no-repeat;
	background-position: 50% 20%;
	margin:0 auto;
	width:750px;
	height:1000px;
	border-left:10px solid #3e4035;
	border-right:10px solid #3e4035;
}
#menuHome {
	width:262px;
	position:relative;
	top:95px;
	left:30px;
	background-image: url(../images/menuBkg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#menuHome ul {
margin:0;
padding:70px 70px 20px 70px;
color:#5f1419;
font-size:1.4em;
}
#menuHome li a{
color:#5f1419;
text-decoration:none;
}
#menuHome li a:hover{
color:#3e4035;
text-decoration:none;
}
/*--------------page-----------------*/
#container {
	background-color:#46453f;
	color:#333;
	margin:0 auto;
	width:750px;
	height:1000px;
	border-left:10px solid #3e4035;
	border-right:10px solid #3e4035;
}
.text {
	width:500px;
	margin:0 5px;
	padding:10px;
	background-image: url(../images/backgr.jpg);
	background-repeat: repeat;
	border:1px solid #5f1419; 
}
.text a, .text a:visited {
color:#5f1419;
text-decoration:none;
}
.text a:hover {
color:#5f1419;
text-decoration:underline;
}
#header {
	width:750px;
	height:105px;
	background-image: url(../images/headerBkg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#header ul {
margin:0;
padding:50px 0 30px 10px;
font-size:1.1em;
}
#header li {
display:inline;
margin:0;
padding:0 7px 0 0;
}
#header li a {
color:#fff;
text-decoration:none;
}
#header li a:hover {
color:#5f1419;
text-decoration:none;
}
.navDx{
	width: 210px;
	float:right;
}
.navDx ul {
	color:#5f1419;
	margin:0;
	padding:50px 15px 20px;
	background-image: url(../images/menuLatBkg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.navDx ul li {
padding:3px 0;
}
.navDx ul li a{
color:#5f1419;
text-decoration:none;
}
.navDx ul li a:hover{
color:#333;
text-decoration:none; 
}
.title {
	font-size:1.2em;
	font-variant: small-caps;
}
/*gallery*/
.gallery {
border:2px solid #7c7465; 
text-align:center;
}
.topGallArticle{
margin-top: 15px;	
background-color: #46453f;	
}
.tabs {
margin:0;
padding:3px 0;
}
.tabs li  {
display:inline;
border:2px solid #7c7465;
padding:3px 5px;
margin:0;
}
.tabs li a {
margin:0;
color:#fff;
text-decoration:none;
}
.tabs li a:hover {
color:#5f1419;
text-decoration:none;
}
 .active {
background-color:#7c7465;
}
.preview {
	width:126px;
	height:160px;
	float:left;
	margin:5px;
	padding:3px;
	background-image: url(../images/backgr.jpg);
	background-repeat: repeat;
}

.previewArticle{
	width:106px;
	height:123px;
	float:left;
	margin:5px;
	padding:3px;
	background-image: url(../images/backgr.jpg);
	background-repeat: repeat;
	border: 1px solid #7c7465;
	display: table;
}

.previewArticle a{
	display: table-cell;
	vertical-align: middle;
	text-decoration: none;
}

.dida {
margin:3px 0;
font-size:0.7em;
}
.full {
	background-image: url(../images/backgr.jpg);
	background-repeat: repeat;
	text-align:center;
	padding:8px 0 20px 0;
	margin:;
}
.full img {
border:1px solid #3e4035;
padding:2px; 
}
.galleryNav {
margin:0;
padding:10px 0;
text-align:center;
font-variant:small-caps;
}
.galleryNav li  {
display:inline;
padding:3px 5px;
margin:0;
background-color: #7c7465;
 }
.galleryNav li a {
margin:0;
color:#fff;
text-decoration:none;
}

.galleryNav li a:hover {
color:#5f1419;
text-decoration:none;
}
/*articlenews*/
.articlecontainer{
	width: 500px;
	margin: 15px 0;	
}

.imgWidthArticle{
	width: 500px;
	margin: 15px 0 0 0;
	padding: 0;	
}

.imgLeftArticle{
	width: 200px;
	margin: 0;
	padding: 0;
	float: left;
	display: inline;	
}

.titleCatalogo{
	width: 250px;
	margin: 0 0 0 25px;
	padding: 0;
	float: left;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}