@media only screen 
and (min-width : 768px) 
and (max-width : 1024px) {
	#proyectos {
		height: 800px;
		margin: 0 auto;
		padding: 140px 0 50px;
		position: relative;
		width: 100%;
		background-attachment: scroll;
		background-color: rgba(0, 0, 0, 0);
		background-image: url(../images/bg2.jpg);
		background-repeat: repeat;
		background-position: 50% 0;
	}
	#clientes {
		background-attachment: scroll;
		height: 100%;
		margin: 0 auto;
		width: 100%;
		position: relative;
		padding: 140px 0 50px;
		background-image: url(../images/bg2.jpg);
		background-position: 50% top;
	}
	#clientes .container {
		margin-top:75px;
	}
	#contacto {
		background: url("../images/bg3.jpg");
		background-position:50% -10px;
		background-size: 160%;
		background-repeat:no-repeat;
		padding: 50px 0;
		padding-top:100px;
		height:750px;
	}
	#contacto p {
		color: #fff;
		font-size: 15px;
		font-weight: 600;
		line-height: 20px;
		margin: 10px 0 0;
		text-align: left;
		width: 90%;
	}
	.item > ul {
		color: #000099;
		text-align: left;
		float:left;
		list-style:disc;
		padding-left:30px;
		width:420px;
	}
	/* SLIDE HOME */
	.img-home-1_a, .img-home-2_a, .img-home-3_a, .img-home-4_a {
		height:750px;
		min-height: 100%;
		width: 100%;
		position:absolute;
		top: 0;
		left:0;
		background-position:50% top;
		/*background-size:102% auto;*/
		background-size: 200%;
	}
	.img-home-1_a {
		background-image: url(../images/bg_home_2.jpg);
		background-repeat: no-repeat;
		background-attachment:fixed;
		z-index:4;
	}
	.img-home-2_a {
		background-image: url(../images/bg_home_4.jpg);
		background-repeat: no-repeat;
		background-attachment:fixed;
		z-index:3;
	}
	.img-home-3_a {
		background-image: url(../images/bg_home_3.jpg);
		background-repeat: no-repeat;
		background-attachment:fixed;
		z-index:2;
	}
	.img-home-4_a {
		background-image: url(../images/bg_home_4.jpg);
		background-repeat: no-repeat;
		background-attachment:fixed;
		z-index:1;
	}
	/* SLIDE HOME */
	#home .top_text {
		background-color: rgba(0, 0, 150, 0.4);
		border-radius: 10px;
		color: #fff;
		display: table;
		padding-bottom: 30px;
		padding-top: 30px;
		position: relative;
		/*width: 650px;*/
		z-index: 500;
		margin:250px auto 70px;
	}
	.navbar.navbar-default li {
		color: #000099;
		float: left;
		font-size: 16px;
		list-style-type: none;
		margin-left: 10px;
		margin-right: 10px;
		text-transform: uppercase;
	}
	.customNavigation {
		display: table;
		height: auto;
		margin-left: auto;
		margin-right: auto;
		margin-top: 0;
		text-align: center;
		width: auto;
		z-index: 1000;
	}
	.prev,.owl-prev {
		background-image: url("../images/prev.png");
		background-position: 0 0;
		background-repeat: no-repeat;
		float: left;
		height: 38px;
		margin-left: auto;
		margin-right:auto;
		width: 22px;
	}
	.prev:hover, .owl-prev:hover {
		background-image: url("../images/prev.png");
		background-position: 0 -38px;
		background-repeat: no-repeat;
	}
	.next, .owl-next {
		background-image: url("../images/next.png");
		background-position: 0 0;
		background-repeat: no-repeat;
		float: right;
		height: 38px;
		margin-left: auto;
		margin-right:auto;
		width: 22px;
	}
	.next:hover, .owl-next:hover {
		background-image: url("../images/next.png");
		background-position: 0 -38px;
		background-repeat: no-repeat;
	}
	#sync1 .item{
	padding: 10px 10px;
	margin: 5px;
	color: #FFF;
	text-align: center;
	border-bottom:1px solid #000099;
	}
	#sync1 .item:after{
		clear: both;
		content: "";
		display: block;
	}
	#sync1 .item h2{
		margin:0;
		text-align:left;
		color:#000099;
		margin-bottom:5px;
	}
	#sync1 .item /*.imagen*/ img{
		width:33%;
		height:auto;
		border:1px solid #000099;
		float:left;
		margin-right:12px;
	}
	#sync1 .item p{
		color: #000099;
		font-size: 13px;
		line-height: 19px;
		margin-right: 0;
		margin-top: 0;
		text-align: left;
		width: 100%;	
	}
	#sync2 .item{
		padding: 3px;
		margin: 5px;
		color: #FFF;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		text-align: center;
		cursor: pointer;
	}
	#sync2 .item h3{
		font-size: 15px;
		margin-top:0;
		margin-bottom:0;
		font-weight:400;
		color:#000099;
	}
	#sync2 .synced .item{
		font-weight:700;
		background-color:#000099;
	}
	#sync2 .synced .item h3{
		font-size: 18px;
		border-bottom:2px solid #fff;
		color:#fff;
		font-weight:700;
	}
	.owl-controls {
		display: table;
		height: auto;
		margin-left: auto;
		margin-right: auto;
		margin-top: 0;
		text-align: center;
		width: auto;
		z-index: 1000;
	}
	.owl-controls .owl-prev {
		background-image: url("../images/prev.png");
		background-position: 0 0;
		background-repeat: no-repeat;
		float: left;
		height: 38px;
		margin-left: auto;
		margin-right:auto;
		width: 22px;
	}
	.owl-controls .owl-prev:hover {
		background-image: url("../images/prev.png");
		background-position: 0 -38px;
		background-repeat: no-repeat;
	}
	.owl-controls .owl-next {
		background-image: url("../images/next.png");
		background-position: 0 0;
		background-repeat: no-repeat;
		float: right;
		height: 38px;
		margin-left: auto;
		margin-right:auto;
		width: 22px;
	}
	.owl-controls .owl-next:hover {
		background-image: url("../images/next.png");
		background-position: 0 -38px;
		background-repeat: no-repeat;
	}
	
	.owl-controls .owl-buttons div:hover {
		opacity: 1;
	}
	/* pagina error */
	.error_ctn .texto_error {    
		margin-left:auto;
		margin-right:auto;
		width: 100%;
	}
	/* pagina error */
	.nav.navbar-nav > li a {
		font-size: 15px;
		padding: 0;
	}
	#ok {
		display:none;
		float:right;
		width:260px;
		height: auto;
		margin-top: 0;
	}
	#ok p{
		text-align: right;
		width: 100%;
		margin-top: 6px;
	}
}
/**************************************************************************************************************************************/
@media only screen 
and (min-width : 640px) 
and (max-width : 767px) {
	.navbar.navbar-default li {
		color: #000099;
		float: left;
		font-size: 13px;
		list-style-type: none;
		margin-left: 10px;
		margin-right: 10px;
		text-transform: uppercase;
	}
	.btn_enviar {
		background-color: #0099ff;
		border: medium none;
		color: #fff;
		float: right;
		font-size: 22px;
		font-weight: 700;
		height: 56px;
		margin-bottom: 20px;
		margin-top: 10px;
		padding: 10px;
		text-align: center;
		text-transform: uppercase;
		width: 161px;
	}
	/* pagina error */
	.error_ctn .texto_error {    
		margin-left:auto;
		margin-right:auto;
		width: 100%;
	}
	/* pagina error */
	.nav.navbar-nav > li a {
		font-size: 15px;
		padding: 0;
	}
	#ok {
		display:none;
		float:right;
		width:260px;
		height: auto;
		margin-top: 0;
	}
	#ok p{
		text-align: right;
		width: 100%;
		margin-top: 6px;
	}
}
/**************************************************************************************************************************************/
@media only screen 
and (min-width : 10px) 
and (max-width : 767px) {
	.imagen_serv {
		width:200px;
		height:auto;
		margin-left:auto;
		margin-right:auto;
		margin-bottom:20px;
		border:1px solid #000099;
	}
	header.head { display:none}
	header.head_mobile {
		/*display: table;
		left: 50%;
		margin-left: -40%;
		margin-top: 0;
		width: 80%;
		z-index: 1000;
		position: relative;*/
		
		background-color: #fff;
		display: table;
		height: auto;
		margin-top: 0;
		padding-left: 10px;
		padding-right: 10px;
		padding-top: 10px;
		position: fixed;
		width: 100%;
		z-index: 1000;		
	}
	header .logo_hm {
		/*float: inherit;
		margin-left:auto;
		margin-right:auto;
		height: 70px;
		margin-top: 0px;
		width: 64px;*/
		
		float: left;
		height: auto;
		margin-top: 0;
		width: 44px;
	}
	header .logo_hm img{
		width:100%;
		height:auto;
	}
	#nav_mobile .menu {
		color: #fff;
		cursor: pointer;
		height: 28px;
		margin-bottom: 10px;
		padding-top: 8px;
		text-align: center;
		float: right;
	}
	#nav_mobile {
		/*display: table;
		margin-left: auto;
		margin-right: auto;
		margin-top: 20px;
		margin-bottom:20px;*/		
		display: table;
		float: right;
		margin: 4px 20px 20px auto;
	}
	.item_top_btn {
		clear: both;
		float: inherit;
		text-align: right;
	}
	header {
		color: #fff;
		font-size: 15px;
		text-align: center;
	}	
	.item_top { margin-top:3px;}
	.item_top a {
		color: #000099;
		letter-spacing: 1px;
		position: relative;
		text-decoration: none;
		text-transform: uppercase;
	}
	/* HOME */
	#home {
		/*background: url("../images/bg1.jpg") repeat 50% 0;*/
		height: 100%;
		margin: 0 auto;
		padding: 50px 0;
		position: relative;
		width: 100%;
		padding-top:100px;
	}
	#home .top_text {
		margin-top: 100px;
		background-color: rgba(0, 0, 150, 0.4);
		border-radius: 10px;
		color: #fff;
		display: table;
		margin-left: auto;
		margin-right: auto;
		padding-bottom: 30px;
		padding-top: 30px;
		position: relative;
		width: 450px;
		z-index: 500;
	}
	#home .top_text h1 {font-size: 25px;line-height: 48px; margin-top:0}
	#home p {font-size: 14px; margin-top:10px;}
	/* HOME */
	
	/* PROYECTOS */
	#proyectos {
		background: url("../images/bg2.jpg") repeat 50% 0;
		height: auto;
		margin: 0 auto;
		padding: 100px 0;
		position: relative;
		width: 100%;
	}
	#proyectos h1 {font-size: 25px;line-height: 48px; margin-top:0}
	#proyectos p {font-size: 14px; margin-top:10px;}
	/* PROYECTOS */
	
	/* EMPRESASS */
	#empresas {padding: 50px 0; padding-top:100px;}
	#empresas h1 {font-size: 25px;line-height: 48px; margin-top:0}
	
	/* SERVICIOS */
	#servicios {padding: 50px 0; padding-top:100px;}
	#servicios h1 {font-size: 25px;line-height: 48px; margin-top:0}
	#servicios p {font-size: 14px; margin-top:10px;}
	.nav.nav-tabs.col-md-4 {
		margin-left: auto;
		margin-right: auto;
		width: 80%;
	}
	.nav > li a {font-size: 11px;padding: 15px;}
	.ico_medicion {
		background-image: url("../images/ico_medicion_mb.png");
		background-position: left -40px;
		height: 40px;
		width: 40px;
		margin-top: -13px;
	}
	.nav-tabs > li > a:hover .ico_medicion {
		background-image:url(../images/ico_medicion_mb.png);
		background-repeat:no-repeat;
		background-position:left top;
	}
	.nav-tabs > li.active .ico_medicion {
		background-image: url("../images/ico_medicion_mb.png");
		background-position: left top;
		background-repeat: no-repeat;
	}
	.ico_simulacion {
		background-image: url("../images/ico_simulacion_mb.png");
		background-position: left -40px;
		height: 40px;
		width: 40px;
		margin-top: -13px;
	}
	.nav-tabs > li > a:hover .ico_simulacion {
		background-image:url(../images/ico_simulacion_mb.png);
		background-repeat:no-repeat;
		background-position:left top;
	}
	.nav-tabs > li.active .ico_simulacion {
		background-image: url("../images/ico_simulacion_mb.png");
		background-position: left top;
		background-repeat: no-repeat;
	}
	.ico_software {
		background-image: url("../images/ico_software_mb.png");
		background-position: left -40px;
		height: 40px;
		margin-top: -13px;
		width: 40px;
	}
	.nav-tabs > li > a:hover .ico_software {
		background-image:url(../images/ico_software_mb.png);
		background-repeat:no-repeat;
		background-position:left top;
	}
	.nav-tabs > li.active .ico_software {
		background-image: url("../images/ico_software_mb.png");
		background-position: left top;
		background-repeat: no-repeat;
	}
	.ico_servicios {
		background-image: url("../images/ico_servicios_mb.png");
		background-position: left -40px;
		height: 40px;
		margin-top: -13px;
		width: 40px;
	}
	.nav-tabs > li > a:hover .ico_servicios {
		background-image:url(../images/ico_servicios_mb.png);
		background-repeat:no-repeat;
		background-position:left top;
	}
	.nav-tabs > li.active .ico_servicios {
		background-image: url("../images/ico_servicios_mb.png");
		background-position: left top;
		background-repeat: no-repeat;
	}
	.ico_electronica {
		background-image: url("../images/ico_electronica_mb.png");
		background-position: left -40px;
		height: 40px;
		margin-top: -13px;
		width: 40px;
	}
	.nav-tabs > li > a:hover .ico_electronica {
		background-image:url(../images/ico_electronica_mb.png);
		background-repeat:no-repeat;
		background-position:left top;
	}
	.nav-tabs > li.active .ico_electronica {
		background-image: url("../images/ico_electronica_mb.png");
		background-position: left top;
		background-repeat: no-repeat;
	}
	
	.ico_seguridad {
		background-image: url("../images/ico_seguridad_mb.png");
		background-position: left -40px;
		height: 40px;
		margin-top: -13px;
		width: 40px;
	}
	.nav-tabs > li > a:hover .ico_seguridad {
		background-image:url(../images/ico_seguridad_mb.png);
		background-repeat:no-repeat;
		background-position:left top;
	}
	.nav-tabs > li.active .ico_seguridad {
		background-image: url("../images/ico_seguridad_mb.png");
		background-position: left top;
		background-repeat: no-repeat;
	}
	/* SERVICIOS */
	
	/* CLIENTES */
	#clientes {padding: 100px 0;}
	#clientes h1 {font-size: 25px;line-height: 48px; margin-top:0;}
	#owl-demo .item {margin: 40px auto 10px;width: 100%;}
	.customNavigation {
		display: table;
		height: auto;
		margin-left: auto;
		margin-right: auto;
		margin-top: 0;
		text-align: center;
		width: auto;
		z-index: 1000;
	}
	.ancho { width:100%}
	.ancho_empresa { width:50%}
	
	.carousel-indicators {
		bottom: 10px;
		left: 50%;
		list-style: outside none none;
		margin-left: -36%;
		padding-left: 0;
		position: absolute;
		text-align: center;
		width: 70%;
		z-index: 15;
	}
	.logo {
		float: left;
		height: 64px;
		margin: 3px;
		width: 64px;
	}
	.logo img {width:100%; height:auto;}
	.prev,.owl-prev {
		background-image: url("../images/prev.png");
		background-position: 0 0;
		background-repeat: no-repeat;
		float: left;
		height: 38px;
		margin-left: auto;
		margin-right:auto;
		width: 22px;
	}
	.prev:hover, .owl-prev:hover {
		background-image: url("../images/prev.png");
		background-position: 0 -38px;
		background-repeat: no-repeat;
	}
	.next, .owl-next {
		background-image: url("../images/next.png");
		background-position: 0 0;
		background-repeat: no-repeat;
		float: right;
		height: 38px;
		margin-left: auto;
		margin-right:auto;
		width: 22px;
	}
	.next:hover, .owl-next:hover {
		background-image: url("../images/next.png");
		background-position: 0 -38px;
		background-repeat: no-repeat;
	}
	#sync2 .synced .item{
		font-weight:700;
		background-color:#000099;
	}
	#sync2 .synced .item h3{
		font-size: 15px;
		border-bottom:2px solid #fff;
		color:#fff;
		font-weight:400;
	}
	/* CLIENTES */
	
	/* CONTACTO */
	#contacto {background: url("../images/bg3.jpg") 50% 0 fixed; background-size:cover; background-repeat:no-repeat; padding: 50px 0; padding-top:100px;}
	#contacto h1 {font-size: 25px;line-height: 48px; margin-top:0}
	#contacto p {font-size: 14px;}
	.btn_enviar {
		background-color: #0099ff;
		border: medium none;
		color: #fff;
		float: right;
		font-size: 17px;
		font-weight: 700;
		height: 46px;
		margin-bottom: 20px;
		margin-top: 10px;
		padding: 10px;
		text-align: center;
		text-transform: uppercase;
		width: 120px;
	}
	iframe { height:330px; width:100%;}
	/* CONTACTO */
	
	/* FOOTER */	
	#footer h1 {font-size: 18px;letter-spacing: 0;}
	#footer p {font-size: 12px;}
	/* FOOTER */
	
	#sync1 .item img {
		border: 1px solid #000099;
		float: inherit;
		height: auto;
		margin-right: 0;
		width: 33%;
	}	
	#sync1 .item h2 {
		color: #000099;
		margin: 10px 0;
		text-align: center;
	}
	#sync1 .item p {
		color: #000099;
		font-size: 14px;
		line-height: 19px;
		margin-right: 0;
		margin-top: 0;
		text-align: left;
		width: 100%;
	}
	/* pagina error */
	.error_ctn .texto_error {    
		margin-left:auto;
		margin-right:auto;
		width: 100%;
	}
	.error_ctn .texto_error h1 {
		font-size: 25px;
	}
	/* pagina error */
	.nav.navbar-nav > li a {
		font-size: 15px;
		padding: 0;
	}
	#ok {
		display:none;
		float:right;
		width:260px;
		height: auto;
		margin-top: 0;
	}
	#ok p{
		text-align: right;
		width: 100%;
		margin-top: 6px;
	}
}
/**************************************************************************************************************************************/
@media only screen 
and (min-width : 10px) 
and (max-width : 639px) 
and (orientation : portrait) {
	#home .top_text {
		background-color: rgba(0, 0, 150, 0.4);
		border-radius: 10px;
		color: #fff;
		display: table;
		margin: 170px auto 100px;
		padding-bottom: 30px;
		padding-top: 30px;
		position: relative;
		width: 100%;
		z-index: 500;
	}
	#home {
		height: 100%;
		display:table;
		margin: 0 auto;
		padding: 0;
		width: 100%;
	}
	/* pagina error */
	.error_ctn .texto_error {    
		margin-left:auto;
		margin-right:auto;
		width: 100%;
	}
	.error_ctn .texto_error h1 {
		font-size: 18px;
	}
	/* pagina error */
	#ok {
		display:none;
		float:right;
		width:260px;
		height: auto;
		margin-top: 0;
	}
	#ok p{
		text-align: right;
		width: 100%;
		margin-top: 6px;
	}
}
/**************************************************************************************************************************************/
@media only screen 
and (min-width : 200px)
and (orientation : landscape) {
	#home {
		display:table;
		margin: 0 auto;
		padding: 0;
		width: 100%;
		max-height: 750px;
   		min-height: 100%;
	}
	/* pagina error */
	.error_ctn {
		position:absolute; height:auto; width:40%; top:50%; left:50%; margin-top:-120px; margin-left:-20%
	}
	.error_ctn .logo_error {
		margin-bottom:20px;
		margin-top:20px;
	}
	.error_ctn .texto_error {    
		margin-left:auto;
		margin-right:auto;
		width: 100%;
	}
	.error_ctn .texto_error h1 {
		font-size: 26px;
	}
	/* pagina error */
	#ok {
		display:none;
		float:right;
		width:260px;
		height: auto;
		margin-top: 0;
	}
	#ok p{
		text-align: right;
		width: 100%;
		margin-top: 6px;
	}
}
/**************************************************************************************************************************************/
@media only screen 
and (min-width : 1025px) 
and (max-width : 1199px) {
	.navbar.navbar-default li {
		color: #000099;
		float: left;
		font-size: 16px;
		list-style-type: none;
		margin-left: 10px;
		margin-right: 10px;
		text-transform: uppercase;
	}
}
@media only screen 
and (min-width : 769px) 
and (max-width : 991px) {
	#home .top_text {margin-top: 270px;}
}