.text-white {
color: #ffffff;
}
.justify {
    text-align: justify;
    text-justify: inter-word;
}
.center {
	position: relative;
	margin: auto;
}
.m-top-0 {
	margin-top: 0px !important;
}
.m-top-10 {
	margin-top: 10px !important;
}
.m-top-20 {
	margin-top: 20px !important;
}
.m-top-30 {
	margin-top: 30px !important;
}
.m-top-40 {
	margin-top: 40px !important;
}
.m-top-50 {
	margin-top: 50px !important;
}
.m-top-60 {
	margin-top: 60px !important;
}
.m-top-70 {
	margin-top: 70px !important;
}
.m-bottom-0 {
	margin-bottom: 0px !important;
}
.fs-14 {
	font-size: 14px;
}
.fs-16 {
	font-size: 16px;
}
.fs-18 {
	font-size: 18px;
}
.fs-20{
	font-size: 20px !important;
}
.width-25p{
	width: 25% !important;
}
.width-30p{
	width: 30% !important;
}
.width-40p{
	width: 40% !important;
}
.width-45p{
	width: 45% !important;
}
.width-50p{
	width: 50% !important;
}
.width-100p{
	width: 100% !important;
}
/* Loader */
	#Loader{
		position:fixed;
		text-align:center;
		left:0px;
		top:0px;
		width:100%;
		height:auto !important; 
		min-height:100%;
		z-index:19999;
		background-color: #FFF;
	}
	#Imagen_Loader {
		position:relative;
		margin: 200px auto 0px auto; 
		width:340px;
		height:208px;
		z-index:302;
		padding:0;
	}
	#Imagen_Loader_Bar {
		border-width:0;
		z-index:305;
	}
	#Imagen_Loader_Gif {
		border-width:0;
		z-index:305;
	}
	

/* index */
	
.navbar-inverse .brand {
	padding: 0px;
}
.navbar-inverse .brand img{
	position:absolute;
    margin-top: -23px;
	height: 80px;
}
.navbar-inverse .brand-main img{
	position:absolute;
    margin-top: -23px;
	height: 80px;
}


.services_carrousel .nav-tabs {
border-bottom: 1px solid #ddd;

}

.services_carrousel .nav-tabs li a{
    color: #111;
    font-weight: bold;
	font-size:14px;
	padding: 10px;
	border: 1px solid #ddd;
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    border-radius: 3px !important;
	background: #3498db;
	background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
	background-image: -moz-linear-gradient(top, #3498db, #2980b9);
	background-image: -ms-linear-gradient(top, #3498db, #2980b9);
	background-image: -o-linear-gradient(top, #3498db, #2980b9);
	background-image: linear-gradient(to bottom, #3498db, #2980b9);	
	-webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
}
.services_carrousel .nav-tabs li a:hover{
    color: #111;
	background: #91BDDB;
	background-image: -webkit-linear-gradient(top, #91BDDB, #3299DE);
	background-image: -moz-linear-gradient(top, #91BDDB, #3299DE);
	background-image: -ms-linear-gradient(top, #91BDDB, #3299DE);
	background-image: -o-linear-gradient(top, #91BDDB, #3299DE);
	background-image: linear-gradient(to bottom, #91BDDB, #3299DE);	
}
.services_carrousel .nav-tabs li.active a{
	color: #fff;
	border: 1px solid #ddd;
	border-bottom:0px solid #ddd;
	background: #3cb0fd;
	background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
	background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
	background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
	background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
	background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
	text-decoration: none;
}

#aboutus .flexslider ul li img {
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	border: 0px solid #000000;
}

.contratarnos {
	margin-bottom: 30px;
}
.contratarnos ul{
	list-style-type: square;
	list-style-image: url('../img/iconos/puzzle.png');
	margin: 0;
    padding: 20px;
}	
.contratarnos ul li {
	line-height: 20px;
	padding: 10px;
    margin-left: 10px;
}

.feature .info ul{
	list-style-type: square;
	list-style-image: url('../img/iconos/check-mark.png');
	margin: 0;
    padding: 15px;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: justify;
}	
.feature .info ul li {
	line-height: 20px;
	padding: 5px;
    margin-left: 10px;
	font-size:14px;
}
.feature .info ul li  ol {
	list-style-type: square;
	list-style-image: none;
	padding: 15px;
}
.feature .info ul li  ol {
	line-height: 20px;
	padding: 5px;
    margin-left: 10px;
	font-size:14px;
}

.feature .options-pc ul {
	list-style-type: none;
	list-style-image: none;
	margin: 0;
    padding: 15px;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: justify;
}
.feature .options-pc ul li {
	line-height: 20px;
	padding: 5px;
    margin-left: 10px;
	font-size:17px;
	color: #1189D9;
}
.glyphx{
        display: inline-block;
        width: 9em;
        margin: 1em;
        text-align: center;
        vertical-align: top;
        background: #fff;
    }
    .glyph .glyph-icon {
        padding: 10px;
        display: block;
        font-family:"Flaticon";
        font-size: 40px;
        line-height: 1;
		color: #1189D9;
    }
    .glyph .glyph-icon:before {
        font-size: 30px;
        color: #222;
        margin-left: 0;
		color: #1189D9;
    }
	
.pruebas-box{
	width: 16%;
	height: 30px !important;
}
.space-26 {
  max-height: 1px;
  min-height: 1px;
  overflow: hidden;
  margin: 12px 0;
  margin: 26px 0 25px;
}
[class*="vspace-26"] {
  max-height: 1px;
  min-height: 1px;
  overflow: hidden;
  margin: 12px 0;
  margin: 26px 0 25px 0;
}
.space-24 {
  max-height: 1px;
  min-height: 1px;
  overflow: hidden;
  margin: 12px 0;
  margin: 24px 0 23px;
}
[class*="vspace-24"] {
  max-height: 1px;
  min-height: 1px;
  overflow: hidden;
  margin: 12px 0;
  margin: 24px 0 23px 0;
}
.space-22 {
  max-height: 1px;
  min-height: 1px;
  overflow: hidden;
  margin: 12px 0;
  margin: 22px 0 21px;
}
[class*="vspace-22"] {
  max-height: 1px;
  min-height: 1px;
  overflow: hidden;
  margin: 12px 0;
  margin: 22px 0 21px 0;
}
.space-20 {
  max-height: 1px;
  min-height: 1px;
  overflow: hidden;
  margin: 12px 0;
  margin: 20px 0 19px;
}
[class*="vspace-20"] {
  max-height: 1px;
  min-height: 1px;
  overflow: hidden;
  margin: 12px 0;
  margin: 20px 0 19px 0;
}
.space-18 {
  max-height: 1px;
  min-height: 1px;
  overflow: hidden;
  margin: 12px 0;
  margin: 18px 0 17px;
}
[class*="vspace-18"] {
  max-height: 1px;
  min-height: 1px;
  overflow: hidden;
  margin: 12px 0;
  margin: 18px 0 17px 0;
}
.space-16 {
  max-height: 1px;
  min-height: 1px;
  overflow: hidden;
  margin: 12px 0;
  margin: 16px 0 15px;
}
[class*="vspace-16"] {
  max-height: 1px;
  min-height: 1px;
  overflow: hidden;
  margin: 12px 0;
  margin: 16px 0 15px 0;
}
.space-14 {
  max-height: 1px;
  min-height: 1px;
  overflow: hidden;
  margin: 12px 0;
  margin: 14px 0 13px;
}
[class*="vspace-14"] {
  max-height: 1px;
  min-height: 1px;
  overflow: hidden;
  margin: 12px 0;
  margin: 14px 0 13px 0;
}
.space-12 {
  max-height: 1px;
  min-height: 1px;
  overflow: hidden;
  margin: 12px 0;
  margin: 12px 0 11px;
}
[class*="vspace-12"] {
  max-height: 1px;
  min-height: 1px;
  overflow: hidden;
  margin: 12px 0;
  margin: 12px 0 11px 0;
}
.space-10 {
  max-height: 1px;
  min-height: 1px;
  overflow: hidden;
  margin: 12px 0;
  margin: 10px 0 9px;
}
[class*="vspace-10"] {
  max-height: 1px;
  min-height: 1px;
  overflow: hidden;
  margin: 12px 0;
  margin: 10px 0 9px 0;
}
.space-8 {
  max-height: 1px;
  min-height: 1px;
  overflow: hidden;
  margin: 12px 0;
  margin: 8px 0 7px;
}
[class*="vspace-8"] {
  max-height: 1px;
  min-height: 1px;
  overflow: hidden;
  margin: 12px 0;
  margin: 8px 0 7px 0;
}
.space-6 {
  max-height: 1px;
  min-height: 1px;
  overflow: hidden;
  margin: 12px 0;
  margin: 6px 0 5px;
}
[class*="vspace-6"] {
  max-height: 1px;
  min-height: 1px;
  overflow: hidden;
  margin: 12px 0;
  margin: 6px 0 5px 0;
}
.space-4 {
  max-height: 1px;
  min-height: 1px;
  overflow: hidden;
  margin: 12px 0;
  margin: 4px 0 3px;
}
[class*="vspace-4"] {
  max-height: 1px;
  min-height: 1px;
  overflow: hidden;
  margin: 12px 0;
  margin: 4px 0 3px 0;
}
.space-2 {
  max-height: 1px;
  min-height: 1px;
  overflow: hidden;
  margin: 12px 0;
  margin: 2px 0 1px;
}
[class*="vspace-2"] {
  max-height: 1px;
  min-height: 1px;
  overflow: hidden;
  margin: 12px 0;
  margin: 2px 0 1px 0;
}
.space-0,
[class*="vspace-0"] {
  max-height: 1px;
  min-height: 1px;
  overflow: hidden;
  margin: 12px 0;
  margin: 0;
}