/*-------------------------------------------------------------------------------------------*/
/* 0. RESET */
/*-------------------------------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
*{
	outline:none;
}

/*-------------------------------------------------------------------------------------------*/
/* 1. SETUP */
/*-------------------------------------------------------------------------------------------*/
/* 1.1 Defaults */

.left {
	float:left;
}
.right {
	float:right;
}
.alignleft{
	text-align:left;	
}
.alignright{
	text-align:right;	
}
.aligncenter{
	text-align:center;	
}
.clear {
	clear:both;
}
.clearfix:before,
.clearfix:after { display: table; content: " "; }
.clearfix:after { clear: both; }
textarea{
	overflow:auto;
	font-family:Arial, Helvetica, sans-serif; /* Body Font Family Will Come Here */
}
a { 
	color:#c1a16f;
	text-decoration:none;
}
a:hover {
	color:#747181;
}
a.activo { 
	color:#747181;
}

/* 1.2 Common Tags */
h2 {
	margin-bottom:22px;
	font-size:32px;
	line-height:42px;
}
h3 {
	padding-bottom:18px;
	line-height:18px;
}
p {
	font-size:15px;
	line-height:17px;
	margin-bottom:25px;
}
.label_contacto{
	width: 80px;
    height: 22px;
    line-height: 22px;
    margin-right: 22px;
    color: #fff;
    font-size: 10px;
    text-transform: uppercase;
    text-align: right;
    letter-spacing: 1px;
    float: left;
	
}
.row {
	margin-bottom:10px;
}
.textarea {
    width: 307px;
	padding: 10px;
    border: 1px solid #c1a16f;	
	color: #c1a16f;
	}
.input{
    width: 307px;
	padding: 10px;
    border: 1px solid #c1a16f;	
	color: #c1a16f;
	}
.button {
	background:#fff;
    border: 1px solid #c1a16f;	
	width:150px;
	padding: 10px;
	color:#c1a16f;
	font-size:13px;
	text-transform:uppercase;
	cursor:pointer;
}
.button:hover {
	background:#747181;
	color:#FFF;
}


/*-------------------------------------------------------------------------------------------*/
/* 2. SITE STRUCTURE & APPEARANCE */
/*-------------------------------------------------------------------------------------------*/
body {
	background:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#c1a16f;
}
.box {
	/*width:1024px;*/
	margin:0 auto;
	
}

/* 2.1 Header */
.header {
	background:#fff;
	-webkit-box-shadow: 0px 15px 25px -15px rgba(173,152,118,1);
	-moz-box-shadow: 0px 15px 25px -15px rgba(173,152,118,1);
	box-shadow: 0px 15px 25px -15px rgba(173,152,118,1);
	width:100%;
	height:75px;
	position:fixed;
	z-index:9999;
}
.header .box{
	max-width:835px;
	height:100%;
	position:relative;
	z-index:99;
}

.header_int {
	background:#fff;
	-webkit-box-shadow: 0px 15px 25px -15px rgba(173,152,118,1);
	-moz-box-shadow: 0px 15px 25px -15px rgba(173,152,118,1);
	box-shadow: 0px -15px 25px -15px rgba(173,152,118,1);
	width:100%;
	height:75px;
	position:relative;
	z-index:99;
}
.header_int .box{
	max-width:835px;
	height:100%;
	position:relative;
	z-index:999;
	padding: 25px 0 0 8px;
	font-family: 'Merriweather', serif;
	font-size: 25px;
	font-style:italic;
	color:#190f02;
}

.int {
	background:#c1a16f;
	width:100%;
}
.int .box{
	max-width:835px;
	position:relative;
	padding: 35px 8px 35px 8px;
	font-family: 'Yantramanav', sans-serif;
	color:#fff;
}
.int .box h3{
	font-family: 'Merriweather', serif;
	font-size: 20px;
	font-style:italic;
	color:#190f02;
}
.header_int_contacto {
	background:#fff;
	-webkit-box-shadow: 0px 15px 25px -15px rgba(173,152,118,1);
	-moz-box-shadow: 0px 15px 25px -15px rgba(173,152,118,1);
	box-shadow: 0px 15px 25px -15px rgba(173,152,118,1);
	width:100%;
	height:75px;
	position:relative;
	z-index:99;
}
.header_int_contacto .box{
	max-width:835px;
	height:100%;
	position:relative;
	z-index:999;
	padding: 25px 0 0 0;
	font-family: 'Merriweather', serif;
	font-size: 25px;
	font-style:italic;
	color:#190f02;
}

/* 2.1.1 Logo */
.logo {
	padding:20px 0 0 0;
}
/* 2.1.2 Navigation */
.navigation {
	padding-top: 35px;
    float: right;
	font-family: 'Yantramanav', sans-serif;
	text-transform:uppercase;
	font-size: 16px;
}
.isotipo {
	width:50px;
	padding:20px 0 0 35px;
    float: right;
}

/* 2.2.5 Contact */
.contact {
	width:100%;
	position:relative;
}
.contact .box{
	width:327px;
	background-color:#FFF;
	position:absolute;
	top:0;
	left:50%;
	padding:20px 40px 0 40px;
}
.contact .box p{
	font-family: 'Yantramanav', sans-serif;
	color:#747081;
	font-size:15px;
}
.campo_obligatorio{
	border: 1px solid red;
}


/* responsive nav */

#nav-trigger {
	display: none;
	text-align: center;
	float: right;
	margin-right: 0px;
}

#nav-trigger span {
	background: url('../images/ico_menu.png') no-repeat center top;	
	display: inline-block;
	color: white;
	cursor: pointer;
	text-transform: uppercase;
}

#nav-trigger span:after {
	display: inline-block;
	width: 27px;
	height: 27px;
	content: "";
}

#nav-trigger span:hover {
	background: url('../images/ico_menu.png') no-repeat center bottom;
}

#nav-trigger span.open:after {
	background: url('../images/ico_menu.png') no-repeat center bottom;
}

#nav-main {
	padding: 0;
}

#nav-main ul {
	list-style-type: none;
	text-align: left;
	float: right;
}

#nav-main li {
	display: inline-block;
	margin-left: 31px;
}

#nav-main li:first-child {
	margin-left: 0px;
}

#nav-main a {
	display: block;
	color: white;
	font-size: 11px;
}

#nav-main a:hover, #nav-main li.active a {
	color:#74b9ed;
}

#nav-mobile {
	position: relative;
	display: none;
}

#nav-mobile ul {
	background-color: #001A31;
	display: none;
	list-style-type: none;
	position: absolute;
	left: auto;
	right: 0;
	top: 27px;
	margin: 0 auto;
	padding: 5px 0;
	z-index: 99;
}

#nav-mobile li {
	display: block;
}

#nav-mobile li:last-child {
	border-bottom: none;
}

#nav-mobile a {
	display: block;
	color: #FFF;
	padding: 8px 30px;
}

#nav-mobile a:hover {
	text-decoration:underline;
}

/* 2.1.3 Scroll Top Anchor  */

#toTop{
	background:#1269c1;
	padding:7px;
	display:none;
	position:fixed;
	right:20px;
	bottom:20px;
	border:1px #78b8e5 solid;
	border-radius:100%;
	-moz-border-radius:100%;
	-o-border-radius:100%;
	-webkit-border-radius:100%;
	z-index:9999;
	behavior:url(PIE.htc);
}
#toTop img{
	width:14px;
}

/* slider */
.slider {
	max-width: 835px;
	padding-top:75px;
	position: relative;
	margin: 0 auto;	
	height: 466px;
}
.slider .slides li {
	width: 100%;
	position: relative;
}
.slider .slides > li {
	display:none;
}
.slider .slide0, .slide1{
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	-khtml-background-size: cover !important;
	background-size: cover !important;
}
.slider .slide0{
	background: url('../images/imagen_slider_01.jpg') center top;
}
.slider .slide1 {
	background: url('../images/imagen_slider_02.jpg') center top;
}
.slider_cont {
	width: 300px;
	padding-top:100px;
	padding-left:8px;
	position: absolute;
	color:#747081;
}
.slider_cont .tit{
	font-family: 'Merriweather', sans-serif;
	font-size:17px;
	font-style:italic;
	padding-bottom:10px;
}
.slider_cont .tit1{
	font-family: 'Merriweather', sans-serif;
	font-size:34px;
	color:#000;
	padding-bottom:25px;
}
.slider_cont .tit2{
	font-family: 'Yantramanav', sans-serif;
	font-size:17px;
	padding-bottom:25px;
}
.campo_obligatorio{
	border: 1px solid red;
}

#fondo_overlay {
	position:fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color:rgba(0, 0, 0, 0.5);
	z-index: 100000;
	display: none;
	cursor: pointer;
}
#overlay {
	position:fixed;
	top: 50%;
	left: 50%;
	right:inherit;
	height: 260px;
	margin-top: -150px;
	width: 460px;
	margin-left: -250px;
	background: #001a31;
	z-index: 100001;
	display: none;
	padding: 20px;
}
.o_cerrar {
	position:absolute;
	right: 20px;
	top: 20px;
	cursor: pointer;
	color: #fff;
}

/* For iPad Portrait Mode */

@media only screen and (min-width: 768px) and (max-width: 959px) {
	.slider .flex-direction-nav li a.flex-prev, .slider .flex-direction-nav li a.flex-next{
		top:43%;
	}
	.slider .flex-direction-nav li a.flex-prev{
		left:10%;
	}
	.slider .flex-direction-nav li a.flex-next{
		right:10%;
	}
}

/* For iPhone Portrait Mode */

@media only screen and (max-width: 767px) {
}


/* For iPhone Landscape Mode */

@media (max-width: 767px) {
	.box {
		width:440px;
	}
	.box iframe{
		height:270px;
	}
	.logo{
		margin-left:0;
	}
	.projects .imgb, .connectivity{
		display:none;
	}
	.projects, .security2, .support, .monitoreo, .about-box, .consultoria, .cloud, .security {
		height:auto;
		padding-bottom:50px;
	}
	.common-container p{
		padding-right:0;
	}
	#nav-trigger {
		display: block;
	}

	#nav-main {
		display: none;
	}

	#nav-mobile {
		display: block;
	}
	#nav-mobile ul{
		width:175px;
	}
	.navigation{
		padding-top:0;
	}
	.subnav > ul > li{
		width:50% !important;
		float:left;
		margin-left:0 !important;
		margin-bottom:15px;
		overflow:hidden;
		min-height: 50px !important;		
	}
	.subnav > ul > li a{
		line-height:80px;
		text-align:left;
	}
	.subnav > ul > li a span{
		width:80px !important;
		height:80px !important;
		float:left;
		margin-bottom:0;
		margin-right:10px;
	}
	.subnav > ul > li img{
		margin-top:30px !important;
		height:18px !important;
	}
	.clients ul{
		margin-left:0;
	}
	.clients li{
		width:50%;
		min-width:auto;
		margin-left:0;
		margin-bottom:30px;
	}
	.clients li.aligncenter, .clients li.alignright{
		text-align:left;
	}
	#toTop{
	padding:5px;
	display:none;
	right:0px;
	bottom:0px;
	border:none;
	border-radius:0;
	-moz-border-radius:0;
	-o-border-radius:0;
	-webkit-border-radius:0;
	z-index:9999;
	behavior:url(PIE.htc);
	}
	#toTop img{
		width:13px;
	}
	.slider .flex-direction-nav li a.flex-prev, .slider .flex-direction-nav li a.flex-next{
		display:none;
	}
	.inner-navigation ul li{
		padding-left:10px;
	}

	#overlay {
		position:fixed;
		top: 50%;
		left: 0;
		right: 0;
		width:inherit;
		height: 300px;
		margin-top: -150px;
		margin-left: 0;
		background: #001a31;
		z-index: 100001;
		display: none;
	}
	.header .box .navigation {
		display:none;
	}
	
}

@media only screen and (max-width: 479px) {
	.header{
		padding:22px 0;
	}
	.box {
		width:320px;
	}
	.logo{
		width:235px;
	}
	.subnav{
		width:300px !important;
	}
	.subnav > ul > li{
		width:50% !important;
	}
	.subnav > ul > li a{
		line-height:40px;
		text-align:left;
		font-size:10px;
	}
	.subnav > ul > li a span{
		width:40px !important;
		height:40px !important;
	}
	.subnav > ul > li img{
		margin-top:14px !important;
		height:10px !important;
	}
	.slider {
		height:370px;
	}
	.clients li img{
		height:30px;
	}
	.inner-navigation ul li{
		width:50%;
		padding-left:0px;
		text-align:left;
		font-size:10px;
		margin-bottom:6px;
		float:left;
	}
	.contact .box {
		left: 0px;
		padding-left:8px;
		position:relative;
	}
	.int .box {
		width:304px;
	}
	.slider img {
		display:none;
	}
	.header .box .navigation {
		display:none;
	}
	#contactoEnviar input {
		width: 234px;
	}
	#contactoEnviar textarea {
		width: 234px;
	}
	.header_int .box #logo_pie {
		display:none;
	}
	/*
	#map_canvas {
		display:none;
	}
	*/
}