#main {
    max-width: 1208px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

#header {
    background: #FFF url(../images/bgheader1.jpg) repeat-x top;
    overflow: hidden;
    border-bottom: 11px solid #a8a8a9
}
/*#header, #content, #footer*/

/*======= home.html =======*/
#page1 #content .col-1 {
	/*width:599px; */
	margin-right:40px;
}
#page1 #content .col-2 {width:599px; margin-right:40px;}
#page1 #content .col-3 {width:599px;}

/*======= about-us.html =======*/



#page2 #content .col-1 {
    float: left;
    /*max-width: 630px;*/
    margin-right: 2%;
    /*margin-left: 8%;*/
    margin-top: 10px;
    width: 100%
}

.galeria  #content .col-1{
    float: none !important;
    margin: 0 auto !important;
    max-width: 872px !important;
}

.clientes  .col-1{
    /*float: none !important;
    margin: 0 auto !important;
    max-width: 974px !important;*/
}

#page2 #content .col-2 {
    display: none;
	float: left;
    max-width: 270px;
}


/*=========================*/


.indexhome #footer {
    background: #010745 none repeat scroll 0 0;

    bottom: 0; 
    /*position: absolute;*/

    clear: both;
    color: #10106d;
    height: initial;
    
    width: 100%;
}

.inhibidores .listaimagenes {
    margin: 30px;
}

.index #content > table {
    border: 3px solid #50beff;
    width: 100%;
}


.software {
    text-align: center;
    width: 100%;
}


.software > a {
    display: block;
    text-align: center;
}


.software img {
    clear: both;
    display: block;
    margin: 0 auto;
    /*max-width: 320px;*/
    overflow: hidden;
    text-align: center;
}

.logo a {
    display: block;
}

.galeria h3 {
    margin-top: 40px !important;
    display: block;
}

@media (max-width: 1190px) {
  .indexhome #footer {

    position: relative !important;
  }

  .navbar-default{
    float: none;
  }
}