/*
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 : 28-abr-2014, 16:38:15
    Author     : Nico
*/
body{
    margin:0;
    padding:0;
    font-family: Arial;
}
#bg{
    width: 100%;
    height: 899px;
    background: url(../img/domoBg.jpg) no-repeat 50%;
    background-size: cover;
    position: relative;
}

.contenedor-form{
    position: absolute;
    top: 25%;
    left: 50px;
    overflow: hidden;
}
form{
    background:#2a2a2b;
    position: relative;
    width: 254px; 

    border-radius: 3px;
    text-align: center;
    padding:20px;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    -transition: all .2s linear;

}


form h3{
    font-family: Arial;
    color:white;
    text-transform: uppercase;
    margin-top:0;
}

input[name=sex]{
    position: absolute;
    top: -9000px;
    left: -90000px;
}
input[type=text],textarea{
    border:1px solid #3f7162;
    box-shadow: 0 0 2px #25322f;
    border-radius: 3px;
    color:#343434;
    width:100%;
    font-weight: bold;
    font-family: Arial;
    padding:20px 0;
    padding: 15px 0;
    text-indent: 10px;
    background:#f4f4f4;
    margin-bottom: 5px;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    -transition: all .2s linear;
}

input[type=submit]{
    background:#326f5c;
    color:white;
    font-size: 24px;
    font-weight: bold;
    border: 0;
    border-radius: 2px;
    width: 100%;
    padding:20px;

}

input[type=submit]:hover{
    background:#489B81;
    cursor:pointer;
}

footer{
    height: 30px;
    background: #f5f5f5;
    padding: 30px 26px;
    overflow: hidden;
}
#logo{
    float:left;
}
#domo-bg{
    float:right
}
#desarrollos{
    float:left;
    margin-left: 35px;
}
#imagenes-footer{
    padding-top: 7px;
}

#contacto-progress{
    display: none;
    background: url(../img/bx_loader.gif) 65% 32% #FFF no-repeat;        
    opacity: 0.5;
    position: absolute;
    font-weight: bold;
    font-size: 24px;
    padding: 24px 65px;
    border-radius: 3px;
    margin-top: 10px;
    right: 0;
    width: 100%;
    height: 600px;
    top:-10px;
}