/* Getting the new tags to behave */
article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video {display:block;}
mark, rp, rt, ruby, summary, time {display:inline;}

/* Global properties ======================================================== */
html {width:100%;}

body { 	 
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:100%; 
	color:#979797;
	min-width:960px;
	background:url(../images/body-tail.gif) 0 0 repeat;
}

.bg {width:100%; background:url(../images/bg-top.jpg) center 0 no-repeat;}

.main {
	width:960px; 	
	padding:0;
	margin:0 auto;
	font-size:0.875em;
	line-height:1.357em;
}

a {color:#81a104; outline:none;}
a:hover {text-decoration:none;}

.col-1, .col-2 {float:left;}
.col-1 {width:298px;}

.wrapper {width:100%; overflow:hidden;}
.extra-wrap {overflow:hidden;}
 
p {margin-bottom:18px;}
.p0 {margin-bottom:0px;}
.p1 {margin-bottom:8px;}
.p2 {margin-bottom:15px;}
.p3 {margin-bottom:30px;}
.p4 {margin-bottom:40px;}
.p5 {margin-bottom:50px;}
.p6 {margin-bottom:68px;}

.reg {text-transform:uppercase;}

.fleft {float:left;}
.fright {float:right;}

.alignright {text-align:right;}
.aligncenter {text-align:center;}

.title {margin-bottom:18px;}

.it {font-style:italic;}

.letter {letter-spacing:-1px;}

.color-1 {color:#fff;}
.color-2 {color:#000;}
.color-3 {color:#81a104;}

.index {
	position:relative;
	z-index:2;
}

.frame {
	padding:1px;
	background:#efefef;
}

/*********************************boxes**********************************/
.margin-bot {margin-bottom:35px;}

.spacing {margin-right:35px;}

.indent {padding:9px 0 0 0;}
.indent2 {padding-left:50px;}
.indent-bot {margin-bottom:20px;}
.indent-bot2 {margin-bottom:30px;}
.indent-bot3 {margin-bottom:45px;}

.img-indent-bot {margin-bottom:25px;}
.img-indent {float:left; margin:0 20px 0px 0;}	
.img-indent2 {float:left; margin:0 13px 0px 0;}	
.img-indent3 {float:left; margin:0 8px 0px 0;}	
.img-indent-r {float:right; margin:0 0px 0px 40px;}	

.prev-indent-bot {margin-bottom:10px;}	

.buttons a:hover {cursor:pointer;}

.menu li a,
.list-1 li a,
.list-2 li a,
.link, .button,
.logo {text-decoration:none;}	

/*********************************header*************************************/
header {
	min-height:183px; 
	width:100%;
	position:relative; 
	z-index:2;
	background:url(../images/header-bg.jpg) center 0 no-repeat;
}
	#page1 header {min-height:683px;}

h1 {
	padding:15px 0 0 0; 
	position:relative;
}
	#page1 h1 {
		padding:15px 0 0 0;
		
	}
.logo {
	display:inline-block;
	font-size:75px;
	line-height:1.2em;
	color:#fff;
	letter-spacing:-5px;
	position:relative;
	left:-5px;
}
	.logo strong {color:#c7ff03; display:inline-block;}
	
.register-list {
	float:right;
	padding:85px 0 0 0;
}
	#page1 .register-list {padding:36px 0 0 0;}
	.register-list li {
		font-size:13px;
		float:left;
		padding:0 0 0 16px;
	}
		.register-list li a {
			color:#fff;
			text-decoration:none;
		}
			.register-list li a:hover {
				color:#dbff44;
				text-decoration:underline;
			}

.menu-shadow {
	width:100%;
	height:15px;
	background:url(../images/menu-shadow.png) 0 0 no-repeat;
}

/***** slider *****/
#slider-wrapper {
    background:#fff;
    width:930px;
    height:440px;
	padding:20px 0 0 20px;
	margin:0 auto;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	position:relative;
	z-index:1;
}

#slider {
	position:relative;
	width:609px;
	float:left;
	margin-right:4px;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
	display:block;
}

.nivo-controlNav {
	position:absolute;
	right:1px;
	bottom:1px;
	padding:0 12px 11px 0;
	background:url(../images/slider-control-shadow.png) 0 bottom no-repeat;
	z-index:99;
}
.nivo-controlNav a {
	display:block;
	width:20px;
	height:20px;
	background:url(../images/pagination.png) 0 top no-repeat;
	text-indent:-9999px;
	border:0;
	margin-left:1px;
	float:left;
}
.nivo-controlNav a.active, .nivo-controlNav a:hover {
	background-position:0 bottom;
}
.slider-shadow {
	width:100%;
	height:30px;
	background:url(../images/slider-shadow.png) 0 0 no-repeat;
}
/*********************************content*************************************/
#content {
	width:100%; 
	padding:55px 0 140px 0;
	position:relative;
	z-index:1;
	background:#fff;
}

.spacer-1 {
	width:100%; 
	background:url(../images/pic-1.gif) 217px 0 repeat-y;
}


h2 {
	font-size:29px; 
	line-height:1.2em; 
	margin:0 0 20px 0; 
	color:#000;
}
h3 {
	font-size:24px; 
	line-height:1.2em; 
	margin:0 0 15px 0; 
	color:#000;
}
h4 {
	font-size:23px; 
	line-height:1.2em; 
	margin:0 0 15px 0; 
	color:#e1ff47;
}
h6 {
	line-height:18px;
	text-transform:uppercase;
	color:#87ab01;
	font-weight:normal;
}
	#page3 h6 {margin-bottom:5px}

.border-bot {
	width:100%; 
	padding-bottom:15px; 
	background:url(../images/pic-1.png) 0 bottom repeat-x;
}
.border-bot2 {
	width:100%; 
	padding-bottom:10px; 
	background:url(../images/pic-1.png) 0 bottom repeat-x;
}

.box {
	margin:30px 0 0 0;
	padding:33px 30px 20px 25px;
	border:1px solid #f1f0f0;
	background:url(../images/quote.png) 23px 13px no-repeat #f6f6f6;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}

.button {
	display:inline-block; 
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	line-height:42px;
	padding:0 29px;
	color:#fff; 
	background-color: #ebab02;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ecad02), to(#e79e01)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #ecad02, #e79e01); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient(top, #ecad02, #e79e01); /* FF3.6 */
	background-image:     -ms-linear-gradient(top, #ecad02, #e79e01); /* IE10 */
	background-image:      -o-linear-gradient(top, #ecad02, #e79e01); /* Opera 11.10+ */
	background-image:         linear-gradient(top, #ecad02, #e79e01);
	-pie-background: 			linear-gradient(#ecad02, #e79e01);
	border-radius:9px;
	-moz-border-radius:9px;
	-webkit-border-radius:9px;
	cursor:pointer;
}
	
	.button:hover {
		background:#5d9700;
		-pie-background: linear-gradient(#5d9700, #5d9700);
	}

.list-1 li {
	line-height:30px;  
	font-style:italic;
	padding-left:30px;
	background:url(../images/marker-4.gif) 0 6px no-repeat;
}
	.list-1 li a {
		display:inline-block;
		color:#81a104;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
	}
		.list-1 li a:hover {
			color:#f2a901;
			text-decoration:underline;
		}

.list-2 li {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px; 
	line-height:36px; 
	padding-left:9px; 
	background:url(../images/pic-2.png) 0 bottom repeat-x;
}
	.list-2 li a {
		display:inline-block; 
		color:#bad359; 
		padding-left:9px; 
		background:url(../images/marker-6.gif) 0 16px no-repeat;
	}
		.list-2 li a:hover {color:#fff333;}
	.list-2 li a span {display:inline-block; cursor:pointer;}
	.list-2 .last-item {background:none;}

.list-3 li {
	line-height:30px;  
	font-style:italic;
	padding-left:30px;
	background:url(../images/marker-4.gif) 0 6px no-repeat;
	color:#81a104;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
        
.link:hover {text-decoration:underline;} 

.link-1 {
	display:inline-block !important; 
	font-size:14px; 
	line-height:19px;
	text-indent:-5000px;
	padding-right:15px; 
	background:url(../images/marker-3.gif) right 8px no-repeat;
}
	.link-1:hover {color:#fff;} 
.link-2 {
	display:inline-block; 
	padding-right:10px; 
	color:#e6a003;
	font-style:italic;
	background:url(../images/marker-5.gif) right 7px no-repeat;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}
	.link-2:hover {
		padding-right:15px;
		text-decoration:none;
	}
	*+html .link-2:hover {padding-right:10px;}
	.link-2:hover {padding-right:10px\0/;}
.link-3 {
	display:inline-block; 
	padding-left:33px; 
	color:#e6a003;
	font-style:italic;
	background:url(../images/RSS.gif) 0 0px no-repeat;
}
	.link-3:hover {
		text-decoration:none;
	}

.text-1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	font-weight:bold;
	text-transform:uppercase;
	margin-bottom:5px;
	} 
.text-2 {
	font-size:24px; 
	line-height:54px;
	color:#fff;
	margin:0;
	padding-left:21px;
	background:url(../images/text2-bg.png) 0 0 no-repeat;
	position:relative;
	z-index:2;
}  

span.ref {float:left; width:100px;}

/* Contact form */
#contact-form {
	position:relative;
	vertical-align:top;
	width:100%;
	z-index:1;
	}
	#contact-form fieldset {
		border:none;
		padding:0;
		}
		#contact-form .field {
			overflow:hidden;
			padding:0 0 8px 0;
			}
			
			#contact-form input {
				width:370px;
				line-height:1.2em;
				padding:6px 10px; 
				margin:0;
				background:none;
				border:1px solid #dedede;
				font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
				font-size:14px;
				color:#979797;
				border-radius:12px;
				-moz-border-radius:12px;
				-webkit-border-radius:12px;
			}
            
            
			#contact-form .area .error { float:none;}
			#contact-form textarea {
				width:570px;
				height:180px;
				font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
				font-size:14px;
				color:#979797;
				padding:7px 10px; 
				margin:0;
				overflow:auto;
				line-height:1.2em;
				background:none;
				border:1px solid #dedede;
				font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
				font-size:14px;
				color:#979797;
				border-radius:12px;
				-moz-border-radius:12px;
				-webkit-border-radius:12px;
			}
				#contact-form a {
					cursor:pointer;
					}
				#contact-form .alignright {
					padding-top:12px;
					}
					#contact-form small {
						color:red;
						font-weight:bold;
						padding:0 0 0 5px;
						}
			#contact-form label {
				padding:0 0 0px 10px;
				display:inline-block;
				color:#F00;
				}
				#contact-form .error {
					color:#f00;
					font-size:11px;
					line-height:1.23em;
					display:none;
					overflow:hidden;
				}
		.buttons-wrapper { padding-top:20px; }
		.buttons-wrapper a { margin-right:6px;}
		
/*****accordion*****/
dl#accordion {
	  list-style-type:none;
	  margin: 0;
	  padding: 0;
	  width:100%;
	  overflow:hidden;
	}

	dl#accordion a {
	  display: block;
	  text-decoration: none;
	}

	dl#accordion dt {
		border-right:1px solid #cacaca;
		border-bottom:1px solid #cacaca;
		background:url(../images/acardion-dt-tail.gif) 0 0 repeat-x #f6f8f0;
		margin-bottom:2px;	
		border-radius:6px;
		-moz-border-radius:6px;
		-webkit-border-radius:6px;
	}
	dl#accordion dt.last {
		margin-bottom:0px;
		
	}
		dl#accordion dt a {
		  font-size:18px;
		  line-height:35px;
		  color:#000;
		  text-decoration:none;
		  display:block;
		  background:url(../images/acardion-marker.png) 8px 10px no-repeat;
		  padding-left:38px;
		}

	dl#accordion dt a:hover {
	  cursor:pointer;
	}

			dl#accordion dt.active {
				background-image:url(../images/acardion-dt-active.gif);
			}
		dl#accordion dd {
			display:none;
			margin-bottom:0;
			height:233px;
			font-size:14px;
			line-height:19px;
			font-style:italic;
			color:#8d927d;
		}
			dl#accordion dd .ind {
				padding:30px 5px 0px 17px;
			}

time {
	display:inline-block;
	width:60px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:26px;
	font-weight:bold;
	line-height:36px;
	text-align:center;
	color:#181818;
	background:#ececec;
	border-radius:9px;
	-moz-border-radius:9px;
	-webkit-border-radius:9px;
}
	time span {
		display:block;
		width:100%;
		font-size:13px;
		line-height:24px;
		color:#fff;
		font-weight:normal;
		border-top:1px solid #fff;
		background:#282b0b;
		border-radius:0 0 9px 9px;
		-moz-border-radius:0 0 9px 9px;
		-webkit-border-radius:0 0 9px 9px;
	}
	
#faded {
	width:100%; 
	min-height:130px; 
	position:relative;
	margin-bottom:10px;
}
	#faded .control {
		width:70px;
		height:33px;
		background:url(../images/faded-control-bg.png) 0 0 no-repeat;
		position:absolute;
		top:-50px;
		right:0;
	}
	#faded  .next, #faded .prev {
		display:block; 
		width:9px; 
		height:8px; 
		text-indent:-5000px;
	}
	#faded .next {background:url(../images/faded-next.png) 0 top no-repeat; position:absolute; top:12px; left:47px;}
	#faded .prev {background:url(../images/faded-prev.png) 0 top no-repeat; position:absolute; top:12px; left:15px;}
		#faded .next:hover, 
		#faded .prev:hover {background-position:0 bottom;}
	#faded ul li {
		font-size:13px;
		line-height:19px;
		font-style:italic; 
		color:#bbd359;
	}
		#faded ul li a {
			font-style:normal; 
			text-decoration:none; 
			font-weight:bold; 
			cursor:pointer;
			color:#fff333;
		}
			#faded ul li a:hover {
				text-decoration:underline;
			}
			
span.circle {
	display:inline-block; 
	padding:10px 10px; 
	font-family:Verdana, Geneva, sans-serif; 
	font-size:25px; 
	line-height:1.2em; 
	color:#3a3a3a; 
	text-transform:uppercase;
	float:left;
	margin:3px 18px 0 0;
	border-radius:35px;
	-moz-border-radius:35px;
	-webkit-border-radius:35px;
}
.ground-1 {
	border:1px solid #f7f7f7;
	background:url(../images/circle-tail.gif) 0 0 repeat-x #e8eaeb;
}

/*****video*****/
.extr {
	position:relative;
	z-index:1;
	width:310px;
	margin:-40px 0 0 0;
}
.video {
	position:relative; 
}
.video img {
	position:relative; 
	z-index:1;
}
.button-video {
	position:absolute; 
	top:50%; 
	left:50%; 
	width:52px; 
	height:52px; 
	margin:-18px 0 0 -26px; 
	z-index:2; 
	display:block; 
	background:url(../images/button-video.png) left top no-repeat;
}
	.button-video:hover {
		background-position:left bottom;
	}


/****************************footer************************/
footer {
	width:100%; 
	padding:40px 0 60px 0;
	color:#fff333;
	background:url(../images/footer-bg.jpg) center 0 no-repeat;
}
	footer .link {
		color:#fff333;
	}

.list-services {
	float:right;
	padding:0;
}
	.list-services li {
		float:left; 
		padding:0 0 0 9px;
	}
	
#easyTooltip{
	font-family:Arial, Helvetica, sans-serif;
	padding:4px 12px;
	border:1px solid #fff;
	background:#3c5715;
	color:#fff;
	font-size:12px;
	font-style:italic;
	position:relative;
	z-index:9;
}
.file_1 {
    padding: 5px;
    background: #fff;
    border: 1px solid #cecdcd;
    color: #393939;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    height: 20px;
}

/*** notifications ***/
#message_error {
    margin-top: 10px;
    width: 980px;
    height: 100%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}
.notification {
    border: 1px solid #666666;
    border-radius: 3px;
    display: block;
    margin-bottom: 10px;
    overflow: hidden;
    padding: 0;
    position: relative;
    /*width: 100%;*/  
    z-index: 1;
    color: #131313;
    zoom: 1;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
	.notification a.close {
	    display: block;
	    width: 11px;
	    height: 11px;
	    float: right;
	    background: url('img/modal/ico_close_off.png') top left no-repeat;
	    margin-right: 3px;
	    margin-top: 3px;
	}
	.notification a.close:hover {
	    background: url('img/modal/ico_close_ovr.png') top left no-repeat;
	    cursor: hand;
	}
	.notification a.close span {
	    display: block;
	    font-size: 0%;
	    visibility: hidden;
	    text-indent: -9999px;
	}
	.notification .icon {
	    display: block;
	    width: 16px;
	    height: 16px;
	    float: left;
	    margin-top: 3px;
	}
	.notification p strong{
	    color: #131313;
	    line-height: 16px;
	    margin-left: 10px;
	    margin-top: 10px;
	    margin-bottom: 0px;
	    padding: 0 !important;
	}
    .notification p #mensaje{
	    color: #000;
	    line-height: 16px;
	    padding: 5px 0 0 5px !important;
	}
.note-error {
    background: #f5dcdd url('img/modal/bck_error.png');
    border-color: #EC9B9B;
}
	.note-error .icon {
	    background: url('img/modal/ico_error_16.png') top left no-repeat;
	    margin-left: 10px;
	}
.note-success {
    background: #ddf4ce url('img/modal/bck_success.png');
    border-color: #72CB67;
}
	.note-success .icon {
	    background: url('img/modal/ico_success_16.png') top left no-repeat;
	    margin-left: 10px;
	}
.note-info {
    background: #dce6f3 url('img/modal/bck_info.png');
    border-color: #50B0EC;
}
	.note-info .icon {
	    background: url('img/modal/ico_info_16.png') top left no-repeat;
	    margin-left: 10px;
	}
.note-attention {
    background: #f1eebf url('img/modal/bck_attention.png');
    border-color: #D3C200;
}
	.note-attention .icon {
	    background: url('img/modal/ico_attention_16.png') top left no-repeat;
	    margin-left: 10px;
	}
