/* 
    Document   : style
    Created on : 04-mar-2014, 9:37:20
    Author     : acavalle
    Description:
        Purpose of the stylesheet follows.
*/

root { 
    display: block;
}

#imagen{
    position: absolute;
    width: 592px;
    top: 50%;
    left:50%;
    margin-left: -296px;
    margin-top: -204px;
    text-align: center;
}

p{
    padding-top: 30px;
    position: relative;
    font-family: helvetica;
    font-size: 18px;
    font-weight: bold;
}

#datos{
    /*background-color: #a40032;*/
    background-color: #e26f02;
    position: absolute;
    width: 460px;
    top: 50%;
    left:50%;
    font-family: helvetica;
    font-size: 14px;
    margin-left: -230px;
    margin-top: 10px;
    text-align: center;
}
