@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Quicksand:500');
@import url(menu.css);
@import url(banner.css);
@import url(carousel.css);

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;

}

body {
	font-family: 'Quicksand', sans-serif;
	font-size: 12pt;
	color:#505050;
	/*height: 100%;*/
}

.bloque_texto {
	padding-top: 30px;
	padding-bottom: 0px;
	padding-left: 5%;
	padding-right: 5%;
  line-height: 1.25;
	text-align: justify;

	/*height: 100%;*/
}

.encabezado_principal {
	font-family: 'Quicksand', sans-serif;
	font-size: 18pt;
	color:#ff4b71;
	text-align: left;
}

header {
	width:100%;
	height:147px;
	/*height:213 px;*/
	background:rgba(255,208,102,1.0);
	/*position: fixed;*/
	position: relative;
	top:0;
	left:0;
	z-index:1;
}

header #simbolodemarca {
	background:url(../images/simbolodemarca_rollover_facturatech.png) 0px 0px no-repeat;
	width: 167px;
	height: 100px;
	position: relative;
	top: 20px;
	text-indent: -9999px;
	margin:0 auto;
	cursor:pointer;
	z-index: 2;
}

header #simbolodemarca:hover {
	background-position: 0px -100px;
}


header .icon_menu {
	background:url(../images/menu_bar.png) 0px 0px no-repeat;
	width: 20px;
	height: 17px;
	display: block;
	/*top: 100px;*/
	z-index: 3;
}

section {
	width: 100%;
	margin-bottom: 25px;
}

section #simbolosdemarca{
	width: 90%;
	margin-bottom: 25px;
	margin: 0 auto;
}

#contenido_principal{
	text-align: center;
}

footer .contenedor{
	width: 100%;
	background: rgba(50,50,50,1.0);
	clear: both;
	float: left;
	display: block;
	/*margin: 0 auto;*/
/*	position: relative;
	bottom: 0px;
	left: 0px;*/
	z-index: 1;

}

.texto_footer {
	font-size: 12pt;
	color: #fff;
	text-align: center;
}

.texto_footer a {
	font-size: 12pt;
	color: #fff;
	text-align: center;
	text-decoration: none;
}

.texto_copyright {
	font-size: 9pt;
	color: #fff;
	text-align: center;
}

#imagenes .contenedor{
	width: 100%;
	display: flex;
  justify-content: center;
  flex-wrap: wrap;*/
/*	margin: 0 auto;*/
}

#imagenes article{
  /*margin: 0px;*/
/*	width: 100px;*/
	margin: 0px auto;
}

#imagenes img{
  /*width: 100px;*/
	height: 100px;
	margin: 0 auto;
 /*	max-width: 100px;*/
/*	margin: 0 auto;*/
}

#imagenes h3{
	width: 150px;
	color: #ff4b71;
  text-align: center;
	font-size: 12pt;
	margin: 0 auto;
}

#imagenes h4{
	width: 150px;
	 text-align: center;
	font-size: 20pt;
	margin: 0 auto;
}

#imagenes p{
	width: 150px;
  text-align: center;
	font-size: 12pt;
	margin: 0 auto;
}

.linea_divisoria{
	width:90%;
	margin: 0 auto;
}


@media (min-width: 1024px){



#imagenes .contenedor{
		width: 50%;
		display: flex;
	  justify-content: center;
	  flex-wrap: wrap;
		/*margin: 0 auto;*/
	}

.contenedor {
	width: 1024px;
	/*height: 1024px;*/
	margin: 0 auto;
}

header {
	width:100%;
	height:100%;
	/*height:213 px;*/
	background:rgba(255,208,102,1.0);
	/*position: fixed;*/
	position: relative;
	top:0;
	left:0;
	z-index:1;
}

header .contenedor{
	text-align: center;
}

header label {
	display:none;
}

header .icon_menu {
	display:none;
}

header .menu {
  background: none;
	position:static;
  width: auto;
	height: auto;
	transform: translateX(0%);
  display: inline-block;
	margin-top: 40px;
	margin-bottom: 10px;
	text-align: center;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	/*border: 3px solid rgba(255,255,255,0.0);*/
}

header .menu a {
  margin-top: 0px;
  display: inline-block;
	/*background:#ff4b71;*/
  background:rgba(255,255,255,1.0);
  color: #ff4b71;
  border:none;
  text-align: center;
	margin-left: 2px;
	margin-right: 2px;
	padding-top: 13px;
	padding-left: 20px;
	padding-right: 20px;
	border-radius:20px;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	/*border: 3px solid #fff;*/
}

header .menu a:hover {
	background:rgba(255,75,113,1.0);
/*  background:#ff4b71;*/
  color:#fff;
	border-radius:20px;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	/*border: 3px solid #fff;*/
}

header #simbolodemarca {
	background:url(../images/simbolodemarca_rollover_facturatech.png) 0px 0px no-repeat;
	width: 167px;
	height: 100px;
	position: relative;
	top: 20px;
	text-indent: -9999px;
	margin:0 auto;
	cursor:pointer;
	z-index: 2;
}

header #simbolodemarca:hover {
	background-position: 0px -100px;
}

.bloque_texto {
	padding: 30px 25% 10px 25%;
  line-height: 1.25;
	text-align: justify;
}

.encabezado_principal {
	font-family: 'Quicksand', sans-serif;
	font-size: 20pt;
	color:#ff4b71;
	text-align: left;
}

.linea_divisoria{
	width:50%;
	margin: 0 auto;
}

footer .contenedor{
	width: 100%;
	/*background: rgba(50,50,50,1.0);*/
	clear: both;
	float: left;
	display: block;
	/*margin: 0 auto;*/
	position: relative;
	bottom: 0;
	right: 0;

}


}
