@charset "utf-8";
/* CSS Document */

.contactLine
{
   width: 320px;
}

#contactForm
{
    display: inline-block;
    width: 350px;
}

form
{
    width:675px;
}

label
{
    display: inline-block;
    width: 70px;
    margin-top: 15px;
    vertical-align: top;
    text-align: center;
}

input
{
    height: 40px;
    width: 250px;
    margin: 5px 0;
    padding: 0 20px;
    
    background-color: #F2F2F2;
    border: solid 1px #C9C9C9;
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    
    font-size: 16px;
}

input:focus, input:hover
{
    background-color: #F9F9F9;
    outline: 0;
}

input#Submit
{
    width: 100px;
    margin-left: 265px;
    cursor: pointer;
}

input#Submit:hover
{
    background-color: #00B1DA;
    border: 0;
}

textarea
{
    width: 250px;
    max-width: 250px;
    min-width: 250px;
    height: 175px;
    max-height: 175px;
    min-height: 175px;
    margin: 5px 0;
    padding: 20px;
    
    background-color: #F2F2F2;
    border: solid 1px #C9C9C9;
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    
    font-size: 16px;
}

textarea:focus, textarea:hover
{
    background-color: #F9F9F9;
    outline: 0;
}

#contact
{
    display: inline-block;
    width: 300px;
    margin: 0 20px;
    vertical-align: top;
    margin-left: 60px;
}

#contact ul
{
    list-style: none;
}

#contact ul li
{
    height: 32px;
    margin: 10px 0;
}

#contact ul li a
{
    display: block;
    height: 27px;
    padding-top: 5px;
    padding-left: 40px;
    color: #000;
    text-decoration: none;
}

#contact ul li a:hover
{
    color: #00B1DA;
}

.email
{
    background: left 0 url(../images/email.png) no-repeat;
}

.email:hover
{
    background: left 0 url(../images/emailBlue.png) no-repeat;
}

.telefono
{
    background: left 0 url(../images/telefono.png) no-repeat;
}

.telefono:hover
{
    background: left 0 url(../images/telefonoBlue.png) no-repeat;
}

.vCard
{
    background: left 0 url(../images/vCard.png) no-repeat;
}

.vCard:hover
{
    background: left 0 url(../images/vCardBlue.png) no-repeat;
}

#qrCode
{
    margin-top: 20px;
    margin-left: 100px;
}