@import url(https://fonts.googleapis.com/css?family=Ubuntu&subset=latin,latin-ext);

body {
	font-family: 'Ubuntu', sans-serif;
	margin: 0;
}

#contener {
	background: #fff;
	padding: 40px 0;
}

#top {
	width: 980px;
	padding: 0 20px;
	background-image: url(images/bg.png);
	margin: 260px auto;
}

#top img,
#top .contact-data {
	display: block;
	float: left;
	width: auto;
}

#top .contact-data {
	margin-left: 30px;
	margin-top: 10px;
}

#top .menu {
	float: right;
	margin-top: 63px;
}

#top .menu a {
	color: #777;
	margin-left: 20px;
	text-decoration: none;
}

#top .menu a:hover {
	color: #000;
}

.module {
	width: 980px;
	margin: 0 auto 190px auto;
}

.module .right,
.module .left {
	float: left;
	width: 310px;
}

.module .left-two {
	float: left;
	width: 640px;
	margin-right: 30px;
}

.module .center {
	float: left;
	width: 300px;
	margin: 0 30px;
}

.module .center img {
	float: left;
	width: 146px;
	/*height: 120px;*/
	margin: 2px;
}

.module h2,
.module p {
	margin-top: 0;
	margin-bottom: 10px;
	font-size: 17px;
}

.menu {
	background-image: url('images/line-menu.png');
	background-position: 0 30px;
	background-repeat: no-repeat;
	margin-bottom: 25px;
}

.menu .right {
	float: right !important;
	width: auto;
	font-size: 17px;
}

.menu .right a {
	display: block;
	float: left;
	margin-left: 15px;
	margin-top: 7px;
	text-decoration: none;
	color: #000;
}

.module form table,
.module form table input,
.module form table textarea {
	width: 100%;
	font-size: 12px;
	color: #777;
	font-family: 'Ubuntu', sans-serif;
}

.module form table,
.module form table tr,
.module form table tr td {
	border-spacing: 0;
}

.module form table textarea {
	height: 120px;
	padding: 1px;
}

.module form table button {
	float: right;
	cursor: pointer;
	padding: 3px 0;
	margin: 0;
	border: 0;
	background: transparent;
	font-size: 14px;
	color: #777;
	font-family: 'Ubuntu', sans-serif;
}

.module form table button:hover {
	color: #000;
}

.alert {
	margin-bottom: 10px;
	font-size: 14px;
	padding: 5px 5px 5px 10px;
}

#alert_OK {
	border-left: 5px solid #61D36D;
}

#alert_EMPTY {
	border-left: 5px solid #EABF45;
}

#alert_ERROR {
	border-left: 5px solid #D61C04;
}

#footer {
	margin: 300px auto 30px auto;
	width: 980px;
	height: 40px;
}

#footer .left {
	float: left;
	width: auto;
}

#footer .right {
	float: right;
	width: auto;
}

#footer .left a {
	display: block;
	float: left;
	margin-right: 30px;
	margin-top: 11px;
	font-size: 13px;
	color: #777;
	text-decoration: none;
}

#footer .right p {
	font-size: 13px;
	color: #777;
	margin: 0;
	text-align: right;
}

#partner {
	width: 100px;
	padding-right: 308px;
	margin: 10px auto;
	text-align: center;
}

#partner p {
	color: #74B13C;
	font-size: 10px;
	margin: 2px;
}

.clear {
	clear: both;
}