@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img,
object,
embed,
video {
  /*max-width: 100%;*/
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
  width: 100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

.fluid {
  clear: both;
  margin-left: 0;
  width: 100%;
  float: left;
  display: block;
}

.fluidList {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}

/* Mobile Layout: 480px and below. */

.gridContainer {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-left: 0%;
  padding-right: 0%;
  clear: none;
  float: none;
}
#cabeceraSuperior {
  /*height:50px;*/
  background-color: #a8cf45;
  /*background-color:#CC2222;*/
}
#wrapperHeader {
  background-image: url(../img/bg-head.png);
  box-shadow: 0 5px 5px #a8cf45;
  -moz-box-shadow: 0 5px 8px #a8cf45;
  position: left;
  z-index: 2;
}
#navegacion {
  display: none;
}
#navegacionMovil {
  background-color: #000000;
  height: 45px;
}
#wrapContacto {
}
.telefono {
  float: none;
  text-align: center;
  display: block;
  color: #ffffff;
  font-size: 24px;
  padding: 6px 20px 6px 6px;
}
.telefono2 {
  float: none;
  text-align: center;
  display: block;
  color: #ffffff;
  font-size: 18px;
  padding: 6px 20px 6px 6px;
  font-family: "Oswald", sans-serif;
}
.redessociales {
  float: none;
  text-align: center;
  display: block;
}
.iRedes {
  padding: 6px 6px 6px 6px;
}
#cabeceraInferior {
  max-width: 1000px;
  margin: auto;
}
.logo {
  text-align: center;
  display: block;
  float: none;
  /*margin-top: 12px;*/
  margin-bottom: 12px;
  z-index: 20;
}
#wrapMain {
  margin-top: /*414px*/ 20px;
}
.wrapProyectos {
  padding-bottom: 70px;
}
.proyectos {
  max-width: 1000px;
}
.logoProyecto {
}
.nombreProyecto {
  color: #a8cf45;
  font-family: Oswald;
  font-size: small;
  text-align: center;
  margin-top: -10px;
}
.desProyecto {
  color: #8ec649;
  margin-top: -10px;
  font-family: Oswald;
}
.detallProy {
  width: 100%;
  text-align: center;
  float: none;
}
#wrapFooter {
  background: rgb(161, 191, 43); /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ExYmYyYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjYlIiBzdG9wLWNvbG9yPSIjNzZhNTI2IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNiUiIHN0b3AtY29sb3I9IiM3NmE1MjYiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI1NCUiIHN0b3AtY29sb3I9IiNhOGNmNDUiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjYThjZjQ1IiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
  background: -moz-linear-gradient(
    top,
    rgba(161, 191, 43, 1) 0%,
    rgba(118, 165, 38, 1) 6%,
    rgba(118, 165, 38, 1) 6%,
    rgba(168, 207, 69, 1) 54%,
    rgba(168, 207, 69, 1) 100%
  ); /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, rgba(161, 191, 43, 1)),
    color-stop(6%, rgba(118, 165, 38, 1)),
    color-stop(6%, rgba(118, 165, 38, 1)),
    color-stop(54%, rgba(168, 207, 69, 1)),
    color-stop(100%, rgba(168, 207, 69, 1))
  ); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(
    top,
    rgba(161, 191, 43, 1) 0%,
    rgba(118, 165, 38, 1) 6%,
    rgba(118, 165, 38, 1) 6%,
    rgba(168, 207, 69, 1) 54%,
    rgba(168, 207, 69, 1) 100%
  ); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(
    top,
    rgba(161, 191, 43, 1) 0%,
    rgba(118, 165, 38, 1) 6%,
    rgba(118, 165, 38, 1) 6%,
    rgba(168, 207, 69, 1) 54%,
    rgba(168, 207, 69, 1) 100%
  ); /* Opera 11.10+ */
  background: -ms-linear-gradient(
    top,
    rgba(161, 191, 43, 1) 0%,
    rgba(118, 165, 38, 1) 6%,
    rgba(118, 165, 38, 1) 6%,
    rgba(168, 207, 69, 1) 54%,
    rgba(168, 207, 69, 1) 100%
  ); /* IE10+ */
  background: linear-gradient(
    to bottom,
    rgba(161, 191, 43, 1) 0%,
    rgba(118, 165, 38, 1) 6%,
    rgba(118, 165, 38, 1) 6%,
    rgba(168, 207, 69, 1) 54%,
    rgba(168, 207, 69, 1) 100%
  ); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a1bf2b', endColorstr='#a8cf45',GradientType=0 ); /* IE6-8 */
}

#Footer {
  max-width: 1000px;
  margin: auto;
}
.bloqA {
  width: 50%;
  float: left;
  /*margin-right: 20px;*/
  padding: 0px 10px 20px 0px;
}
h4 {
  border-bottom: 2px solid #f7ba23;
  font-family: "Oswald";
  font-weight: normal;
  font-size: 18px;
}
h2 {
  color: #a8cf45;
  font-family: "Roboto";
  display: inline-block;
  margin: 0;
  padding: 0;
  font-size: 30px;
}
.bolqB {
  width: 20%;
  float: left;
  margin-right: 20px;
}
.bloqC {
  width: 50%;
  float: left;
  padding: 0px 0px 20px 10px;
}

#Footer ul {
  float: left;
  padding: 0px;
  margin: 0px;
  list-style-position: inside;
}

#Footer ul li {
  font-size: 13px;
  font-weight: 300;
  /*display: inline-block;
	width: 180px;*/
  /*padding: 3px 0;
	line-height: 16px;*/
}

ul.links li a:hover {
  text-decoration: underline;
}

.espacio {
  height: 5px;
  clear: both;
}

#pie {
  background-color: #07190b;
}

.contPie {
  max-width: 1000px;
  margin: auto;
}

.copy {
  font-family: "Roboto";
  font-size: 11px;
  font-weight: normal;
  color: #f7ba23;
  padding-top: 15px;
}

#wrapMain2 {
  margin-top: 60px;
}

.Main {
  max-width: 1000px;
  margin: auto;
  border-radius: 4px;
  background: #ffffff;
  border: 1px solid #d9d9d9;
  -moz-box-shadow: 0px 0px 20px 3px rgba(25, 27, 27, 0.5);
  -webkit-box-shadow: 0px 0px 20px 3px rgba(25, 27, 27, 0.5);
  box-shadow: 0px 0px 20px 3px rgba(25, 27, 27, 0.5);
  min-height: 600px;
  position: relative;
  z-index: 1;
  color: #000000;
  font-family: "Roboto";
  text-align: justify;
  font-size: 14px;
}

.Main a {
  color: #a8cf45;
  text-decoration: none;
}

.Main a:hover {
  color: #a8cf45;
  text-decoration: underline;
}

.shadow {
  max-width: 1000px;
  margin: auto;
  position: relative;
  z-index: 1;
}

#Footer2 {
  /*	background-color: #A8CF45 ;
	padding: 1%;
	margin-top: -103px;
	padding-top: 90px;
	position: relative;
	z-index: 0*/

  max-width: 1000px;
  margin: auto;
}

#wrapFooter2 {
  background: rgb(161, 191, 43); /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ExYmYyYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjYlIiBzdG9wLWNvbG9yPSIjNzZhNTI2IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNiUiIHN0b3AtY29sb3I9IiM3NmE1MjYiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI1NCUiIHN0b3AtY29sb3I9IiNhOGNmNDUiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjYThjZjQ1IiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
  background: -moz-linear-gradient(
    top,
    rgba(161, 191, 43, 1) 0%,
    rgba(118, 165, 38, 1) 6%,
    rgba(118, 165, 38, 1) 6%,
    rgba(168, 207, 69, 1) 54%,
    rgba(168, 207, 69, 1) 100%
  ); /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, rgba(161, 191, 43, 1)),
    color-stop(6%, rgba(118, 165, 38, 1)),
    color-stop(6%, rgba(118, 165, 38, 1)),
    color-stop(54%, rgba(168, 207, 69, 1)),
    color-stop(100%, rgba(168, 207, 69, 1))
  ); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(
    top,
    rgba(161, 191, 43, 1) 0%,
    rgba(118, 165, 38, 1) 6%,
    rgba(118, 165, 38, 1) 6%,
    rgba(168, 207, 69, 1) 54%,
    rgba(168, 207, 69, 1) 100%
  ); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(
    top,
    rgba(161, 191, 43, 1) 0%,
    rgba(118, 165, 38, 1) 6%,
    rgba(118, 165, 38, 1) 6%,
    rgba(168, 207, 69, 1) 54%,
    rgba(168, 207, 69, 1) 100%
  ); /* Opera 11.10+ */
  background: -ms-linear-gradient(
    top,
    rgba(161, 191, 43, 1) 0%,
    rgba(118, 165, 38, 1) 6%,
    rgba(118, 165, 38, 1) 6%,
    rgba(168, 207, 69, 1) 54%,
    rgba(168, 207, 69, 1) 100%
  ); /* IE10+ */
  background: linear-gradient(
    to bottom,
    rgba(161, 191, 43, 1) 0%,
    rgba(118, 165, 38, 1) 6%,
    rgba(118, 165, 38, 1) 6%,
    rgba(168, 207, 69, 1) 54%,
    rgba(168, 207, 69, 1) 100%
  ); /* W3C */

  padding: 1%;
  margin-top: -103px;
  padding-top: 90px;
  position: relative;
  z-index: 0;
}

.areaTitle {
  background-image: url(../system/vista/images/dott-title.png);
  padding: 38px 20px 9px;
  border-bottom: 1px solid #ededed;
}

.iContt {
  padding: 18px 28px;
  font-weight: 300;
}

.zeroMargin_mobile {
  margin-left: 0;
}

.hide_mobile {
  display: none;
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
  .gridContainer {
    width: 100%;
    padding-left: 0%;
    padding-right: 0%;
    clear: none;
    float: none;
    margin-left: auto;
  }
  #cabeceraSuperior {
    background-color: #a8cf45;
    /*background-color:#CC2222;*/
  }
  #wrapperHeader {
    background-image: url(../img/bg-head.png);
    box-shadow: 0 5px 5px #a8cf45;
    -moz-box-shadow: 0 5px 8px #a8cf45;
    position: relative;
    z-index: 2;
  }
  #navegacion {
    display: none;
  }
  #navegacionMovil {
    background-color: #000000;
    height: 45px;
  }
  #wrapContacto {
  }
  .telefono {
    float: right;
    color: #ffffff;
    font-size: 24px;
    padding: 6px 20px 6px 6px;
  }
  .telefono2 {
    float: none;
    text-align: center;
    display: block;
    color: #ffffff;
    font-size: 18px;
    padding: 6px 20px 6px 6px;
    font-family: "Oswald", sans-serif;
  }
  .redessociales {
    float: right;
  }
  #cabeceraInferior {
    max-width: 1000px;
    margin: auto;
  }
  .logo {
    float: left;
  }
  #wrapMain {
  }
  .wrapProyectos {
  }
  .proyectos {
  }
  .logoProyecto {
  }
  .nombreProyecto {
  }
  .desProyecto {
  }
  .detallProy {
  }
  .navidad {
  }
  .navidad2 {
  }
  #wrapFooter {
  }
  #Footer {
  }
  .bloqA {
  }
  .bolqB {
  }
  .bloqC {
  }
  #pie {
  }
  .contPie {
  }
  .copy {
  }
  #wrapMain2 {
  }
  .Main {
  }
  .shadow {
  }
  #Footer2 {
  }
  #wrapFooter2 {
  }
  .areaTitle {
  }
  .iContt {
  }
  .hide_tablet {
    display: none;
  }
  .zeroMargin_tablet {
    margin-left: 0;
  }
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {
  .gridContainer {
    width: 100%;
    /*max-width: 1232px;*/
    padding-left: 0%;
    padding-right: 0%;
    margin: auto;
    clear: none;
    float: none;
    margin-left: auto;
  }
  #cabeceraSuperior {
    background-color: #a8cf45;
    /*background-color:#CC2222;*/
  }
  #wrapperHeader {
    background-image: url(../img/bg-head.png);
    box-shadow: 0 5px 5px #a8cf45;
    -moz-box-shadow: 0 5px 8px #a8cf45;
    position: relative;
    z-index: 2;
    height: 106px;
  }
  #navegacion {
    display: block;
    /*position: absolute;
	right: 30px;
	top: 90px;*/
    float: none;
    text-align: center;
    margin-top: -5px;
  }
  #navegacionMovil {
    height: 0px;
    background-color: #000000;
  }
  .wrapContacto {
    clear: both;
    max-width: 1000px;
    margin: auto;
  }
  .telefono {
    float: right;
    color: #ffffff;
    font-size: 24px;
    padding: 6px 0px 6px 6px;
  }
  .redessociales {
    float: right;
  }
  #cabeceraInferior {
    margin: auto;
    height: 100%;
    /*overflow: hidden;*/
  }
  .logo {
    /*margin-top: -43px;*/
    margin-bottom: 0px;
  }
  .logo img {
    float: none;
  }

  .iRedes {
    background-image: url(../img/dline.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding: 6px 6px 6px 20px;
  }
  #mp-pusher {
    display: none;
  }
  #wrapMain {
  }
  .wrapProyectos {
  }
  .proyectos {
    max-width: 1000px;
    margin: auto;
  }
  .logoProyecto {
  }
  .nombreProyecto {
  }
  .desProyecto {
  }
  .detallProy {
    width: 250px;
    text-align: center;
    float: left;
    background: url(../img/bg_proy.jpg) no-repeat;
    background-position: 0% 43%;
  }

  .navidad {
    width: 180px;
    text-align: center;
    position: absolute;
    margin-left: -142px;
    margin-top: 56px;
  }
  .navidad2 {
    width: 180px;
    text-align: center;
    position: absolute;
    margin-left: 959px;
    margin-top: 56px;
  }
  #wrapFooter {
  }
  #Footer {
  }
  .bloqA {
  }
  .bolqB {
  }
  .bloqC {
  }
  #pie {
  }
  .contPie {
  }
  .copy {
  }
  #wrapMain2 {
  }
  .Main {
  }
  .shadow {
  }
  #Footer2 {
  }
  #wrapFooter2 {
  }
  .areaTitle {
  }
  .iContt {
  }
  .zeroMargin_desktop {
    margin-left: 0;
  }
  .hide_desktop {
    display: none;
  }
}

/*****************************************************/
.telefono span {
  background: url(../img/phone-icon.png) no-repeat;
  background-position: left center;
  padding-left: 38px;
  height: 40px;
  font-family: "Oswald", sans-serif;
}

.telefono2 {
  float: right;
  text-align: center;
  display: block;
  color: #ffffff;
  font-size: 23px;
  padding: 9px 20px 6px 6px;
  font-family: "Oswald", sans-serif;
  /* box-shadow: 1px 1px azure; */
  text-shadow: 1px 2px #124e0e;
}

.iRedes .red {
  width: 32px;
  height: 33px;
  background-image: url(../img/redes.png);
  background-repeat: no-repeat;
  display: inline-block;
  -webkit-transition: background 0.2s ease-in-out;
  -moz-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}

.iRedes .red2 {
  width: 32px;
  height: 33px;
  background-image: url(../img/redes2.png);
  background-repeat: no-repeat;
  display: inline-block;
  -webkit-transition: background 0.2s ease-in-out;
  -moz-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}
.iRedes .red a {
  width: 32px;
  height: 33px;
  display: block;
}

.iRedes .red2 a {
  width: 32px;
  height: 33px;
  display: block;
}
.facebook {
  background-position: 0px 0px;
}
.twitter {
  background-position: -33px 0px;
}
.facebook:hover {
  background-position: 0px -33px;
}
.twitter:hover {
  background-position: -33px -33px;
}

.google {
  background-position: 0px 0px;
}
.youtube {
  background-position: -33px 0px;
}
.google:hover {
  background-position: 0px -33px;
}
.youtube:hover {
  background-position: -33px -33px;
}

@font-face {
  font-family: "WebSymbolsRegular";
  src: url("websymbols/websymbols-regular-webfont.eot");
  src: url("websymbols/websymbols-regular-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("websymbols/websymbols-regular-webfont.woff") format("woff"),
    url("websymbols/websymbols-regular-webfont.ttf") format("truetype"),
    url("websymbols/websymbols-regular-webfont.svg#WebSymbolsRegular")
      format("svg");
  font-weight: normal;
  font-style: normal;
}

.logo img {
  max-width: 100%;
  max-height: 100%;
}

.shadow img {
  max-width: 100%;
  max-height: 100%;
}

.Share {
  clear: both;
  border-top: 1px solid #ededed;
  padding: 15px 28px;
  text-align: left;
  margin: 0;
}

.Share .title {
  display: inline-block;
  vertical-align: middle;
  color: #999;
  font-size: 11px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
}
.logoProyecto img {
  transition: 1.5s ease;
  -moz-transition: 1.5s ease;
  -webkit-transition: 1.5s ease;
  -o-transition: 1.5s ease;
}

.logoProyecto img:hover {
  transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
}

/**************************************************************/
#contenidobeneficios {
  float: left;
  width: 462px;
}

#contenidobeneficios .imagen {
  width: 462px;
  height: 118px;
  background: url(../img/beneficios/BENEFICIOS.png);
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
}
#contenidobeneficios .imagen2 {
  width: 462px;
  height: 118px;
  background: url(../img/beneficios/BENEFICIOS2.png);
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
}
#contenidobeneficios .imagen3 {
  width: 462px;
  height: 118px;
  background: url(../img/beneficios/BENEFICIOS3.png);
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
}
#contenidobeneficios .imagen4 {
  width: 462px;
  height: 118px;
  background: url(../img/beneficios/BENEFICIOS4.png);
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
}
#contenidobeneficios .imagen5 {
  width: 462px;
  height: 118px;
  background: url(../img/beneficios/BENEFICIOS5.png);
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
}
#contenidobeneficios .imagen6 {
  width: 462px;
  height: 118px;
  background: url(../img/beneficios/BENEFICIOS6.png);
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
}

#contenidobeneficios .imagen .leyenda {
  color: #001f45;
  line-height: 120px;
  padding-left: 135px;
  font-weight: bold;
}

#contenidobeneficios .imagen2 .leyenda {
  color: #001f45;
  line-height: 120px;
  padding-left: 135px;
  font-weight: bold;
}

#contenidobeneficios .imagen3 .leyenda {
  color: #001f45;
  line-height: 120px;
  padding-left: 135px;
  font-weight: bold;
}

#contenidobeneficios .imagen4 .leyenda {
  color: #001f45;
  line-height: 120px;
  padding-left: 135px;
  font-weight: bold;
}

#contenidobeneficios .imagen5 .leyenda {
  color: #001f45;
  line-height: 120px;
  padding-left: 135px;
  font-weight: bold;
}

#contenidobeneficios .imagen6 .leyenda {
  color: #001f45;
  line-height: 120px;
  padding-left: 135px;
  font-weight: bold;
}

.listado {
  background-color: #777777;
  padding: 20px;
  color: #fff;
}

.listado ul {
  padding-left: 0; /*Limpieza de márgenes (se puede cambiar)*/
  margin-left: 20px; /*Indentado de la lista (se puede cambiar)*/
  list-style-type: none; /*Quitar estilo de viñeta*/
}
.listado li {
  background: url(../img/lista.png) left center no-repeat;
  margin-bottom: 10px;
  padding-left: 20px;
}

.marcos {
  /*margin-left:30px;*/
}
.marcos a {
  text-align: center;
  font-size: 11px;
  text-decoration: none;
  color: #0b0680;
}
.marcos a img {
  border-radius: 5px;
  margin-right: 45px;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 0px 0px 20px 0px rgba(50, 50, 50, 0.75);
  box-shadow: 0px 0px 20px 0px rgba(50, 50, 50, 0.75);
}

.ilab {
  padding: 10px 0 4px;
  display: block;
  font-weight: 700;
  color: #a8cf45;
}

.areaProyecto {
  max-width: 1000px;
  margin: auto;
  position: relative;
  z-index: 1;
  padding-bottom: 0px;
  background-color: #ffffff;
  border-radius: 4px;
  color: #000000;

  -moz-box-shadow: 0px 6px 12px 3px rgba(25, 27, 27, 0.5);
  -webkit-box-shadow: 0px 6px 12px 3px rgba(25, 27, 27, 0.5);
  box-shadow: 0px 6px 12px 3px rgba(25, 27, 27, 0.5);
}

.bloqMenu figure {
  max-width: 200px;
  -webkit-box-shadow: rgba(147, 147, 147, 0.498039) 0px 0px 3px 0px;
  box-shadow: rgba(147, 147, 147, 0.498039) 0px 0px 3px 0px;
  overflow: hidden;
  border-radius: 4px;
  margin: auto auto 14px;
}
ul.blLInks {
  margin: 0px;
  padding: 0px 16px;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 16px;
  font-weight: 300;
  background-color: #ffffff;
}

#pMain {
  border-radius: 4px;
  background: rgb(255, 255, 255);
  border: 1px solid rgb(217, 217, 217);
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  -webkit-box-shadow: rgba(147, 147, 147, 0.498039) 0px 0px 3px 0px;
  box-shadow: rgba(147, 147, 147, 0.498039) 0px 0px 3px 0px;
  position: relative;
  /*z-index: 1;*/
}

.row {
  margin-right: -15px;
  margin-left: -15px;
  padding: 20px;
}

.areaProyecto ul.blLInks {
  margin: 0px;
  padding: 0px 16px;
  font-family: "Oswald", sans-serif;
  font-size: 16px;
  font-weight: 300;
}
.areaProyecto ul.blLInks li {
  list-style: none;
  text-align: right;
  padding: 4px 0px;
}

.areaProyecto a {
  color: #a8cf45;
}

.areaProyecto a:hover {
  color: #f7ba23;
  text-decoration: none;
}

.contenidos {
  padding: 16px 20px;
  min-height: 406px;
  font-size: 15px;
  font-family: "Roboto";
}

#responsive_map {
  height: 400px;
  width: 100%;
}

#mp-pusher p {
  margin: 15px 0px 0px;
}

.iContt img {
  margin-left: 10px;
  border-radius: 7px;
}

.logo-container {
  float: left;
  margin-top: -43px;
}

@media (max-width: 768px) {
  .logo-container {
    float: none;
    margin-top: 12px;
  }
}

.boletin {
  background-image: url("../img/como_comprar.png");
  background-repeat: no-repeat;
  height: 112px;
  width: 50px;
  position: fixed;
  left: 0px;
  top: 35%;
  z-index: 99;
}
.boletin a {
  display: block;
  height: 112px;
  width: 44px;
}

#myModal .modal-dialog {
  width: 300px;
  margin-left: 50px;
  top: 132px;
}

#myModal .modal-header h3 {
  color: #a8cf45;
}

#myModal .modal-body ul {
  list-style: circle;
}

#myModal .modal-body a {
  color: #000;
  text-decoration: none;
}

#myModal .modal-body a:hover {
  color: #a8cf45;
}

.vertical-alignment-helper {
  display: table;
  height: 100%;
  width: 100%;
  pointer-events: none;
}
.vertical-align-center {
  /* To center vertically */
  display: table-cell;
  vertical-align: middle;
  pointer-events: none;
}
.modal-content {
  /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
  width: inherit;
  height: inherit;
  /* To center horizontally */
  margin: 0 auto;
  pointer-events: all;
}

.realizados {
  font-size: 23px;
  margin-bottom: 6px;
  color: #a8cf45;
}

.hide-bullets {
  list-style: none;
  margin-left: -40px;
  margin-top: 20px;
}

@media only screen and (min-width: 769px) {
  /*Estilos del menu*/
  .navbar-default {
    background-color: rgba(248, 248, 248, 0);
    border-color: rgba(231, 231, 231, 0);
  }

  .navbar-default .navbar-nav > li > a:hover,
  .navbar-default .navbar-nav > li > a:focus {
    color: #03235a;
    display: block;
    margin: 0;
    text-decoration: none;
    font-size: 15px;
    padding: 8px 13px 10px 13px;
    text-align: center;
    font-weight: 400;
    background-image: url(../images/mline.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    font-family: "Oswald", sans-serif;
  }

  .navbar-default .navbar-nav > li > a,
  .navbar-default .navbar-nav > li > a:focus {
    color: #03235a;
    display: block;
    margin: 0;
    text-decoration: none;
    font-size: 15px;
    padding: 8px 13px 10px 13px;
    text-align: center;
    font-weight: 400;
    background-image: url(../images/mline.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    font-family: "Oswald", sans-serif;
  }

  .navbar-default .navbar-nav > li > a:hover {
    color: #f7ba23 !important;
  }

  .dropdown-menu > li > a {
    color: #fff;
    display: block;
    margin: 0;
    text-decoration: none;
    font-size: 15px;
    padding: 10px 13px 10px 13px;
    text-align: left;
    font-weight: 400;
    /*background-image: url('../images/mline.png');*/
    background-repeat: no-repeat;
    background-position: right bottom;
    font-family: "Oswald", sans-serif;
  }

  .dropdown-menu:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
  }

  .dropdown ul:after {
    bottom: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: #000000;
    border-width: 6px;
    left: 20%;
    margin-left: -6px;
  }

  .dropdown ul {
    display: inline-block;
  }

  .navbar-nav {
    float: left;
    margin: 0px 0px 0px 150px;
  }

  .navbar {
    margin-top: -5px;
  }

  .dropdown-menu {
    opacity: 0;
    visibility: hidden;
    left: 0px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 34px;
    width: 220px;
    z-index: 9;
    opacity: 0;
    transition: opacity 0.2s linear;
  }

  .navbar-nav > li:hover > ul {
    display: block;
    opacity: 1;
    visibility: visible;
  }

  .navbar-nav > li > ul:after {
    bottom: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: #000000;
    border-width: 6px;
    left: 20%;
    margin-left: -6px;
  }

  .navbar-default .navbar-nav > .open > a,
  .navbar-default .navbar-nav > .open > a:hover,
  .navbar-default .navbar-nav > .open > a:focus {
    color: #03235a;
    background-color: rgba(37, 27, 27, 0);
  }

  .navbar-nav > li > .dropdown-menu li {
    float: left;
    width: 220px;
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: #000000;
  }

  .navbar-default li:hover li a {
    background: none;
    border: none;
    color: #fff;
  }

  .navbar-default ul li ul li {
    float: left;
    width: 220px;
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: #000000;
    color: #fff;
  }

  .navbar-default ul a:hover {
    color: #f7ba23 !important;
  }

  .navbar-nav li ul li:nth-child(odd) {
    background-color: #191919;
  }

  .navbar-nav > li .current a,
  .navbar-nav > li:hover > a {
    color: #f7ba23;
  }

  .navbar-nav ul a:hover {
    color: #f7ba23 !important;
  }
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
    text-align: center;
  }

  .navbar-default .navbar-nav > li > a {
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    color: #a8cf45;
  }

  .navbar-nav .open .dropdown-menu {
    background-color: rgb(168, 207, 69);
  }

  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
  }

  .navbar {
    position: static;
  }

  .telefono {
    float: none;
  }

  .nav > li {
    border-bottom: 1px dotted #ccc;
  }

  /* estilos propios*/
  .h4-footer {
    margin-bottom: 9px;
    padding-top: 15px;
  }

  .copy {
    text-align: center;
  }
}
