﻿html { margin: 0; padding: 0; }
body {
width: 100%;
height: 100%;
margin: 0px;
padding: 0;
font: 14px Trebuchet MS; 
background-image: url(img/bg.gif);
}
body:before 
{ 
   content: "";
   position: fixed;
   top: -10px;
   left: 0;
   width: 100%;
   height: 10px;
   z-index: 100;
   -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
   -moz-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
   box-shadow: 0px 0px 10px rgba(0,0,0,.8);
   -o-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
   }
p { line-height: 18px; }

h1 { 
font: 24px Trebuchet MS; 
margin: -5px 0 0 0;
color: #284B89;
 }
h2 { font: 20px Trebuchet MS;  color: #6683b3; text-shadow: #888888 1px 1px 2px; }

#wrap { width:965px; min-height:100%;height:100%;height: auto !important;margin:0 auto;overflow:hidden;padding: 0 3px 70px 3px;}
#wrap #top { 
    width: 964px;
	height: 114px;
	margin: 10px 0 10px 0px;
    padding: 1px 0 0;
    position: relative;
	z-index: 500;
	}
	#logo { width:415px; height:59px;margin:10px 0 0 10px;float: left; }
	#info { width:190px;font: bold 16px Trebuchet MS; height: 35px;margin: 15px 0 0 0;float:right; }
	#info span { color:#666;padding: 0 0 0 20px;}
	#nav { 
	background: url(img/nav.png) no-repeat scroll top center transparent;
    height: 114px;
    left: 0px;
    position: absolute;
    top: 0;
    width: 964px;
	}
	#ulnav {
	background: linear-gradient(to bottom, #305AA5 0%, #4684C2 100%);
	background: -moz-linear-gradient(to bottom, #305AA5 0%, #4684C2 100%);
	background: -webkit-linear-gradient(to bottom, #305AA5 0%, #4684C2 100%);
	background: -o-linear-gradient(bottom, #305AA5 0%, #4684C2 100%);
	margin: -53px 10px 0 238px;
	text-shadow: 0 1px 1px #22256D;
	height: 38px;
    list-style: none outside none;
	border-radius: 0 0 4px 4px;
	}
ul.tab_nav li {
	float:left;
	font: 16px Trebuchet MS;
	padding: 0;
	position: relative;
	z-index: 1500
}
	ul.tab_nav li div {
	padding: 7px 19px 10px 18px;
	border-left: 1px solid #2e579d;
	border-right: 1px solid #4684c2;
}
ul.tab_nav li:first-child div {
	margin: 0 0 0 -15px;
	padding: 7px 19px 10px 27px;
	border-left: none;
	background: none
}
ul.tab_nav li:last-child div{
	border-right: none;
	border-radius: 0 0 4px 0;
}
ul.tab_nav a.selected div {
	float:left;
	background: linear-gradient(to bottom, #C52887 0%, #D235A3 100%) repeat scroll 0 0 transparent;
	background: -moz-linear-gradient(to bottom, #C52887 0%, #D235A3 100%) repeat scroll 0 0 transparent;
	background: -webkit-linear-gradient(to bottom, #C52887 0%, #D235A3 100%) repeat scroll 0 0 transparent;
	background: -o-linear-gradient(bottom, #C52887 0%, #D235A3 100%) repeat scroll 0 0 transparent;
	background: -ms-linear-gradient(to bottom, #C52887 0%, #D235A3 100%) repeat scroll 0 0 transparent;
	border-left: none;
	border-right: none;
}
ul.tab_nav li:first-child a.selected div{
	background: none;
	border-right: 1px solid #4684c2;
}
ul.tab_nav li a {
	text-decoration: none;
	color:white;
}
.tab {
width: 930px;
background-color: #FFFFFF;
border: 1px solid #CCCCCC;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
padding: 15px;
margin: 15px 0 0 0;
font: 15px Trebuchet MS;
float: left;
opacity: 1;
z-index: 150;
}
div#tab_2 div {
border-bottom:1px dotted #A8B1BF;
padding: 10px 0 15px 0;
}
div#tab_2 div:last-child {
border-bottom:none;
padding: 10px 0 0 0;
}
div#tab_3 div {
border-bottom:1px dotted #A8B1BF;
padding: 10px 0 15px 0;
}
div#tab_3 div:last-child {
border-bottom:none;
padding: 10px 0 0 0;
}
div#tab_4 div {
border-bottom:1px dotted #A8B1BF;
padding: 10px 0 15px 0;
}
div#tab_4 div:last-child {
border-bottom:none;
padding: 10px 0 0 0;
}
.tab img.foto {
padding: 25px 0 15px 20px;
}
.tab img.catalog {
padding: 15px 0 15px 20px;
}
.text {
width: 650px;
margin: 5px 0 0 5px;
float: left;
}
#footer {
width: 100%;
height: 40px; 
background: url(img/bg-border.png) repeat scroll 0 0 #325da7;
margin: -40px 0 0 0;
padding: 10px 0 0 0;
overflow: hidden;
}
.Foot { 
height: 25px; 
margin: 0 auto; 
width: 954px;
padding: 5px;
color: #ffffff;
background-color:#284b89;
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
text-align: center;
}
.Foot p { margin: 0; padding: 3px 0 0 0 }
.Foot a { color: #e7e8ea; }
.Foot a:hover{
color: #fff;
text-decoration: none;
text-shadow: #fff 1px 1px 2px; 
}