/*
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 : 17/06/2014, 10:34:55 PM
    Author     : benjie
*/
@font-face {
    font-family: 'garogierregular';
    src: url('fonts/Garogier-webfont.eot');
    src: url('fonts/Garogier-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Garogier-webfont.woff') format('woff'),
         url('fonts/Garogier-webfont.ttf') format('truetype'),
         url('fonts/Garogier-webfont.svg#garogierregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


body { 
   font-weight: 300;
}

h1, h2, h3, h4, h5, h6{
    font-family: 'trajanpro';
    color: #0480be;
    margin-top: 0;
    margin-bottom: 0;
}

h3 {
   
   font-size: 24px; 
   font-weight: 900;
}

h4 {
   font-family: 'trajanpro';
   font-size: 18px; 
   font-weight: 900;
}

#quienes{
    margin-top: 140px;
    font-size: 16px ;
    letter-spacing: 0.03em;
    font-weight: 100;
    color: #555;
    line-height: 1.5em;
    text-align: justify;
}

hr{
    margin: 12px 0;
}
#proyectos{
    margin-top: 75px;
    font-size: 16px ;
    letter-spacing: 0.03em;
    font-weight: 100;
    color: #999;
    line-height: 1.5em;
    text-align: justify;
}

#footer div{
    margin-bottom: 0;
}
.border_top{
    border-top: solid 3px #ccc;
}
.border_bottom{
    border-bottom: solid 1px #ccc;
}

.border_top_black{
    border-top: solid 2px #000;
    padding-top: 10px;
}

#maquinas img{
    float: right;
}

/*=============MODAL CONTACT==============*/
#contact{
    border-radius: 0;
    background: #d1e1ed;
}

#contactLabel{
    border-radius: 0;
    background: #12b7e4;
    color: #fff;
    font-size: 32px;
    font-style: italic;
    font-family: Georgia, serif;
    margin:0;
    height: 40px;
}
 h4#contactLabel{
    text-transform: none;
    padding: 12px;
}

#contact .form-control{
    background: #f2f2f2;
    font-size: 17px;
    font-family: Georgia, serif;
    font-style: italic;
}
