body{
	background: white url(images/bg.png) repeat-x top;
	margin: 0;	padding: 0;	
}
body, 
input, 
textarea{
	font-family: Arial, Georgia, "Trebuchet MS", Verdana, Geneva, Helvetica, sans-serif;
}
#container{
	width: 770px;
	margin: 0 auto;
	position: relative;
}
.logob{
	width: 196px;	height: 137px;
	position: absolute;
	z-index: 10;
	top: 0;	left: 15px;
	margin: 0;	padding: 0;
	overflow: hidden;
	font-size: 1.2em;
	background: White;
	text-align: center;
}
.logob a{
	color: #4C4C4C;
	text-decoration: none;
}
.logob .logo{
	width: 196px;	height: 137px;
	position: absolute;
	top: 0;	left: 0;
	background: url(images/logo.png);
	z-index: 1;
}
.bg-les{
	background: red url(images/bg-pic.jpg) no-repeat;
	width: 602px;	height: 131px;
	position: absolute;
	right: 0;	top: 0;
	display: block;
}
#top{
	height: 97px;
	width: 100%;
	position: relative;
}
#top ul{
	margin: 0;	padding: 0;
}
#top .langmenu{
	float: right;
	height: 22px;
	list-style: none;
	padding: 4px 0;
}
#top .langmenu li{
	display: inline;
	font-size: 0.75em;
	padding: 0 3px;
}
#top .langmenu li a{
	color: #999;
	text-decoration: none;
}
#top .langmenu li a:hover{
	color: White;
	text-decoration: underline;
}
#top .langmenu li a.active{
	color: #CCC; 
}
#top .menu{
	float: right;
	list-style: none;
	clear: both;
	padding: 30px 0 0;
}
#top .menu li{
	display: inline;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.0em;
	font-family: Arial black, Arial;
	padding: 0 6px;
}
#top .menu li a{
	color: #002060;
	text-decoration: none;
}
#top .menu li a:hover{
	text-decoration: underline;
}
#banner{
	width: 770px;	height: 262px;
	background: url(images/banner.jpg);
}
#content{
	width: 770px;
	float: left;
	position: relative;
}
#left-c{
	width: 514px;
	float: left;
	padding: 5px;
}
#right-c{
	width: 235px;
	float: right;
	padding: 5px 3px;
}
#content h2{
  font-family: Tahoma, Times New Roman;
	font-size: 1.25em;
	font-weight: bold;
	color: rgb(0,32,96);
	margin: 15px 0 9px 0;
}
#content h2 strong{
	font-weight: normal;
	color: #6C8892;
}
#content h2 em{
	color: #FF4500;
}
#left-c p{
	margin: 5px 5px 5px 15px;
	font-size: 0.8em;
}
#left-c form{
	margin: 5px 0;
}
#left-c form fieldset{
	border: 1px solid #D2E5EC;
	margin: 0;	padding: 5px;
}
#left-c form label{
	display: block;
	margin: 8px 0 0 0;
}
#left-c form .subbtn{
	margin: 4px 0;
	padding: 8px 4px;
}
#left-c form #chkod{
	margin-top: 8px; 
	font-weight: bold;
}
#left-c form #chkod em,
#left-c form #chkod strong,
#left-c form #chkod u{
	display: none;
}
#right-c p{
	font-size: 0.8em;
	margin: 3px 0;
}
#content a{
	color: #647575;
}
#content a:hover{
	color: Black;
}
#content h3{
	font-size: 0.9em;
	color: #4E6165;
	margin: 15px 0 9px 0;
}
.photosbox img{
	border: 1px solid #6C8892;
	margin: 0;
	width: 73px;
}

.info{
	background: url(images/ico-info.png) no-repeat left top;
	padding: 3px 0px 9px 23px; 
}
.rimg{
	float: right; 
	margin: 4px 0 4px 15px; 
	border: 3px solid #91A6AA;
}
.tr{
	text-align: right;
}
.abtns{
	padding: 18px 0;
}
a.linkbtn{
	background: #BECCCD url(images/bg-abtn.png) repeat-x top;
	font-size: 1em;
	font-weight: bold;
	color: Black !important;
	text-decoration: none;
	padding: 11px 14px;
	margin: 0 3px;
	border-bottom: 1px solid #303E3F;
	border-right: 1px solid #303E3F;
	border-left: 1px solid #648082;
	border-top: 1px solid #648082;
}
a:hover.linkbtn{
	color: #353535;
	text-decoration: underline;
}
.box-a{
	background: #C6D5D8;
	margin: 4px 0;
	padding: 4px;
}
.box-b h3,
.box-a h3{
	color: Black !important;
	margin: 2px 0 5px 0 !important;
	font-size: 1.1em !important;
	font-weight: normal;
}
.box-b{
	background: #647575;
	margin: 4px 0;
	padding: 4px;
}
.box-b h3{
	color: #DFE3E2 !important;
}
.box-b p{
	color: White;
	line-height: 1.4em;
}
.tablecen{
	font-size: 0.75em;
	border-collapse: collapse;
	border: 0;
	width: 100%;
	margin: 0;
	border-spacing: 0;
}
.tablecen td{
	width: 50%;
	padding: 3px 0;
}
.pricetable{
	width: 479px;
	margin-left: 15px;
	border-collapse: collapse;
}
.pricetable td{
	padding: 5px;
	border: 1px solid #CCE2EB;
	text-align: center;
}
.pricetable .bgc{
	background: #B3D4E1;
}
.pricetable strong{
  color: #002060;
}
address{
	font-style: normal;
	font-family: Tahoma, Arial;
	color: #002060;
	background: #C8E0EA;
	padding: 5px;
}
.mapa{
	text-align: center;
	padding: 10px 0;
}
.mapa span{
	border: 3px solid black;
}
.fotos img{
	margin: 1px;
	border: 2px solid #647575;
}
.fotos a:hover img{
	border: 2px solid black;
}
.center{
	text-align: center;
}
#bottom{
	width: 770px;
	float: left;
	margin: 10px 0 0;
	padding: 10px 0;
	border-top: 1px solid #D9E0E1;
	font-size: 0.7em;
	color: #95AAAE;
	text-align: right;
}
#bottom p{
	margin: 0;
}
#bottom a{
	color: #95AAAE;
	text-decoration: none;
}
#bottom a:hover{
	text-decoration: underline;
}
