
#contentwrapper #contentcolumn {
	/*max-width: 882px;  se descuentan 122px del margen izquierdo */
}


/*-- PRESENTACION CUSTOMS --*/
.presentacion {
   padding-left: 30px;
   overflow-x: hidden;
  }
  .presentacion h2 {
    margin-top: 20px;
  }
  .presentacion img {
    margin: 15px;
    margin-right: 0px;
    margin-top: 5px;
    margin-bottom: 5px;
   /* border-radius: 6px;*/
    display:inline-block;   
  }
  .presentacion .image_1 {
    width: auto;
    height: 320px;
    position: relative;
    float: right;
    top: 0em;
  }
  .presentacion .image_2 {
    width: auto;
    height: 320px;
    position: relative;
    float: right;
    top: 0.5em;  
  }



/*
#image_home1 {
  background-image: url('../../images/branguli/ANC1-585-N-1602.jpg');
  background-repeat: no-repeat;
  background-position: left top;
  width: auto;
  max-width: 822px;
  height: 564px;
  border-radius: 6px;
  display: none;
}

.col_left {
  background-color:#bfbfbf;
  width: 50%;
  display: inline-block;
}
.col_right {
  background-color: #e8e8b9;
  width: 49%;
  overflow: hidden;
  display: inline-block;
  position: absolute;
  }
  .col_right img {
    width: 80%;
  }
*/




/*-- SLIDE --*/
 /* Prevent the slideshow from flashing on load */
#slides {
  display: none
}

/* Center the slideshow */
.container {
  margin: 0 auto;
 	width: auto;
	max-width: 822px;
	max-height: 564px; /* 564 */
	display: block;

	margin-left: 40px;
	margin-right: 15px;
	margin-bottom: 15px;
}
.container img {
	border-radius: 6px;
}

/* Show active item in the pagination */
.slidesjs-pagination .active {
  color:red;
}

/* Media quires for a responsive layout */

/* For tablets & smart phones */
@media (max-width: 767px) {
  body {
    padding-left: 10px;
    padding-right: 10px;
  }
  .container {
    width: auto
  }
}

/* For smartphones */
@media (max-width: 480px) {
  .container {
    width: auto
  }
}

/* For smaller displays like laptops */
@media (min-width: 768px) and (max-width: 979px) {
  .container {
    width: 724px
  }
}

/* For larger displays */
@media (min-width: 1200px) {
  .container {
    width: 822px
  }
}

.slidesjs-navigation, .slidesjs-pagination {
	display: none;
}