/*CLASES*/
.c {
  clear: both;
}
.cf {
  clear: both;
  float: left;
}
.cr {
  clear: both;
  float: right;
}
.bl {
  display: block;
}
.l {
  float: left;
}
.lb {
  float: left;
  display: block;
}
.r {
  float: right;
}
.rb {
  float: right;
  display: block;
}
.hide {
  display: none;
}
.full {
  width: 100%;
}
.half {
  width: 50%;
}
.fullpx {
  width: 960px;
}
.reset {
  margin: 0;
  padding: 0;
}
.center {
  margin: 0 auto;
}
.fix {
  clear: both;
}
.notext {
  text-indent: -999999em;
}
.tac {
  text-align: center;
}
.j {
  text-align: justify;
}
.u {
  text-transform: uppercase;
}
.under {
  text-decoration: underline;
}
.i {
  font-style: italic;
}
.n {
  font-style: normal;
}
.bold {
  font-weight: bold;
}
.normal {
  font-weight: normal;
}
.lighter {
  font-weight: lighter;
}
/*ej:
border-radius: 2px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
*/
.nb {
  border: 0px;
}
/*ej:
.bs(0px,0px,9px,0px,rgba(0,0,0,0.99));
 */
.transition {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.rel {
  position: relative;
}
.ab {
  position: absolute;
}
/*
.droid		{ font-family: 'Droid Sans', sans-serif;}
.arial		{ font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;}
.lucida		{ font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;}
.oswald		{ font-family: 'Oswald', sans-serif;}
.prata		{ font-family: 'Prata', serif;}
.ptserifCaption	{ font-family: 'PT Serif Caption', serif;}
.ptsans		{ font-family: 'PT Sans', sans-serif;}
.calibri	{ font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;}
.helvetica	{ font-family: "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;}			
.istok		{ font-family: 'Istok Web', sans-serif;}
.georgia    { font-family: Georgia, Times, "Times New Roman", serif;}
.pinyon		{ font-family: 'Pinyon Script', cursive;}
.newscycle	{ font-family: 'News Cycle', sans-serif;}
.sourceSansPro	{ font-family: 'Source Sans Pro', sans-serif;}
.quicksand	{ font-family: 'Quicksand', sans-serif;}
.droidserif	{ font-family: 'Droid Serif', serif;}
.myriad { font-family: "Myriad Pro", "Gill Sans", "Gill Sans MT", Calibri, sans-serif;}
.verdana	{ font-family: Verdana, Geneva, sans-serif;}
*/
.arial {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.newscycle {
  font-family: 'News Cycle', sans-serif;
}
.verdana {
  font-family: Verdana, Geneva, sans-serif;
}
/* RESET
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
caption,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
input,
button,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
sidebar,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  /*-webkit-font-smoothing: antialiased;*/

}
body {
  background: #f6f6f6;
}
article,
aside,
caption,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
sidebar {
  display: block;
}
p,
span,
strong,
i,
a,
li,
input,
textarea,
select,
button,
label,
table,
time {
  color: #717171;
  font-size: 13px;
}
p span, p strong {
  font-size: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Verdana, Geneva, sans-serif;
  color: #b0937f;
  font-weight: normal;
  font-size: 28px;
  letter-spacing: -0.05em;
  text-transform: uppercase;
}
h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 100%;
  color: #b0937f;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 100%;
  color: #b0937f;
}
ul li {
  list-style: none;
}
a {
  text-decoration: none;
  border: 0px;
}
a span {
  font-size: 100%;
}
img {
  border: 0px;
}
input, textarea, button {
  border: 0;
  margin: 0;
  padding: 0;
}
.clearFix {
  clear: both;
  display: block;
}
/**************************************************************************************
top
**************************************************************************************/
#top {
  clear: both;
  display: block;
  width: 100%;
}
#top ul {
  margin: 0 auto;
  width: 960px;
  background: #f00;
}
#top ul li {
  float: right;
  display: block;
  padding: 0 16px;
  height: 64px;
  border-right: solid 1px #e5e5e5;
  border-left: solid 1px #fff;
  line-height: 64px;
  font-size: 12px;
  text-shadow: 1px 1px #ffffff;
}
#top ul li:first-child {
  border-right: none;
  color: #9f8d80;
}
#top ul li:first-child + * {
  border-left: none;
}
/**************************************************************************************
main
**************************************************************************************/
.main {
  clear: both;
  display: block;
  padding: 0 0 60px 0;
  width: 100%;
}
.innerMain {
  clear: both;
  margin: 0 auto;
  padding: 10px;
  width: 940px;
  background: #fff;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.15);
}
.content {
  position: relative;
  clear: both;
  display: block;
  width: 100%;
}
.titulo {
  display: block;
  margin: 0 0 20px 0;
  padding: 20px 0 15px 0;
  width: 100%;
  border-bottom: solid 1px #e5e5e5;
  text-indent: 10px;
}
/**************************************************************************************
header
**************************************************************************************/
.mainHeader {
  clear: both;
  display: block;
  width: 100%;
}
.mainHeader h1 {
  float: right;
  display: block;
}
.mainHeader h1 a {
  float: right;
  display: block;
  width: 443px;
  height: 136px;
  background: url(i/logo-bpo.jpg) no-repeat;
  text-indent: -999999em;
}
.mainHeader nav {
  clear: both;
  float: left;
  display: block;
  width: 100%;
  background: #eaeaea;
}
.mainHeader nav ul {
  display: block;
}
.mainHeader nav ul li {
  float: left;
  display: block;
}
.mainHeader nav ul li a {
  float: left;
  display: block;
  padding: 0 30px;
  height: 43px;
  border-right: dotted 1px #fff;
  line-height: 43px;
  font-family: 'News Cycle', sans-serif;
  font-size: 13px;
  color: #878787;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.mainHeader nav ul li a:hover {
  background: #f4f4f4;
}
.mainHeader nav ul li#contacto {
  float: right;
  display: block;
}
.mainHeader nav ul li#contacto a {
  border-right: none;
  background: #e06d1e;
  color: #fff;
}
.mainHeader nav ul li#contacto a:hover {
  background: #e78a4a;
}
/**************************************************************************************
footer
**************************************************************************************/
.mainFooter {
  position: relative;
  clear: both;
  float: left;
  display: block;
  width: 100%;
  background: url(i/footer.jpg) repeat-x;
}
.mainFooter ul {
  float: left;
}
.mainFooter ul li {
  float: left;
}
.mainFooter ul li a {
  float: left;
  display: block;
  padding: 0 10px;
  height: 36px;
  line-height: 36px;
  font-size: 11px;
  color: #969696;
  text-shadow: 1px 1px #ffffff;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.mainFooter ul li a:hover {
  color: #555;
}
.mainFooter a#sdf {
  float: right;
  display: block;
  padding: 0 10px;
  height: 36px;
  line-height: 36px;
  font-size: 11px;
  color: #969696;
  text-shadow: 1px 1px #ffffff;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.mainFooter a#sdf:hover {
  color: #555;
}
.mainFooter a#df {
  position: absolute;
  top: 46px;
  right: -10px;
  display: block;
  height: 60px;
}
.mainFooter a#df img {
  display: block;
  height: 60px;
}
/**************************************************************************************
inicio
**************************************************************************************/
.slideshow {
  height: 585px;
  width: 940px;
  margin: 0 auto;
}
#inicio {
  position: absolute;
  top: 34px;
  left: 30px;
  z-index: 9999;
  display: block;
  width: 506px;
}
#inicio h1 {
  padding: 0 0 20px 0;
  border-bottom: solid 1px #e5e5e5;
  text-align: justify;
}
#inicio p {
  display: block;
  padding: 20px 0 0 0;
  line-height: 18px;
  text-align: justify;
}
#inicio p span {
  color: #353535;
}
#inicio a.btnhome {
  clear: both;
  float: left;
  margin: 0;
  padding: 0;
  height: 44px;
  background: #6e9daf;
  line-height: 44px;
  color: #fff;
  font-family: 'News Cycle', sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
#inicio a.btnhome img {
  display: block;
  height: 44px;
}
#inicio a.btnhome span {
  display: block;
  padding: 0 1em;
  color: #fff;
  font-family: 'News Cycle', sans-serif;
  font-size: 14px;
  text-transform: uppercase;
}
#inicio a.btnhome:hover {
  background: #416776;
}
.clearButtons {
  clear: both;
  display: block;
  padding: 20px 0 0 0;
}
.rebollo {
  clear: both;
  float: left;
  display: block;
  width: 100%;
}
.rebollo p {
  float: left;
  display: block;
  width: 285px;
}
.rebollo a {
  float: right;
  display: block;
  margin: 30px 0 0 0;
}
/**************************************************************************************
servicios
**************************************************************************************/
.servicios ul {
  clear: both;
  display: block;
  padding: 0 0 0 2%;
  width: 98%;
}
.servicios ul li {
  float: left;
  display: block;
  padding: 0 2% 0 5%;
  width: 26%;
  height: 60px;
  background: url(i/bullet.jpg) no-repeat 0 0;
  line-height: 17px;
}
/**************************************************************************************
sectores
**************************************************************************************/
.sectores ul {
  float: left;
  display: block;
  padding: 0 54px 142px 0;
  width: 208px;
}
.sectores ul li {
  display: block;
}
.sectores ul li a {
  clear: both;
  display: block;
  padding: 0.40em 0;
  cursor: pointer;
  font-family: 'News Cycle', sans-serif;
  font-size: 17px;
  color: #b68b6e;
  text-transform: uppercase;
  text-align: right;
}
.sectores ul li a:hover, .sectores ul li a.focus {
  color: #46403c;
}
.sector {
  float: left;
  display: block;
  width: 638px;
}
.sector h1 {
  display: block;
  padding: 0 0 12px 0;
  font-size: 20px;
  text-transform: uppercase;
  color: #6e9daf;
  text-transform: uppercase;
  font-family: 'News Cycle', sans-serif;
  letter-spacing: 0em;
}
.sector p {
  display: block;
  line-height: 17px;
  text-align: justify;
}
.sector img {
  clear: both;
  display: block;
  margin: 1.25em 0 0 0;
}
/**************************************************************************************
clientes
**************************************************************************************/
ul.clienteLogo {
  clear: both;
  display: block;
  padding: 0 0 0 40px;
}
ul.clienteLogo li {
  float: left;
  display: block;
  padding: 0 10px 7px 0;
}
ul.clienteLogo li img {
  margin: 0;
  padding: 0;
}
ul.clienteNombre {
  clear: both;
  float: left;
  display: block;
  padding: 0 0 20px 40px;
}
ul.clienteNombre li {
  float: left;
  display: block;
  margin: 0 10px 9px 0;
  width: 280px;
  height: 54px;
  background: #f1f1f1;
  line-height: 54px;
  text-align: center;
  font-family: 'News Cycle', sans-serif;
  font-size: 18px;
  color: #717171;
}
/**************************************************************************************
staff
**************************************************************************************/
.staff {
  clear: both;
  float: left;
  display: block;
  padding: 0 0 30px 0;
  width: 100%;
}
.staff h2 {
  clear: both;
  float: left;
  display: block;
  padding: 0.5em 0;
  width: 364px;
  text-align: right;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 13px;
  color: #717171;
  font-weight: bold;
  text-transform: inherit;
}
.staff span {
  float: left;
  display: block;
  padding: 0.5em 0 0.5em 24px;
}
/**************************************************************************************
contacto
**************************************************************************************/
.mapa {
  float: left;
  display: block;
  margin: -20px 0 5px 0;
  width: 400px;
}
.mapa a {
  clear: both;
  display: block;
  margin: 0 0 5px 0;
  padding: 1% 3% 3% 8%;
  width: 89%;
  border-bottom: solid 1px #e5e5e5;
  color: #777;
  font-family: 'News Cycle', sans-serif;
  font-weight: bold;
  font-size: 16px;
  line-height: 16px;
  text-transform: uppercase;
}
.mapa p {
  display: block;
  padding: 30px;
  background: #eaeaea;
  border-top: solid 1px #fff;
  line-height: 18px;
}
.mapa p span {
  color: #1f92a7;
}
.contacto form {
  float: left;
  display: block;
  padding: 0 0 0 10px;
  width: 530px;
}
.contacto form h2 {
  clear: both;
  display: block;
  margin: 0 20px 10px 10px;
  padding: 0 0 20px 0;
  border-bottom: solid 1px #e5e5e5;
  color: #777;
  font-family: 'News Cycle', sans-serif;
  font-weight: bold;
  font-size: 16px;
  line-height: 16px;
  text-transform: uppercase;
}
.contacto form div {
  position: relative;
  float: left;
  display: block;
  padding: 0 0 10px 10px;
}
.contacto form label {
  display: block;
  padding: 10px 0 10px 0;
}
.contacto form label.valid {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px 10px 9px 10px;
  background: #c3e0a9;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
}
.contacto form label.error {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px 10px 9px 10px;
  background: #a62b1f;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
}
.contacto form input {
  display: block;
  width: 243px;
  height: 35px;
  border: solid 1px #e8e8e8;
  line-height: 35px;
  text-indent: 15px;
}
.contacto form textarea {
  display: block;
  padding: 15px;
  width: 468px;
  height: 94px;
  border: solid 1px #e8e8e8;
  line-height: 17px;
}
.contacto form button {
  clear: both;
  float: right;
  display: block;
  margin: 5px 20px 0 0;
  padding: 1em 2em;
  background: #e06d1e;
  cursor: pointer;
  color: #fff;
  font-family: 'News Cycle', sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.contacto form button:hover {
  background: #592b0c;
}
