/* 
    Document   : estilos
    Created on : 29/10/2012, 04:05:34 PM
    Author     : Gabigabi
    Description:
        Purpose of the stylesheet follows.
*/

root { 
    display: block;
}

/* FUENTES */
@font-face {
    font-family: 'AftaserifRegular';
    src: url('font/AftaSerifThin-Regular-webfont.eot');
    src: url('font/AftaSerifThin-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/AftaSerifThin-Regular-webfont.woff') format('woff'),
         url('font/AftaSerifThin-Regular-webfont.ttf') format('truetype'),
         url('font/AftaSerifThin-Regular-webfont.svg#AftaserifRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'AftaserifItalic';
    src: url('font/AftaSerifThin-Italic-webfont.eot');
    src: url('font/AftaSerifThin-Italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/AftaSerifThin-Italic-webfont.woff') format('woff'),
         url('font/AftaSerifThin-Italic-webfont.ttf') format('truetype'),
         url('font/AftaSerifThin-Italic-webfont.svg#AftaserifItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

/*  Estilos */
html {    height: 100%;}
body {
    color:#333333;
    font-family: Verdana, Geneva, sans-serif;
    background:url('images/fondo.gif');
    margin:0;
    padding:0;
    height: 100%;
}
#contenido {
    background: #FFF;
    width: 560px;
    position:relative;
    padding-left: 140px;
    border:solid 1px #FFF;
    padding-bottom:100px;
    display: block;
    margin-left: auto;
    margin-right: auto;
        height: 100%;
}
#logo {
    margin-top:32px;
    margin-bottom:74px;
    margin-left:-10px;
}
h1 {
    font-family: 'AftaserifRegular', "Lucida Bright", Georgia, serif;
    font-size: 21px;  
}
p {
    font-size: 13px;
}
.correo {
    font-size: 15px;
    color: #000099;
}
.rif {
    color:#999999;
    font-size: 14px;
}
