/* 
    Document   : contacto
    Created on : 05-mar-2013, 18:21:45
    Author     : uxio
    Description:
        Purpose of the stylesheet follows.
*/

root { 
    display: block;
}

#datosContacto{
    width: 500px;
    text-align: center;
    padding: 5px;
    border-radius: 15px 0;
    box-shadow: 0 0 10px black;
    background-color: rgba(255,255,255,0.50);
    text-align: center;
    margin: 20px 119px;
}


#contenidoContacto{
    width: 500px;
    text-align: center;
    padding: 5px;
    border-radius: 15px 0;
    box-shadow: 0 0 10px black;
    background-color: rgba(255,255,255,0.50);
    text-align: center;
    margin: 20px 119px;
}

#tituloContacto {
    color: #01749F;
}
#textoContacto{
    line-height: 18px;
    text-align: center;
    padding: 10px 0;
    margin: 0 10px;
    border-top: 1px dotted #666;
}

.tablaContacto{
    width: 400px;
    margin: 10px 50px;
}

.tablaContacto tr td{
    line-height: 20px;
    width: 200px;
}

.inputContacto{
    width: 190px;
    border: 1px solid #666;
    outline: none;
}

.textareaContacto{
    width: 390px;
    border: 1px solid #666;
    height: 120px;
    margin-bottom: 10px;
    outline: none;
}