/*
	COLOR
*/
.navbar .bot, .home .contenido, .sec_top .over, .panel::before{
	background: rgb(102,0,255);
	background: -moz-linear-gradient(left,  rgba(102,0,255,1) 0%, rgba(0,195,255,1) 100%);
	background: -webkit-linear-gradient(left,  rgba(102,0,255,1) 0%,rgba(0,195,255,1) 100%);
	background: linear-gradient(to right,  rgba(102,0,255,1) 0%,rgba(0,195,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6600ff', endColorstr='#00c3ff',GradientType=1 );
}
.back_1{
	background: rgb(102,0,255);
	background: -moz-linear-gradient(left,  rgba(102,0,255,0.1) 0%, rgba(0,195,255,0.1) 100%);
	background: -webkit-linear-gradient(left,  rgba(102,0,255,0.1) 0%,rgba(0,195,255,0.1) 100%);
	background: linear-gradient(to right,  rgba(102,0,255,0.1) 0%,rgba(0,195,255,0.1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6600ff', endColorstr='#00c3ff',GradientType=1 );
}
.back_2{
	background: rgb(102,0,255);
	background: -moz-linear-gradient(left,  rgba(102,0,255,0.15) 0%, rgba(0,195,255,0.15) 100%);
	background: -webkit-linear-gradient(left,  rgba(102,0,255,0.15) 0%,rgba(0,195,255,0.15) 100%);
	background: linear-gradient(to right,  rgba(102,0,255,0.15) 0%,rgba(0,195,255,0.15) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6600ff', endColorstr='#00c3ff',GradientType=1 );
}
.back_3{
	background: rgb(102,0,255);
	background: -moz-linear-gradient(left,  rgba(102,0,255,0.2) 0%, rgba(0,195,255,0.2) 100%);
	background: -webkit-linear-gradient(left,  rgba(102,0,255,0.2) 0%,rgba(0,195,255,0.2) 100%);
	background: linear-gradient(to right,  rgba(102,0,255,0.2) 0%,rgba(0,195,255,0.2) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6600ff', endColorstr='#00c3ff',GradientType=1 );
}
.back_5, .modal, .fancybox-lock .fancybox-overlay{
	background: rgb(102,0,255);
	background: -moz-linear-gradient(left,  rgba(102,0,255,0.5) 0%, rgba(0,195,255,0.5) 100%);
	background: -webkit-linear-gradient(left,  rgba(102,0,255,0.5) 0%,rgba(0,195,255,0.5) 100%);
	background: linear-gradient(to right,  rgba(102,0,255,0.6) 0%,rgba(0,195,255,0.6) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6600ff', endColorstr='#00c3ff',GradientType=1 );
}
.navbar-collapse a.active {
    border-right: 1px solid #00c3ff;
}
.home .oportunidades{
	background: rgba(255,30,87, 0.95);
}
.carousel-indicators li.active {
	background: #6600ff;
}
.carousel h2{
	position: relative;
	border-left: 2px solid rgba(255,34,106,0.6);
	border-right: 2px solid rgba(234,121,32,0.6);
}
.carousel h2::before, .carousel h2::after{
	background: rgb(255,34,106);
	background: -moz-linear-gradient(left,  rgba(255,34,106,1) 0%, rgba(243,121,32,1) 100%);
	background: -webkit-linear-gradient(left,  rgba(255,34,106,1) 0%,rgba(243,121,32,1) 100%);
	background: linear-gradient(to right,  rgba(255,34,106,1) 0%,rgba(243,121,32,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6600ff', endColorstr='#00c3ff',GradientType=1 );
}
.home .modulos .mod:hover .txt{
	background: rgba(243,137,32,1);
}
h1, h2, h3, h4{
	color: #6600ff;	
}
h1, h2, h3, h4, h5{
	letter-spacing: 0px!important;
}
.label{
	background: #00c3ff;
}
.red, .pagination > li > a.active, .btn{
	background-color: #6600ff;
}
.pagination .flecha{
	color: #00c3ff!important;
	background: none!important;
}
.dgpj h4 {
    background: #6600ff;
}
.dgpj .panel .bot{
	border-color: #6600ff;
	color: #6600ff!important;
}
.btn_sec {
    background: #00c3ff;
}
.modal-header{
	background: #6600ff;
}



.reg_2 h3{
	margin-bottom: 10px;
}
.reg_2 h4{
	margin: 0px;
	margin-bottom: 30px;
	color: #aaa;
}





