/*
	COLOR
*/
.navbar .bot, .home .contenido, .sec_top .over, .panel::before{
	background: rgb(80,211,45);
	background: -moz-linear-gradient(left,  rgba(80,211,45,1) 0%, rgba(0,254,210,1) 100%);
	background: -webkit-linear-gradient(left,  rgba(80,211,45,1) 0%,rgba(0,254,210,1) 100%);
	background: linear-gradient(to right,  rgba(80,211,45,1) 0%,rgba(0,254,210,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#50d32d', endColorstr='#00e2d2',GradientType=1 );
}
.back_1{
	background: rgb(80,211,45);
	background: -moz-linear-gradient(left,  rgba(80,211,45,0.1) 0%, rgba(0,254,210,0.1) 100%);
	background: -webkit-linear-gradient(left,  rgba(80,211,45,0.1) 0%,rgba(0,254,210,0.1) 100%);
	background: linear-gradient(to right,  rgba(80,211,45,0.1) 0%,rgba(0,254,210,0.1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#50d32d', endColorstr='#00e2d2',GradientType=1 );
}
.back_2{
	background: rgb(80,211,45);
	background: -moz-linear-gradient(left,  rgba(80,211,45,0.15) 0%, rgba(0,254,210,0.15) 100%);
	background: -webkit-linear-gradient(left,  rgba(80,211,45,0.15) 0%,rgba(0,254,210,0.15) 100%);
	background: linear-gradient(to right,  rgba(80,211,45,0.15) 0%,rgba(0,254,210,0.15) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#50d32d', endColorstr='#00e2d2',GradientType=1 );
}
.back_3{
	background: rgb(80,211,45);
	background: -moz-linear-gradient(left,  rgba(80,211,45,0.2) 0%, rgba(0,254,210,0.2) 100%);
	background: -webkit-linear-gradient(left,  rgba(80,211,45,0.2) 0%,rgba(0,254,210,0.2) 100%);
	background: linear-gradient(to right,  rgba(80,211,45,0.2) 0%,rgba(0,254,210,0.2) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#50d32d', endColorstr='#00e2d2',GradientType=1 );
}
.back_5, .modal, .fancybox-lock .fancybox-overlay{
	background: rgb(80,211,45);
	background: -moz-linear-gradient(left,  rgba(80,211,45,0.5) 0%, rgba(0,254,210,0.5) 100%);
	background: -webkit-linear-gradient(left,  rgba(80,211,45,0.5) 0%,rgba(0,254,210,0.5) 100%);
	background: linear-gradient(to right,  rgba(80,211,45,0.5) 0%,rgba(0,254,210,0.5) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#50d32d', endColorstr='#00e2d2',GradientType=1 );
}
.fancybox-close {
	background-color: #50d32d;
}
.navbar-collapse a.active {
    border-right: 1px solid #00e2d2;
}
.home .oportunidades{
	background: rgba(80,230,62, 0.95);
}
.carousel-indicators li.active {
	background: #50d32d;
}
.carousel h2{
	position: relative;
	border-left: 2px solid rgba(80,211,45,1);
	border-right: 2px solid rgba(0,254,210,1);
}
.carousel h2::before, .carousel h2::after{
	background: rgb(80,211,45);
	background: -moz-linear-gradient(left,  rgba(80,211,45,1) 0%, rgba(0,254,210,1) 100%);
	background: -webkit-linear-gradient(left,  rgba(80,211,45,1) 0%,rgba(0,254,210,1) 100%);
	background: linear-gradient(to right,  rgba(80,211,45,1) 0%,rgba(0,254,210,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#50d32d', endColorstr='#00e2d2',GradientType=1 );
}
.home .modulos .mod:hover .txt{
	background: rgba(84,254,210,1);
}
h1, h2, h3, h4{
	color: #50d32d;	
}
h1, h2, h3, h4, h5{
	letter-spacing: 0px!important;
}
.label{
	background: #00e2d2;
}
.red, .pagination > li > a.active, .btn{
	background-color: #50d32d;
}
.pagination .flecha{
	color: #00e2d2!important;
	background: none!important;
}
.dgpj h4 {
    background: #50d32d;
}
.dgpj .panel .bot{
	border-color: #50d32d;
	color: #50d32d!important;
}
.btn_sec {
    background: #00e2d2;
}
.modal-header{
	background: #50d32d;
}





