/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 27-sep-2014, 20:15:13
    Author     : Gustavo
*/

body
{
    background-image: url('../img/fondo.jpg');
    
}
#arriba
{
    width: 100%;
    height: 50px;
    background-color: #363636;
}

#todo
{
    width: 1000px;
    margin: -10px auto;
}

#arribaMenu
{
    width: 1000px;
    height: 45px;
    color: white;
    text-transform: uppercase;
}

#arribaMenu ul {
  margin-top: 0px;
  padding-top: 15px;
}

#arribaMenu li {
  list-style: none;
  display: inline-block;
  border-right-style: solid;
  border-right-width: 2px;
  padding-right: 10px;
  padding-left: 10px;
}

#arribaMenu a {
  color: white;
  text-decoration: none;
  font-size: 14px;
  font-family: Tahoma;
}

#logo
{
    margin-top: 30px;
    text-align: center;
}

#menu
{
    background-image: url('../img/menu.png');
    background-position: center;
    width: 982px;
    height: 72px;
    color: #B2B2B2;
    text-transform: uppercase;
    text-align: center;
}

#menu ul {
  margin-top: 0px;
  padding-top: 25px;
}

#menu li {
  list-style: none;
  display: inline-block;
  border-right-style: solid;
  border-right-width: 2px;
  padding-right: 10px;
  padding-left: 10px;
}

#menu a {
  color: #B2B2B2;
  text-decoration: none;
  font-family: Tahoma;
}

#menu a:hover {
  color: white;
}

#abajo
{
    width: 100%;
    height: 100px;
    background-color: #9D9B8F;
    font-family: Arial;
    font-size: 11px;
}

#abajoIzq
{
    float: left;
    padding-left: 40px;
    padding-top: 50px;
    color: white;
}

#abajoCen
{
    float: left;
    margin-left: 60px;
    font-family: "Myriad Pro";
    font-size: 18px;
    line-height: 5px;
    text-align: center;
    padding-top: 20px;
    color: white;
}

#abajoDer
{
    float: right;
    padding-top: 10px;
    padding-right: 40px;
}

#quienes
{
    background-image: url('../img/quienes.png');
    width: 1000px;
    height: 371px;
    margin-left: -7px;
    
}

#contenido
{
    padding-top: 70px;
    margin-left: 80px;
    width: 850px;
    height: 250px;
    color: white;
    font-family: Tahoma;
    font-size: 18px;
}

#servicio
{
    background-image: url('../img/servicio.png');
    width: 1000px;
    height: 468px;
    margin-left: -7px;
    margin-bottom: 150px;
    
}

#contenidoServicio
{
    padding-top: 70px;
    margin-left: 80px;
    width: 850px;
    height: 250px;
    color: white;
    font-family: Tahoma;
    font-size: 18px;
}


#contacto
{
    width: 960px;
    height: 800px;
    margin-left: 12px;
    margin-top: 20px;
}

#contactoIzq
{
    float: left;
    width: 450px;
    height: 250px;
}

#contactoDer
{
    float: right;
    width: 450px;
    height: 250px;
}

#contacto label
{
    font-family: Tahoma;
    color: white;
    font-size: 18px;
}
input
{
    width: 430px;
    height: 25px;
    margin-bottom: 30px;
    background-color: #bbbbbb;
    border: none;
}

textarea
{
    width: 940px;
    height: 300px;
    background-color: #bbbbbb;
    border: none;
}

#montajeTitulo
{
    background-image: url('../img/tituloMontaje.png');
    width: 992px;
    height: 85px;
    margin-left: -7px;
    margin-bottom: 50px;
    font-family: Tahoma;
}

.tit 
{
    padding-left: 55px;
    font-family: Tahoma;
    font-weight: bold;
    font-size: 21px;
    margin-right: 20px;
    font-family: Tahoma;
}

#montajeTitulo a:visited
{
    color: black;
}


a.hovertext {
    position: relative;
    width: 450px;
    text-decoration: none !important;
    text-align: left;
    margin-right: 37px;
    margin-left: 10px;
    font-family: Tahoma;
    font-size: 18px;
  }
  a.hovertext:after {
    content: attr(title);
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0.5em 20px;
    width: 450px;
    width: -webkit-calc(100% - 40px);
    width: -moz-calc(100% - 40px);
    width: -o-calc(100% - 40px);
    width: -ms-calc(100% - 40px);
    background: #4E4E4E;
    text-decoration: none !important;
    color: #fff;
    opacity: 1.0;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    margin-bottom: 60px;
  }
  a.hovertext:hover:after, a.hovertext:focus:after {
    opacity: 1.0;
  }


.fotos img
    {
        
        margin-bottom: 40px;
        margin-left: 10px;
        margin-right: 38px;
        width: 450px;
        height: 400px;
        
    }
    
    .fot
    {
        
       position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
        float: left;
        
    }
    
  

article
{
    display: inline-block;
}