@charset "utf-8";
/* CSS Document */
* {
  margin: 0;
  padding: 0;
}
body {
  background: #e55f00 url(../images/body_background.png) top left repeat-x;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #666;
}
#contenedor {
  width: 100%;
  background: url(../images/contenedor_background.png) top center no-repeat;
}
#header {
  width: 960px;
  height: 110px;
  margin: 0 auto 0 auto;
  position: relative;
}
#nav {
  width: 960px;
  height: 44px;
  margin: 0 auto 0 auto;
  overflow: hidden;
}
#contenidos {
  width: 960px;
  min-height: 570px;
  margin: 0 auto 0 auto;
  background: url(../images/contenidos_background.png) top left repeat-y;
  padding: 0 0 10px 0;
  overflow: hidden;
  position: relative;
}
#contenidos.home {
  background: none;
}

#footer {
  width: 100%;
  height: 135px;
  background: url(../images/footer_background.png) top left repeat-x;
  clear: both;
  margin: 35px 0 0 0;
  color: #fff;
  font-size: 11px;
  padding: 25px 0 0 0;
}
a img {
  border: 0;
}
/***** HEADER *****/
#header .logo {
  position: absolute;
  left: 350px;
  top: 30px;
  border: none;
}
#header ul {
  float: right;
  list-style: none;
  margin: 5px 0 0 0;
}
#header ul li {
  display: block;
  float: left;
}
#header ul li a {
  line-height: 22px;
  color: #a39d9d;
  text-decoration: none;
}
#header ul li a:hover {
  color: #f17900;
  text-decoration: none;
}
#header ul li a.home,
#header ul li a.contacto {
  display: block;
  width: 22px;
  height: 22px;
  overflow: hidden;
  margin: 0 3px 0 0;
}
#header ul li a.home:hover img,
#header ul li a.home.active img {
  margin: -22px 0 0 0;
}
#header ul li a.contacto img {
  margin: 0 0 0 -22px;
}
#header ul li a.contacto:hover img,
#header ul li a.contacto.active img {
  margin: -22px 0 0 -22px;
}
#header ul li a.ing {
  border-left: 1px solid #a39d9d;
  margin: 0 0 0 3px;
  padding: 0 0 0 3px;
}

/***** NAV *****/
#nav ul {
  display: block;
  height: 34px;
  margin: 6px 0 0 0;
  background: url(../images/nav_separaciones.png) top left no-repeat;
  padding: 0 0 0 1px;
  list-style: none;
  font-size: 11px;
}
#nav ul li {
  display: block;
  float: left;
  text-align: center;
  width: 159px;
  overflow: hidden;
}
#nav ul li a {
  display: block;
  line-height: 34px;
  background: url(../images/nav_separaciones.png) top right no-repeat;
  color: #666;
  text-decoration: none;
}
#nav ul li a:hover,
#nav ul li a.active {
  background: url(../images/nav_hover_background.png) top left repeat-x;
  color: #fff;
  text-decoration: none;
}
/***** CONTENIDOS - HOME *****/
#player {
  width: 709px;
  height: 420px;
  background: url(../images/player_sombra.png) bottom center no-repeat;
  padding: 0 8px 0 8px;
  margin: 16px 0 0 118px;
}
#mediaplayer {
  width: 709px;
  height: 412px;
}
#calugas {
  margin: 15px 0 0 0;
  clear: both;
}
#calugas div {
  display: block;
  width: 310px;
  margin: 0 0 0 15px;
  height: 155px;
  float: left;
  position: relative;
}
#calugas div:first-child {
  margin: 0;
}
#calugas .servicios {
  background: url(../images/caluga_background.png) top left no-repeat;
  color: #f17900;
}
#calugas .innovacion {
  background: url(../images/caluga_background.png) -310px top no-repeat;
  color: #ce2c00;
}
#calugas .seguridad {
  background: url(../images/caluga_background.png) top right no-repeat;
  color: #696969;
}
#calugas div h2 {
  font-size: 18px;
  margin: 40px 0 4px 15px;
  line-height: 21px;
}
#calugas div p {
  color: #666;
  margin: 0 0 0 15px;
  width: 130px;
  display: block;
}
#calugas div a {
  display: block;
  margin: 0;
  color: #fff;
  text-decoration: none;
  width: 94px;
  height: 22px;
  overflow: hidden;
  background: url(../images/entrar_background.png) top left no-repeat;
  text-align: center;
  font-size: 11px;
  line-height: 22px;
  position: absolute;
  left: 10px;
  top: 120px;
}
#calugas div a:hover {
  background: url(../images/entrar_background.png) bottom left no-repeat;
}
/***** CONTENIDOS - INTERIOR *****/
#contenidos .header {
  padding: 259px 0 0 0;
}
#quienes {
  background: url(../images/quienes_somos.jpg) 7px top no-repeat;
}
#servicios {
  background: url(../images/servicios.jpg) 7px top no-repeat;
}
#seguridad {
  background: url(../images/seguridad.jpg) 7px top no-repeat;
}
#experiencia {
  background: url(../images/experiencia.jpg) 7px top no-repeat;
}
#rse {
  background: url(../images/rse.jpg) 7px top no-repeat;
}
#innovacion {
  background: url(../images/innovacion.jpg) 7px top no-repeat;
}
#contacto {
  background: url(../images/contacto.jpg) 7px top no-repeat;
}
.header h1 {
  background: url(../images/seccion_background.png) top left repeat-x;
  color: #fff;
  font-size: 22px;
  line-height: 48px;
  margin: 0 6px 0 6px;
  padding: 0 0 0 25px;
  font-weight: normal;
}
#tabs {
  height: 48px;
  display: block;
  background: url(../images/seccion_background.png) top left repeat-x;
  list-style: none;
  margin: 0 6px 0 6px;
  overflow: hidden;
  clear: both;
  float: none;
}
#tabs li {
  /*display:inline-block;
	float:left;*/
}
#tabs a {
  display: block;
  float: left;
  color: #e0b2a3;
  text-decoration: none;
  height: 45px;
  width: 230px;
  padding: 3px 0 0 20px;
  font-size: 20px;
  background: url(../images/tabs-border.png) right center no-repeat;
}
#tabs a:hover {
  color: #fff;
}
#tabs li a.active {
  background: #8d2706;
  color: #fff;
}
#tabs a span {
  font-size: 12px;
}
.seccion {
  overflow: hidden;
  clear: both;
  margin: 30px 7px 0 7px;
  padding: 0 25px 0 25px;
}
.destacado {
  background: url(../images/destacado_cierre.png) bottom center no-repeat;
  padding: 0 0 4px 0;
  float: left;
  overflow: hidden;
}
.seccion div {
  margin: 0 40px 0 0;
  float: left;
  width: 427px;
}
.seccion div.full {
  width: 894px;
  margin: 0 0 10px 0;
}
.seccion div.full img {
  margin: 0 0 0 14px;
}
.seccion div.full img:first-child {
  margin: 0 0 0 0;
}
.seccion .certificaciones {
  width: auto;
}
.destacado div {
  background: url(../images/destacado_background.png) top left no-repeat;
  margin: 0;
  float: none;
  padding: 0px;
  overflow: hidden;
  width: 427px;
}
.seccion div + div {
  margin: 0;
}
.seccion h2 {
  font-size: 18px;
  font-weight: bold;
  color: #ef7722;
  border-bottom: 3px solid #ef7722;
  margin: 0 0 15px 0;
  line-height: 18px;
  padding: 0 0 4px 0;
}
.seccion h3 {
  font-size: 14px;
  font-weight: bold;
  color: #9f9f9f;
  background: url(../images/h3_background.png) bottom left no-repeat;
  padding: 0 0 4px 0;
  margin: 0 0 15px 0;
}
h4 {
  border-bottom: 1px solid #e5e5e5;
  font-weight: bold;
  color: #f17900;
  font-size: 14px;
  padding: 0 0 4px 0;
  margin: 0 0 25px 0;
}
.seccion p {
  text-align: justify;
  line-height: 18px;
  margin: 0 0 15px 0;
}
.seccion ul {
  list-style: none;
}
.seccion li {
  background: url(../images/bullet.png) left 6px no-repeat;
  margin: 0 0 5px 0;
  display: block;
  padding: 0 0 0 10px;
  line-height: 16px;
}
.seccion .certificaciones ul {
  margin: 0 0 0 30px;
  width: 892px;
}
.seccion .certificaciones li {
  background: none;
  padding: 0;
  margin: 0;
  float: left;
  margin: 0 30px 0 0;
  width: 193px;
  text-align: center;
}
.seccion .certificaciones li img {
}
.seccion .certificaciones li a {
  font-size: 10px;
  color: #fff;
  text-decoration: none;
  display: block;
  width: 133px;
  height: 22px;
  line-height: 22px;
  text-transform: uppercase;
  background: url(../images/descargar.png) top left no-repeat;
  text-align: center;
  padding: 0 10px 0 0;
  margin: 15px 0 0 25px;
}
.seccion .certificaciones li a:hover {
  text-decoration: none;
  background: url(../images/descargar.png) bottom left no-repeat;
}
.destacado ul {
  margin: 10px;
  font-size: 11px;
}
.destacado ul li {
  color: #555;
  background: url(../images/destacado_bullet.png) left 6px no-repeat;
}
.destacado ul li strong {
  color: #000;
  display: block;
}
.destacado ul li p {
  background: url(../images/destacados_separa.png) bottom center no-repeat;
  margin: 0 0 5px 0;
  padding: 0 0 5px 0;
  display: block;
  overflow: hidden;
  text-align: left;
}
.destacado ul li:last-child p {
  background: none;
  margin: 0;
}
.seccion img {
  margin: 20px 0 0 0;
}
.seccion img + img {
  margin: 0 0 0 17px;
}
.seccion p img {
  margin: 0;
  clear: both;
}
.seccion p + img {
  margin: 10px 0 0 0;
}
.seccion img.full {
  margin: 0;
}
.destacado img {
  margin: 4px 0 0 4px;
}
#cierre {
  width: 960px;
  height: 20px;
  margin: 0 auto 0 auto;
  background: url(../images/contenidos_cierre.png) top left no-repeat;
}
/***** GALERÍA DE IMAGENES *****/
#slideshow {
  margin: 30px auto 0 auto;
  width: 894px;
  overflow: hidden;
}
.btn {
  float: left;
  height: 410px;
  width: 52px;
}
.btn a {
  display: block;
  margin: 192px 0 0 0;
  outline: none;
}
.btn a:hover {
}
.btn a img {
  border: none;
}
#imagenes {
  height: 410px;
  width: 790px;
  float: left;
  overflow: hidden;
  margin: 0 0 20px 0;
}
#imagenes img {
}
#thumbs {
  clear: both;
  margin: 0 0 0 50px;
  list-style: none;
  width: 810px;
  float: none;
}
#thumbs li {
  margin: 0 20px 20px 0;
  width: 115px;
  height: 105px;
  float: left;
}
#thumbs li a {
  display: block;
  width: 107px;
  height: 97px;
  padding: 4px;
  outline: none;
}
#thumbs li a:hover {
  background: url(../images/thumb_sombra.png) top left no-repeat;
}
#thumbs li a img {
  border: none;
  filter: alpha(opacity=70);
  opacity: 0.7;
}
#thumbs li a:hover img {
  filter: alpha(opacity=100);
  opacity: 1;
}
#thumbs li.activeSlide {
  background: url(../images/thumb_sombra.png) top left no-repeat;
}
#thumbs li.activeSlide a img {
  filter: alpha(opacity=100);
  opacity: 1;
}
/***** CONTACTO *****/
#contenidos .contacto {
  width: 482px;
  margin: 20px auto 0 auto;
  padding: 0 0 20px 0;
}
form {
  clear: both;
}
form p {
  margin: 0 0 15px 0;
}
form .alerta {
  text-align: center;
  color: #f17900;
  margin: 0 0 15px 0;
}
form p label {
  display: block;
  float: left;
  width: 70px;
}
form p input[type="text"] {
  border: 1px solid #bdbebe;
  width: 406px;
  padding: 2px;
}
form p input[type="submit"] {
  display: block;
  margin: 0;
  color: #fff;
  text-decoration: none;
  width: 94px;
  height: 22px;
  overflow: hidden;
  background: url(../images/entrar_background.png) top left no-repeat;
  text-align: center;
  font-size: 11px;
  line-height: 22px;
  cursor: pointer;
  float: right;
  border: 0;
}
form p input[type="submit"]:hover {
  background: url(../images/entrar_background.png) bottom left no-repeat;
}
form p select {
  width: 205px;
  padding: 2px;
}
form p textarea {
  width: 410px;
}
/***** FOOTER *****/
#footer > div {
  width: 960px;
  margin: 0 auto 0 auto;
}
#footer ul {
  display: block;
  background: url(../images/placemark.png) top left no-repeat;
  padding: 0 0 0 16px;
  list-style: none;
  float: left;
  margin: 0 50px 0 0;
}
#footer ul li:first-child {
  text-transform: uppercase;
  font-weight: bold;
}
#footer ul li {
  margin: 0 0 2px 0;
}
#footer #certificaciones {
  float: right;
  display:none;
  color:red;
}
#footer #certificaciones img {
  margin: 0 12px 0 0;
}
#footer .bajada {
  clear: both;
  text-align: center;
  display: block;
  padding: 25px 0 0 0;
}

.show {
  display: block;
}
.hide {
  display: none;
}
