/*---------------------------------------------------
* Nombre del proyecto: m+s
* Nombre del archivo: mass.css
* Descripción: Hoja de estilos global
* Fecha de creación: 18 del 09 del 2013
* Autor: Jose Montenegro

============COMENTARIOS============

* Ancho: 940px
* Numero de columnas: null
* Parallax: NO
* Responsivo: SI
---------------------------------------------------*/

@charset "UTF-8";

/*---FUENTES---*/

@font-face {
  font-family: 'MyriadPro-Regular';
  src: url('../fonts/myriadproregular.eot');
  src: url('../fonts/myriadproregular.eot?#iefix') format('embedded-opentype'), 
   url('../fonts/myriadproregular.woff') format('woff'),  
  url('../fonts/myriadproregular.ttf') format('truetype'),  
  url('../fonts/myriadproregular.svg#myriadproregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
    font-family: 'helvetica_condensedmedium';
    src: url('../fonts/helvetica-condensed.eot');
    src: url('../fonts/helvetica-condensed.eot?#iefix') format('embedded-opentype'),
         url('../fonts/helvetica-condensed.woff') format('woff'),
         url('../fonts/helvetica-condensed.ttf') format('truetype'),
         url('../fonts/helvetica-condensed.svg#helvetica_condensedmedium') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*---GLOBAL---*/

body {
    background: url(../img/bg.png) center repeat;
    color: #333;
    font-family: 'helvetica_condensedmedium';
}

p {
  color: #999999;
  font-size: 1em;
  line-height: normal;
  margin: 0 0 10px;
}

a{
}

a:hover{
  color: #F88901;
}

h1 {
}

h2 {
}

h3 {
}

h4{ 
}

.cont_940{
  margin: 0 auto;
  max-width: 940px;
}

/*---HEADER---*/

#loader {
  width:100%; 
  height:100%; 
  position:fixed; 
  top:0; right:0; 
  bottom:0; left:0; 
  z-index:99999; 
  background: #FFF 
  url(../img/bg.png)center repeat;

}

#progress {
  width:30px; 
  height:30px; 
  position:absolute; 
  top:50%; left:50%; 
  background:url(../img/loading.gif) center no-repeat;
}

.header{
  position: relative;
}

.slogan{
  float: left;
  margin-top: 15px;
  max-width: 310px;
}

.slogan img{
  width: 100%;
}

.logoprin {
  left: -125px;
  position: absolute;
  top: 10px;
  width: 110px;
}

.logoprin img{
  width: 100%;
}

/*---BANNER HOME---*/

.banner_home{
  margin-top: 15px;
  max-width: 940px;
}


.banner_home .bx-wrapper .bx-prev, .banner_home .bx-wrapper .bx-next{
  background-image: url("../img/controles_banner/controls.png");
}

.banner_home .bx-wrapper .bx-viewport {
    background: none;
    border: 0;
    box-shadow: none;
    left: 0;
}

/*---QUIENES---*/

.cont_quienes {
  height:550px;
  padding: 150px 0;
  width: 100%;
}

.cont_quienes img{
  float: left;
  margin-right: 20px;
  width: 57%;
}

h2.tit{
  color: #999999;
  font-size: 25px;
}

.cont_quienes p{

}

a.proyecto{
  width: 98%;
}

a.proyecto img{
  width: 100%;
}

/*---PROYECT---*/

.slider_proyect{
  position: relative;
  width: 100%;
}

.bxSliderproyect{
  text-align: center;
}

.slider_proyect .bx-wrapper .bx-prev, .slider_proyect .bx-wrapper .bx-next{
  background-image: url("../img/controles_banner/controls.png");
}

.slider_proyect .bx-wrapper .bx-viewport {
    background: none;
    border: 0;
    box-shadow: none;
    left: 0;
}

@media (max-width:320px) {
	.bx-viewport{
		min-height: 43% !important;
		height: 167px !important;		
	}
}
.bx-viewport{
max-height: 80%;
min-height: 71%;
}
.proyecto img{
height: 100%;
}
a.proyecto {
    margin: 2px 0;
    position: relative;
    vertical-align: top;
    width: 49%;
	height: 49%;
}

a.proyecto img{
  width: 100%;
}

.hover_proyecto{
  background: url(../img/bg_hover.png) repeat;
  height:100% !important;
  left: 0;
  opacity: 0;
  -moz-opacity: 0;
  filter:progid:DXImageTransform.Microsoft.Alpha(opacity= 0);
  position:absolute;
  top: 0;
  width: 100% !important;
}

.hover_proyecto h2 {
  background: url(../img/bg_hover.png) repeat;
  color: #fff;
  font-size: 19px;
  left: 0;
  position: absolute;
  top: 40%;
  padding: 5px 0;
  width: 100%;
}

.bx-wrapper .bx-controls-direction a{
  z-index: 100;
}


/*---NOSOTROS---*/

.cont_nosotros{
  height:550px;
  padding: 150px 0;
  text-align: center;
  width: 68%;
margin: 0 auto;
}

.cont_contacto{
  background-color: #fff;
  margin: 0 10px;
  text-align: left;
  padding: 15px;
  vertical-align: top;
  width: 45%;
}

.cont_contacto h2{
  color: #F88901;
  font-size: 26px;
}

.cont_contacto p{
  color: #6C6C6C;
  font-family: 'MyriadPro-Regular';
  font-size: 17px;
}

.cont_contacto p span.redes_menu{
  color: #F88901;
}

.bt_linked {
    height: 40px;
    margin: 5px 0 0;
    padding: 6px 0;
    display:inline-block;
    zoom: 1; /* IE7 (hasLayout)*/
    *display: inline; /* IE */
}

.bt_linked:hover{
  opacity: 0.7;
  -moz-opacity: 0.7;
  filter:progid:DXImageTransform.Microsoft.Alpha(opacity= 0.7);
}

.cont_contacto p span{
  color: #F88901;
}

/*---GALERIA---*/


#galeria_contenedor, .contgaleria_contenedor{
  opacity: 0;
  -moz-opacity: 0;
  filter:progid:DXImageTransform.Microsoft.Alpha(opacity= 0);
  height: 0;
  overflow: hidden;
  padding: 0;

}

.contenedor_galeria_grande{
  position:relative;
  max-width:800px;
}

.contenedor_galeria_grande ul{
  list-style:none;
}

.contenedor_galeria_grande ul li{
  display:none;
  max-width:800px;
}

.contenedor_galeria_grande ul li img{
  width: 100%;
}

.contenedor_galeria_peque{
  height:50px;
  max-width:800px;
}

.es-carousel-wrapper {
    background: none repeat scroll 0 0 #FFFFFF;
    margin-top: 15px;
    padding:0 37px;
    position: relative;
/*  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;*/
}

.es-carousel{
  overflow:hidden;
/*  background:#000;*/
}
.es-carousel ul{
  display:none;
}
.es-carousel ul li{
  height:100%;
  float:left;
  cursor:pointer;
  display:block;
  height: 50px;
  opacity: 0.7;
  -moz-opacity: 0.7;
  filter: alpha(opacity=70);
}


.es-carousel ul li:hover{
  opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
}

.es-carousel ul li.lista_galeria_activo{
  opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
}

.es-carousel ul li a{
  display:block;
  border-style:solid;
  border-color:#FFF;;
}
.es-carousel ul li a img{
  display:block;
  border:none;
  max-height:100%;
  max-width:100%;
}
.es-nav span {
    background: url("../img/slider_productos/nav.png") no-repeat scroll left top transparent;
    cursor: pointer;
    height: 30px;
    left: 0;
    opacity: 0.8;
    position: absolute;
    text-indent: -9000px;
    top: 25px;
    width: 30px;
}
.es-nav span.es-nav-next{
  right:0;
  left:auto;
  background-position:top right;
}
.es-nav span:hover{
  opacity:1.0;
}






/*---FOOTER---*/

.footer{
  width: 100%;
}

.footer1{
  background: url(../img/bg_footer.png) top center no-repeat;
  height: 51px;
  width: 100%;
}

.lista_footer {
  float: left;
  margin-top: 10px;
}

.lista_footer li{
  vertical-align: middle;
}

li.lista_footerboton {
  margin: 0 10px;
  text-align: center;
  width: 100px;
}

li.lista_footerboton a{
   color: #6C6C6C;
   font-size: 14px;
   font-family: 'MyriadPro-Regular';
  -webkit-transition:all 0.2s ease-out;  /* Chrome y Safari */
  -o-transition:all 0.2s ease-out;  /* Opera */
  -moz-transition:all 0.2s ease-out;  /* Mozilla Firefox */
  -ms-transition:all 0.2s ease-out;   /* Internet Explorer */
  transition:all 0.2s ease-out;  /* W3C */
}

li.lista_footerboton a span{
   color: #F88901;
}

li.lista_footerboton a:hover{
  color: #F88901;
}

.redes_menu{
  float: right;
}

.redes_menu a{
  background: url(../img/redes.png) top center no-repeat;
  height: 28px;
  margin:7px 10px 0 0;
  opacity: 0.5;
  -moz-opacity: 0.5;
  filter:progid:DXImageTransform.Microsoft.Alpha(opacity= 0.5);
  width: 29px;
}

.redes_menu a:hover{
  opacity: 1;
  -moz-opacity: 1;
  filter:progid:DXImageTransform.Microsoft.Alpha(opacity= 1);
}

.redes_menu a#bt_twiter {
    background-position: 0 center;
}

.redes_menu a#bt_stum{
  
}

.footer2{
  margin-bottom: 10px;
  width:100%; 
}

.derechos {
    color: #808080;
    float: left;
    font-family: 'MyriadPro-Regular';
    font-size: 12px;
    font-weight: normal;
    line-height: 18px;
}

.derechos span {
    color: #F98901;
    font-weight: bold;
}

.footer-autor {
    float: right;
    height: 22px;
    line-height: 20px;
    margin-top: 0;
}

.footer-autor #ahorranito2 {
    background: url("http://www.imaginamos.com/derechos_autor_gris/ahorranito-2.png") no-repeat scroll 0 0 transparent;
    display: block;
    float: left;
    height: 22px;
    margin: 0 7px 0 0;
    width: 21px;
}

.derechos span {
    color: #F98901;
    font-weight: bold;
}

.footer-autor {
    float: right;
    height: 22px;
    line-height: 20px;
    margin-top: 0;
}

.footer-autor #ahorranito2 {
    background: url("http://www.imaginamos.com/derechos_autor_gris/ahorranito-2.png") no-repeat scroll 0 0 transparent;
    display: block;
    float: left;
    height: 22px;
    margin: 0 7px 0 0;
    width: 21px;
}

.footer-autor a {
    color: #808080;
    font-family: 'MyriadPro-Regular';
    font-size: 12px;
    float: left;
    text-decoration: none;
}


.footer-autor a span {
    color: #F98901;
    font-weight: bold;
}

.bt_menuresponsivo{
  display: none;
  height: 31px;
  float: left;
  margin: 4px;
  width: 35px;
}

.sidr ul li a{
   color: #6C6C6C;
   font-family: 'helvetica_condensedmedium';
  -webkit-transition:all 0.2s ease-out;  /* Chrome y Safari */
  -o-transition:all 0.2s ease-out;  /* Opera */
  -moz-transition:all 0.2s ease-out;  /* Mozilla Firefox */
  -ms-transition:all 0.2s ease-out;   /* Internet Explorer */
  transition:all 0.2s ease-out;  /* W3C */
}

.sidr ul li a span {
  color: #F88901;
  display: inline-block;
  margin: 0;
  padding: 0;
}

.sidr ul li a:hover{
  color: #F88901;
}








