

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
 #menu-movi{
		display: none;
		margin-top: -50px;
		color:#4d85bc;

	}
.app-header{
	background-color:white;
	font-family: "Avenir", Futura, Helvetica, sans-serif;
	letter-spacing: 1px;
	text-transform: uppercase;
	max-width: 1080px;
}
.app-container{
	width: 100%;
	/*max-width: 1080px;*/
}

.app-navbar{
	/*background: rgba(0,0,0,0.6);*/
	border-radius: 0;
	max-width: 1080px;
	display: inline-block;
	margin-bottom: 0px;
	
}
.app-link{
	color: #60B1D5;
	text-shadow:none;
}
.app-link:hover{
	color:#60B1D5;
}
.app-nav>li>a{
	color:#4d85bc ;
	text-shadow;
	font-size: 13px;
	text-transform: uppercase;
}
.nav>li{
	padding-right: 0 !important;
	padding-left: 0 !important;
}

.nav>li:hover a{
	color:#EB7B27;
	background-color: transparent;
 	cursor: pointer;
}

.nav>li>a{
	position: relative;
	display: block;
	padding: 15px 0px;
	text-align: center;	
	webkit-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

.app-navdown{
	font-size: 12px;
	border-radius: 0;
	max-width: 1080px;
	display: inline-block;
	margin-bottom: -16px;
	margin-left: 20%;
    margin-right: 24%;
    margin-top: -10px;
}

#menu{
	padding-right: 0 !important;
	padding-left: 0 !important;
}
.app-navdown>li>a{
	color:#4d85bc ;
	text-shadow;
}
.app-navdown>li>a:hover{
	color:#d65f00;
	background-color:white;
 	cursor: pointer;
}
.app-icon{
	background: #4d85bc;
}

.app-contenido{
	background-color: white;
	max-width: 1080px;
 	padding-right: 0px;
  	padding-left: 0px;
}

.app-down{
 background-color: blue;
}

.app-fondo{
	
	background-image:url(../img/boton.png);
	background-position-x: 10px;
    background-position-y: 7px;
	background-repeat:no-repeat;
}
.navbar-personalizado{
	margin-bottom: 0px;
}

/*.app-nav{
	background-image:url(../img/boton.png);
	background-position-x: 10px;
    background-position-y: 7px;
	background-repeat:no-repeat;
}*/

.app-icono{
	position: left;
	
}

.app-tuerca{
	margin-top: 10px;
	margin-bottom:10px;
	font-style: "Avenir", Futura, Helvetica, sans-serif;

}

.icon-cog{
   display: inline-block;
}

.cube{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: -1;
	min-height: 553px;

}
.cube1{
	position: absolute;
	top: 0px;
	left: 0px;
	
}
 
 #cuerpo{
 	position: relative;
 	min-height: 553px;
 	z-index: 1;
 
 }

 .app-cuerpo{
	/*background:url(../img/banner1.jpg) no-repeat center top fixed ;
	font-family: "Avenir", Futura, Helvetica, sans-serif;
	padding-bottom: 80px;
	height: 394px;*/
	
}
.app-titulo3{
	color:white;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: bold;
	padding: 10px 0;
	background: -moz-linear-gradient(left,  rgba(239,111,0,1) 0%, rgba(239,111,0,1) 70%, rgba(239,111,0,0.6) 82%, rgba(125,185,232,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(239,111,0,1)), color-stop(70%,rgba(239,111,0,1)), color-stop(82%,rgba(239,111,0,0.6)), color-stop(100%,rgba(125,185,232,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  rgba(239,111,0,1) 0%,rgba(239,111,0,1) 70%,rgba(239,111,0,0.6) 82%,rgba(125,185,232,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  rgba(239,111,0,1) 0%,rgba(239,111,0,1) 70%,rgba(239,111,0,0.6) 82%,rgba(125,185,232,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  rgba(239,111,0,1) 0%,rgba(239,111,0,1) 70%,rgba(239,111,0,0.6) 82%,rgba(125,185,232,0) 100%); /* IE10+ */
background: linear-gradient(to right,  rgba(239,111,0,1) 0%,rgba(239,111,0,1) 70%,rgba(239,111,0,0.6) 82%,rgba(125,185,232,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef6f00', endColorstr='#007db9e8',GradientType=1 ); /* IE6-9 */

    
}

.app-titulo{
	color:white;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: bold;
	padding: 10px 0;
	background: -moz-linear-gradient(left,  rgba(30,87,153,1) 0%, rgba(125,185,232,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(30,87,153,1)), color-stop(100%,rgba(125,185,232,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  rgba(30,87,153,1) 0%,rgba(125,185,232,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  rgba(30,87,153,1) 0%,rgba(125,185,232,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  rgba(30,87,153,1) 0%,rgba(125,185,232,0) 100%); /* IE10+ */
background: linear-gradient(to right,  rgba(30,87,153,1) 0%,rgba(125,185,232,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#007db9e8',GradientType=1 ); /* IE6-9 */
    
    max-width:600px;
}
.app-titulo4{
	color:white;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: bold;
	padding: 10px 0;
	bbackground: rgb(30,87,153); /* Old browsers */
background: -moz-linear-gradient(left,  rgba(30,87,153,1) 0%, rgba(41,137,216,1) 99%, rgba(32,124,202,1) 100%, rgba(125,185,232,1) 100%, rgba(32,124,202,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(30,87,153,1)), color-stop(99%,rgba(41,137,216,1)), color-stop(100%,rgba(32,124,202,1)), color-stop(100%,rgba(125,185,232,1)), color-stop(100%,rgba(32,124,202,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  rgba(30,87,153,1) 0%,rgba(41,137,216,1) 99%,rgba(32,124,202,1) 100%,rgba(125,185,232,1) 100%,rgba(32,124,202,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  rgba(30,87,153,1) 0%,rgba(41,137,216,1) 99%,rgba(32,124,202,1) 100%,rgba(125,185,232,1) 100%,rgba(32,124,202,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  rgba(30,87,153,1) 0%,rgba(41,137,216,1) 99%,rgba(32,124,202,1) 100%,rgba(125,185,232,1) 100%,rgba(32,124,202,1) 100%); /* IE10+ */
background: linear-gradient(to right,  rgba(30,87,153,1) 0%,rgba(41,137,216,1) 99%,rgba(32,124,202,1) 100%,rgba(125,185,232,1) 100%,rgba(32,124,202,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#207cca',GradientType=1 ); /* IE6-9 */

    max-width:600px;
}

.app-abajo{
	color: white;
	font-size:30px;
	border-top: 3px solid #ffF;
    border-bottom: 3px solid #FFF;
}


.app-resaltar{
 text-transform: uppercase;
 font-size:30px;
 font-weight: bold;
 
}
.app-resaltar1{
 color:white;
 font-size:50px;
 

}
.app-laboral{
	text-align: center;
}
.app-justificar{
	text-align: justify;
	
	font-size:20px;
	font-family: Candara;
     color: #083374;
 }
 .app-justificar2{
	text-align: justify;
	
	font-size:18px;
	font-family: Candara;
     color: #083374;
 }
	

.app-titulo2{
	margin-top: 0;
}

.app-separador{
	width: 100px;
	border-bottom: 1px solid #0080d6;
	margin-top: 20px;
	margin-bottom: 20px;
}

.app-justificar1{
	text-align: justify;
	color: #727272;
}
.app-media{
	margin-top: 10px;
	background-color: #EB7B27;
	color:white;
	padding-left: 10px;
}

.app-plantilla{
	max-width: 540px;
  border-radius: 0px 40px 40px 0px;
  background-color: rgba(255, 255, 255, .7);
  padding: 25px;
  position: absolute;
  left: 0px;

}
#menu-right{
	 position: absolute;
     right: 0px;

}
.app-text{
	margin-left: 30px;
}
.app-text1{
	margin-left: 30px;
}
.app-borde{
	border-left: 3px solid #727272;
	margin-right: 10px; 
	border-spacing: 10px;
}
.app-resaltartext{
	font-weight: bold;

}
.app-navright{
	margin-top:20px;
	color: white;
	font-size: 20px;
	list-style: none;

}

.app-plantilla1{
  border-radius: 0px 40px 40px 0px;
  background-color: rgba(255, 255, 255, .7);
  padding:25px;
  max-width: 600px;
  

}
.app-espacio{
	color: white;
	margin-top: 5px;
	padding-left: 10px;
	
}
.app-seccion2{
	border-radius: 0px 40px 40px 0px;
  background-color: rgba(74, 127, 177, .7);
  padding: 10px 50px;
  position: absolute;
  right: 0px;
  bottom: 15px;
}
.app-body{
	background-image:url(../imagenes/fondosmarty_nuevo.jpg);

}
.app-titulocar {
  color: white;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: -214px;
  font-weight: bold;
  padding: 10px 0;
  color:white;
	background: -moz-linear-gradient(left,  rgba(30,87,153,1) 0%, rgba(125,185,232,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(30,87,153,1)), color-stop(100%,rgba(125,185,232,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  rgba(30,87,153,1) 0%,rgba(125,185,232,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  rgba(30,87,153,1) 0%,rgba(125,185,232,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  rgba(30,87,153,1) 0%,rgba(125,185,232,0) 100%); /* IE10+ */
background: linear-gradient(to right,  rgba(30,87,153,1) 0%,rgba(125,185,232,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#007db9e8',GradientType=1 ); /* IE6-9 */
    
   

}

.app-plantillacar {
  border-radius: 0px 40px 40px 0px;
  background-color: rgba(255, 255, 255, .7);
  padding: 25px;
  margin-bottom: 145px;
  margin-left: -201px;
}
.app-textcar {
  margin-left: -566px;
}

.color1{
	background: -moz-linear-gradient(left,  rgba(239,111,0,1) 0%, rgba(239,111,0,1) 70%, rgba(239,111,0,0.6) 82%, rgba(125,185,232,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(239,111,0,1)), color-stop(70%,rgba(239,111,0,1)), color-stop(82%,rgba(239,111,0,0.6)), color-stop(100%,rgba(125,185,232,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  rgba(239,111,0,1) 0%,rgba(239,111,0,1) 70%,rgba(239,111,0,0.6) 82%,rgba(125,185,232,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  rgba(239,111,0,1) 0%,rgba(239,111,0,1) 70%,rgba(239,111,0,0.6) 82%,rgba(125,185,232,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  rgba(239,111,0,1) 0%,rgba(239,111,0,1) 70%,rgba(239,111,0,0.6) 82%,rgba(125,185,232,0) 100%); /* IE10+ */
background: linear-gradient(to right,  rgba(239,111,0,1) 0%,rgba(239,111,0,1) 70%,rgba(239,111,0,0.6) 82%,rgba(125,185,232,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef6f00', endColorstr='#007db9e8',GradientType=1 ); /* IE6-9 */

	
}
.color{
	color:white; 
	}
	

.img-responsive1{
	display: block;
  max-width: 100%;
  height: auto;
  min-height: 553px;
  min-width: 670px;
}

.carousel-caption1{
	position: absolute;
z-index: 10;
padding-top: 20px;
padding-bottom: 20px;
color: #FFF;
text-align: center;
text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.6);
top: -20px;
	
}

.carousel-control{
	z-index: 20 !important;
}

.app-text2{
	font-size: 28px;
	font-weight: normal;
	text-align: justify;
}
.color3{
	color: #A2AEA7;
}

.row1{
	margin-right:-30px; 
	margin-left: -30px;
}

.app-cover{
	width: 100%;
	height: 100%;
	position: absolute;
	background: rgba(0,0,0,.9);
	z-index: 1;
	display: none;
}

.app-padding-cero{ padding-left: 0; padding-right: 0;}

.close{
  background: url('../img/sprite.png') 2px 1px no-repeat;
  cursor: pointer;
  height: 30px;
  width: 30px;
  position: absolute;
  right: 5px;
  top: 5px;
  z-index: 10000000;
  position: absolute;
  opacity: .7;
}

.app-numero{
	color:black;
	position: absolute;
    right: 0;
    bottom: 738px;
    font-size: 18px;
}
.close:hover{
	opacity: .9;
}
.app-navright>li>a:hover{
  color: #FF9B47;
  text-decoration: none;
  webkit-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.app-navright>li:hover{
	background: -moz-linear-gradient(left,  rgba(239,111,0,1) 0%, rgba(239,111,0,1) 70%, rgba(239,111,0,0.6) 82%, rgba(125,185,232,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(239,111,0,1)), color-stop(70%,rgba(239,111,0,1)), color-stop(82%,rgba(239,111,0,0.6)), color-stop(100%,rgba(125,185,232,0))); /* Chrome,Safari4+ */
     background: -webkit-linear-gradient(left,  rgba(239,111,0,1) 0%,rgba(239,111,0,1) 70%,rgba(239,111,0,0.6) 82%,rgba(125,185,232,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  rgba(239,111,0,1) 0%,rgba(239,111,0,1) 70%,rgba(239,111,0,0.6) 82%,rgba(125,185,232,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  rgba(239,111,0,1) 0%,rgba(239,111,0,1) 70%,rgba(239,111,0,0.6) 82%,rgba(125,185,232,0) 100%); /* IE10+ */
background: linear-gradient(to right,  rgba(239,111,0,1) 0%,rgba(239,111,0,1) 70%,rgba(239,111,0,0.6) 82%,rgba(125,185,232,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef6f00', endColorstr='#007db9e8',GradientType=1 ); /* IE6-9 */

}