@charset "utf-8";
/* CSS Document */

* {box-sizing: border-box;}
html, body{
	width:100%;
	height:auto;
	font-size:100%;
	font-family:"Open Sans", Arial, Helvetica, sans-serif;
	padding:0;
	margin:0;
	background:#f8f8f8;
	}
section {
    z-index: 1;
    width: 100%;
	}
a {
    color: #337ab7;
    text-decoration: none;
}	
.centro{
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: #f8f8f8;
    height: 74%;
    width: 100%;
	}
.contenedor{
	width:100%;
	max-width:1130px;
	position:relative;
	margin:0 auto;
	padding:0 10px;
	}
.fila:after, .fila:before{
	content:""; clear:both;
	display:table;
	}

[class*="col"] {
	float: left;
	padding:0 30px;
	}
.col12{width:100%}.col11{width:91.66666667%}.col10{width:83.33333333%}.col9{width:75%}.col8{width:66.66666667%}.col7{width:58.33333333%}.col6{width:50%}.col5{width:41.66666667%}.col4{width:33.33333333%}.col3{width:25%}.col2{width:16.66666667%}.col1{width:8.33333333%}
.logo{
	width:312px;
	margin:10% auto 0;
	}
.texto{
	color:#337ab7;
}
a:link {
	color: #337ab7; 
	}
a:visited {
	color: #337ab7;
	}
a:hover {
	color: #F00;
	text-decoration:underline;
	}	
ul{
	list-style:none;
	padding:0;
	}	
ul.texto{
	margin-top:30px;
	text-align:center;
	}
ul.texto li{
	display:inline;
	margin:0 12px 0 6px;
	}
.izq li{
	padding:8px 5px;
}
#gcw_siteFeVwpaxQF, .gcw_sourceFeVwpaxQF{
	display:none !important;
}
.izq #gcw_mainFeVwpaxQF{
font-size: 13px !important;
}
h1.text-center{
	background:#2369a3;
	padding:15px 0;
	color:#fff;
}
.text-center{
	text-align:center;
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.btn-primary {
    background: #337ab7;
    color: #fff;
}
.boton {
    text-align: center;
	margin-top:20px;
}
.btn {
    display: inline-block;
    margin:10px 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.btn:hover, .btn:focus, .btn.focus {
    color: #333333;
    text-decoration: none;
}
.btn-primary:hover {
    color: #fff !important;
    background-color: #0F8BE4;
}
.impuestos{
	min-height: 359px;
	overflow:hidden;
	background: #ddd;
}
.fa-code-branch:before {
    content: "\f126";
}
.fa-vuejs:before {
    content: "\f41f";
}
.ads{
    margin:30px 0 0;
}
.anuncio{
    text-align:center;
}
@media screen and (min-width: 769px){
	.izq{
	position:relative;
	border-right: 1px solid #ccc;
	}
	.menu_bar {
		display: none;
	}
	nav {
		margin:8px auto 0;
		max-width:1000px;
		}
	nav ul {
		list-style:none;
		overflow:hidden;
	}
	nav ul li {
		float: left;
		}
	nav ul li a{ 
	-webkit-transition: color 0.25s ease-out;
  -moz-transition: color 0.25s ease-out;
  -ms-transition: color 0.25s ease-out;
  -o-transition: color 0.25s ease-out;
  transition: color 0.25s ease-out;
  }
  .tapblan {
    background-color: #f8f8f8;
    padding: 15px 0;
    width: 135px;
    float: right;
    position: absolute;
    right: 0px;
	}
}
@media only screen and (max-width:768px){
	.col12, .col11, .col10, .col9, .col8, .col7, .col6, .col5, .col4, .col3, .col2, .col1{
		width:100%
		}
	[class*="col"] {
		padding: 0 10px;
		}
	.centro {
	    height:auto;
	}
	.menu_bar .bt-menu {
    display: inline-block;
    margin: 2px 0 3px;
    padding: 5px 12px 7px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #414142;
    overflow: hidden;
    font-size: 25px;
    font-weight: normal;
    color: #fff;
    text-decoration: none;
	float:right;
	}
	nav {
		width:80%;
		height:100%;
		margin:0;
		position: fixed;
		left:-100%;	/*top:0px;*/
		overflow:auto;
		z-index:999;
		background:#fff;
		}
	nav li a{
			font-size:.9em;
		}
		.tapblan {
        background-color: #fff;
        padding: 20px 0;
        width: 110px;
        float: right;
        position: absolute;
        right: 0px;
    	}
}