ul.nolist {
	list-style: none;
	margin: 0;
	padding: 0;
}
.container,ul.container {
	width: 1180px;
	margin: auto;
	overflow: hidden;
}
a {
	color: inherit;
}
/* @group Header */

header {
	background: #fafbfc;
	-moz-box-shadow: 0 0 10px rgba(0,0,0,.25);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.25);
	box-shadow: 0 0 10px rgba(0,0,0,.25);
	z-index: 10;
	position: relative;
}
header h1 {
	margin: 20px 0 0;
	float: left;
}
header h1 a {
	display: block;
	width: 85px;
	height: 0;
	overflow: hidden;
	padding: 77px 0 0;
	text-indent: -9999px;
	background: url('img/logo.png') no-repeat;
}
header nav {
	float: right;
}
header nav li {
	float: left;
	margin: 52px 0 0 42px;
	padding: 0 0 46px;
}
header nav li:hover ul.nolist {
	display: block;
}
header nav li ul.nolist {
	background: #44ab50;
	padding: 10px 20px;
	float: none;
	position: absolute;
	z-index: 999;
	margin: 65px 0 0 -16px;
	display: none;
}
header nav li ul.nolist:before {
	display: block;
	content: '';
	border-style: solid;
	border-width: 0 5px 5px 5px;
	border-color: transparent transparent #44ab50 transparent;
	position: absolute;
	margin: -15px 0 0;
	z-index: 9;
}
header nav li ul li {
	float: none;
	padding: 0;
	margin: 10px 0;
}
header nav li ul a {
	color: #fff;
	display: block
}
header nav li a {
	font-size: 17px;
	line-height: 17px;
	color: #44ab50;
	text-decoration: none;
}
.preheader {
	background: #44ab50;
	color: #fff;
	overflow: hidden;
	font-size: 12px;
}
.preheader a {
	text-decoration: none;
	color: #fff;
}
.preheader li {
	float: left;
	line-height: 60px;
	font-size: 12px;
	height: 60px;
	background: url('img/phone.png') no-repeat left;
	padding: 0 30px 0 20px;
}
/* @end */

/* @group Home */
#splash {
	height: 434px;
}
#splash img {
	display: block;
	margin: auto;
}
.flexslider {
	overflow: hidden;
	display: block;
	background: #222;
}
#splash li {
	background: no-repeat center;
	height: 434px;
	display: block;
	margin: auto;
}
section#home {
	background-color: #9bcd03;
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iLTEuNDIxMDg1NDcxNTIwMmUtMTQlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQzYWI0ZiIgc3RvcC1vcGFjaXR5PSIxIi8+CjxzdG9wIG9mZnNldD0iODQlIiBzdG9wLWNvbG9yPSIjOWJjZTAzIiBzdG9wLW9wYWNpdHk9IjEiLz4KPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjOWJjZTAzIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgPC9saW5lYXJHcmFkaWVudD4KCjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAiIGhlaWdodD0iMTAwIiBmaWxsPSJ1cmwoI2hhdDApIiAvPgo8L3N2Zz4=);
	background-image: -moz-linear-gradient(bottom, #43ab4f 0%, #9bce03 84.42%, #9bce03 100%);
	background-image: -o-linear-gradient(bottom, #43ab4f 0%, #9bce03 84.42%, #9bce03 100%);
	background-image: -webkit-linear-gradient(bottom, #43ab4f 0%, #9bce03 84.42%, #9bce03 100%);
	background-image: linear-gradient(bottom, #43ab4f 0%, #9bce03 84.42%, #9bce03 100%);
	font-weight: 300;
	padding: 55px 0;
	position: relative;
}
section#home .container:before {
	content: '';
	display: block;
	width: 70px;
	height: 35px;
	background: url('img/arrow.png') no-repeat;
	top: -35px;
	left: 50%;
	margin: 0 0 0 -35px;
	position: absolute;
	z-index: 10;
}
section#home article {
	width: 523px;
	float: left;
	color: #fff;
	font-size: 12px;
}
section#home article h2 {
	font-size: 60px;
	line-height: 60px;
	font-weight: 300;
	border-bottom: 1px solid #fff;
	padding: 0 0 15px;
	margin: 0 0 18px;
	font-weight: 300;
}
section#home article ul {
	list-style-type: circle;
	margin: 0;
	padding: 0 0 0 30px;
}
section#home article ul li {
	margin: 0 0 10px;
}
section#home aside {
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	background-color: #fff;
	-moz-box-shadow: 0 1px 5px rgba(0,0,0,.26);
	-webkit-box-shadow: 0 1px 5px rgba(0,0,0,.26);
	box-shadow: 0 1px 5px rgba(0,0,0,.26);
	width: 520px;
	padding: 30px 30px;
	float: right;
	color: #303d50;
	font-size: 12px;
}
section#home aside h3 {
	font-size: 35px;
	line-height: 35px;
	font-weight: 300;
	border-bottom: 1px solid #333;
	margin: 0;
	padding: 0 0 15px;
}
section#home aside h4 {
	font-size: 14px;
	color: #8bb900;
	margin: 0;
}
section#home aside p {
	margin: 0;
}
section#home aside a {
	color: #303d50;
	text-decoration: none;
	font-weight: bold;
	font-style: italic;
}
section#home aside li {
	width: 250px;
	margin: 15px 0 0;
}
section#home aside li.l {
	float: left;
}
section#home aside li.r {
	float: right;
}
/* @end */

/* @group Pagina */

section#page {
	font-size: 17px;
	color: #2f3d4f;
	line-height: 32px;
	padding: 20px 0 40px;
	font-weight: 300;
	position: relative;
}
section#page .container:before {
	content: '';
	display: block;
	width: 70px;
	height: 35px;
	background: url('img/arrow_white.png') no-repeat;
	top: -35px;
	left: 50%;
	margin: 0 0 0 -35px;
	position: absolute;
	z-index: 10;
}
section#page .notriangle:before {
	display: none;
}
section#page article {
	width: 1080px;
}
section#page h2 {
	font-size: 60px;
	font-weight: 300;
	color: #44ab50;
}
section#page h3.title {
	color: #2f3d4f;
	font-size: 24px;
	font-weight: normal;
	border-bottom: dotted 1px;
	line-height: 24px;
	margin: 0 0 20px;
	padding: 5px 0 20px 45px;
	background: url('img/clientes.png') no-repeat left top;
}
p.info {
	font-size: 14px;
	line-height: 19px;
}
.green {
	margin: 40px 0;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	background-color: #43ab4f;
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iLTEuNDIxMDg1NDcxNTIwMmUtMTQlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQzYWI0ZiIgc3RvcC1vcGFjaXR5PSIxIi8+CjxzdG9wIG9mZnNldD0iODQlIiBzdG9wLWNvbG9yPSIjOWJjZTAzIiBzdG9wLW9wYWNpdHk9IjEiLz4KPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjOWJjZTAzIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgPC9saW5lYXJHcmFkaWVudD4KCjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAiIGhlaWdodD0iMTAwIiBmaWxsPSJ1cmwoI2hhdDApIiAvPgo8L3N2Zz4=);
	background-image: -moz-linear-gradient(bottom, #43ab4f 0%, #9bce03 84.42%, #9bce03 100%);
	background-image: -o-linear-gradient(bottom, #43ab4f 0%, #9bce03 84.42%, #9bce03 100%);
	background-image: -webkit-linear-gradient(bottom, #43ab4f 0%, #9bce03 84.42%, #9bce03 100%);
	background-image: linear-gradient(bottom, #43ab4f 0%, #9bce03 84.42%, #9bce03 100%);
	color: #fff;
	text-shadow: 0 1px 2px rgba(0,0,0,.28);
	padding: 35px 0 35px 200px;
}
.green .icon {
	position: absolute;
	margin: 0 0 0 -200px;
	width: 200px;
}
.green .icon img {
	display: block;
	margin: auto;
}
.green h3 {
	margin: 0 0 10px;
	color: #fff;
	font-size: 21px;
	font-weight: bold;
}
.green ul {
	overflow: hidden;
}
.green li {
	float: left;
	margin: 0 40px 0 0;
}
blockquote {
	padding: 10px 0 10px 50px;
	border-left: 10px solid #44ab50;
	background: #f5f5f5;
	margin: 40px 0 40px 0;
	overflow: hidden;
}
blockquote ul {
	padding: 0 0 0 55px;
	list-style: circle;
	color: #44ab50;
}
blockquote ul span,ul.circle div {
	color: #2f3d4f;
}
h3 {
	font-weight: normal;
	font-size: 26px;	
	color: #44ab50;
}
ul.circle {
	list-style: circle;
	color: #44ab50;
}
table tbody {
	border: solid 1px #a6a6a6;
	border-top: none;
}
table thead {
	border: solid 1px #44ab50;
}
table td {
	padding: 10px 15px;
}
table tr:nth-child(even) {
	background: #eee;
}
table th {
	background: #44ab50;
	font-weight: normal;
	font-size: 26px;	
	color: #fff;
	text-align: left;
	padding: 10px 15px;
}
.left {
	float: left;
	width: 49.5%
}
.right {
	float: right;
	width: 49.5%
}
.center {
	text-align: center
}
ul.boxed {
    overflow: hidden;
    padding:0 0 20px;
}
ul.boxed li {
    float: left;
    padding: 10px 15px;
    margin: 0 20px 0 0;
    background: #f5f5f5;
    text-align: center;
}
ul.boxed li h4 {
    margin: 0 0 5px;
    font-size:16px;
}
ul.boxed li img {
    display: block;
    margin:0 0 5px;
}
/* @end */

/* @group Clientes */

.clientes_splash {
	background: url('img/bg_clientes.jpg') #f7f7f7;
}
ul.listado_clientes {
	list-style: circle;
	font-size: 12px;
	line-height: 17px;
	color: #44ab50;
	overflow: hidden;
}
ul.listado_clientes li {
	float: left;
	width: 28%;
	padding: 0 4% 0 0;
}
ul.listado_clientes span {
	color: #2f3d4f;
}
ul.listado_clientes li li {
	float: none;
	width: auto;
}
ul.listado_clientes li ul {
	padding: 0 0 0 30px;
}
/* @end */

/* @group Contacto */
#contacto {
	width: 781px;
	float: right;
}
#contacto .txt {
	width: 333px;
	height: 44px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	background-color: #f2f3f4;
	border: none;
	float: left;
	clear: both;
	margin: 0 0 10px;
	padding: 10px 10px 10px 40px;
	color: #43ab4f;
	-webkit-transition: background-color .5s ease-out;
	transition: background-color .5s ease-out;
}
#contacto textarea.txt {
	width: 761px;
	height: 147px;
	padding: 10px;
	color: #43ab4f;
	resize: none;
}
::-webkit-input-placeholder {
	color: #43ab4f;
}
:-moz-placeholder { 
	color: #43ab4f;  
}
::-moz-placeholder { 
	color: #43ab4f;
}
:-ms-input-placeholder {  
	color: #43ab4f;
}
#contacto input.txt {
	background: #f2f3f4 url('img/icon_form_1.png') no-repeat 12px center;
}
#contacto input.txt:focus,#contacto textarea.txt:focus {
	background-color: #f3fcf3;
}
#contacto input.error,#contacto textarea.error {
	background-color: #fcf4f4;
}
#contacto input.b {
	background-image: url('img/icon_form_2.png');
}
#contacto input.c {
	background-image: url('img/icon_form_3.png');
}
#contacto input.d {
	background-image: url('img/icon_form_4.png');
}
#contacto input.e {
	background-image: url('img/icon_form_5.png');
}
#contacto input.e {
	background-image: url('img/icon_form_6.png');
}
#contacto .txt_right {
	float: right;
	clear: none;
}
#contacto .btn {
	width: 181px;
	height: 49px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	background-color: #43ab4f;
	border: none;
	color: #fff;
	float: right;
}
.contacto {
	width: 280px;
	float: left;
	font-size: 15px;
	line-height: 22px;
}
.contacto p {
	margin: 0 0 25px;
}

/* @end */

/* @group Congresos */

.congresos li {
    float:left;
    margin:0 10px 10px 0;
}
.congresos li a,.congresos li img {
    display:block;
    background:#ccc;
}

/* @end */

/* @group Footer */

footer {
	-moz-box-shadow: 0 0 5px rgba(0,0,0,.45);
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,.45);
	box-shadow: 0 0 5px rgba(0,0,0,.45);
}
footer h3 {
	width: 70px;
	height: 0;
	padding: 63px 0 0;
	background: url('img/logo_footer.png') no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	float: left;
}
footer p {
	margin: 54px 0 0 15px;
	float: left;
	font-size: 12px;
	color: #303d50;
}
footer a {
	color: #303d50;
	text-decoration: none;
}

/* @end */