﻿

body {
    font-family: helvetica;
}

#SITE_BACKGROUND  
{   
top: 0px;
height: 100%;
left: 0px;
width: 100%;
position: absolute;
/*background: #EAE5E5;*/
}

#SITE_BACKGROUND_BODY
{
background: #EAE5E5 repeat repeat fixed center top;
background-size: auto;
width: 100%;
position: fixed;
top: 0;
height: 100%;
}

   
    #container {
    height: 100%;
    margin: 0 auto;
    width: 980px;
}

#SITE_HEADER
{
height: 150px;
position: relative;
margin: 0 auto;
padding-bottom: 1px;
background: #FDFDFD;
    
    
}

#HEADER_ESTRUCTURE
{
    min-height: 100%;
position: relative;
margin:  auto;
width: 980px;
padding-bottom: 1px;
    display: block;

    }
#headerContainer {
    width: 980px;
      margin-right: auto;
  margin-left: auto;
    display: table;
}
#SITE_BODY
{
    min-height: 500px;
position: relative;
margin: 0px auto;
padding-bottom: 1px;
    background: #EAE5E5;
}

#BODY_ESTRUCTURE
{
    min-height: 100%;
position: relative;
margin: auto;
width: 980px;
padding-bottom: 1px;
    }

#Logo
{
    float: left;
      width: 250px;
  height: 150px;
  background-image: url(../images/AGUSTINASx250.png)
    }

footer {
      height: 150px;
  position: relative;
  margin: 0 auto;
  background: #000000;
}

#footerConteiner {
      width: 980px;
      height: 150px;
  margin-right: auto;
  margin-left: auto;
  display: table;
}
.footerItem {
    color: #ffffff;
    float: left;
    height: 100px;
    padding-top: 40px;
    margin-left: 50px;
    width: 230px;
}
.footerItemIcon {
    float: left;
}
.footerItemText{
      padding-left: 75px;
    
}
.footerItemTextTitle {

    font-weight: bold;
    padding-left: 10px;
    
}
.footerItemTextDescription {
      
    padding-left: 10px;
    
}
/* Estilo Menú */
#Menu
{   
    float: right;
    margin-top: 100px;
      padding-left: 0px;
  margin-right: 40px;
}
#Menu > li {
    float: left;
    display: block;
}
.itemMenu {
        text-decoration: none;  
        display: block; 
        position: relative; 
        box-sizing: border-box;
    transition: color 0.3s ease;
    color: #829096;
    padding-left: 10px;
    padding-right: 10px;
      font-weight: bold;
      list-style: none;
    }
    .itemMenu:hover {
        color: #1BF2FD;
    }
    
    
    
    .galeryConteiner {
        margin: auto;
        width: 800px;
            padding-top: 30px;
    }
    

/* INICIO Quienes somos INICIO */


#tituloQuinesSomos {
    font-weight: bold;
    padding-bottom: 35px;
    padding-top: 35px;
}

#textoQuienesSomos {
    width: 500px;
    text-align: justify;
    float: left;
}

#tituloServicios {
    font-weight: bold;
    padding-bottom: 35px;
    padding-top: 35px;
}

#textoServicios {
    width: 900px;
    margin: auto;
}
#textoServiciosColumna {
    width: 300px;
    float: left;
}

#divImagenteam {
    width: 450px;
    float: left;
}

/* FIN Quienes somos  FIN¨*/