html, body, div, ul, li, img, a {
  border: 0px; margin: 0px; padding: 0px;
}

body {
  color: #555555;
  font-family: 'Lucida Grande', 'Lucida Sans Unicode', verdana, geneva, sans-serif;
  font-size: 13px;
  line-weight:1.2em;
  line-height: 1.5em;
  word-spacing: -1px;
}

.headerTitle
{
    /*background: #2ec806;*/
    background: #2ec806;
    color: #2ec806;
    font-size: 24px;
    vertical-align: middle;
}

.wrapper {
  /*background: #abc0d1;*/
}
mk
.wrapper .header {  
  /*border-bottom: 2px solid #ccc;*/
}

.wrapper .header .content {
  width: 980px;
  margin: 0px auto;
}

.wrapper .header .logo {
  width:980px;
  height:250px;
  background: url(../images/logoorg.gif) no-repeat;
  
}

.wrapper .ua {
  background: white;
}

.wrapper .content-wrapper {
  width:980px;
  margin: 0px auto;
}

.wrapper .content-wrapper .left {
  width:28%;
  float:left;
  border-left: 1px solid #EEE;
  padding-left: 10px;
}

.wrapper .content-wrapper .center {
  width:69%;
  float:right;
  border-right: 1px solid #EEE;
  border-left: 1px solid #40A379;
  padding-right: 10px;
}

.wrapper .content-wrapper .center .sections {
  padding: 0px 20px;
}

.wrapper .content-wrapper .center .sections .section {
  padding:10px;
  text-align:justify;
  line-height: 1.7em;
}

.wrapper .content-wrapper .center .sections .section p {
  color: #5497cc;
  font-size:16px;
  border-bottom: 1px solid #EEE;
  padding: 5px 0px;
}

.wrapper .content-wrapper .center .sections .section a {
  color: #aaa !important;
  text-decoration:none;
}

.wrapper .header .login-panel {
  color: #fff;
  margin-top: 0px;
  margin-right: 15px;
}

.wrapper .content-wrapper .left .login-panel p {
  font-size: 16px;
}

.wrapper .content-wrapper .left .login-panel input {
  width: 220px;
  height:20px;
  border: 1px solid #DDD;
}

.wrapper .content-wrapper .left .panel {
	margin-top:35px;
	font-size:12px;
	color: #666;	
}

.wrapper .content-wrapper .left .panel .section {
	padding: 10px 0px;
}

.wrapper .content-wrapper .left .panel .section p {
	color: #5497cc;
	font-size:13px;
}

.wrapper .content-wrapper .left .login-panel input[type=submit] {
  height:28px;
  border: 1px solid #f5f5f5;
  background: #FFA749;
  color: #fff;
}

.floatLeft {
  float:left;
}

.floatRight {
  float:right;
}

.clear {
  clear:both;
}

.marginRight15 {
	margin-right: 15px;
}

.marginBottom15 {
	margin-bottom: 15px;
}

.borderTopGray {
	border-top: 1px solid #EEE;
}

.borderBottomGray {
	border-bottom: 1px solid #EEE;
}

.noPaddingTop {
	padding-top: 0px !important;
}

.footer {
	margin-top:50px;
}

.footer .text {
    font-size: 13px;
    padding:10px;
	text-align: center;
	color: #999;	
}

.section .images {
	width:700px;
}

.section .image {
	box-shadow: 0em 0em 0.8em #ccc;
	float:left;
	margin: 10px 0px 10px 10px;
	padding: 5px;
	height: 160px;
}

.section .image .src {
	height: 140px;
}

.section .image .src img {
	width: 190px;
	height: 131px;
}
.section .image .description {
	font-size:12px;
	text-align: center;
}

label {
	color: #8f9aa3;
}

.orario {
	margin-right: 10px;
	float:right;
	padding-right:10px;
    text-align: left;
}

.hidden {
	display: none;
}

.loading {
    width: 16px;
    height: 16px;
    background: url(../images/loading.gif);
}
