/*
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 : 27-sep-2017, 15:29:26
    Author     : desarrollo2
*/

@font-face {
    font-family: "georgiai";
    src: url("fuentes/georgiai.ttf");
}


@font-face {
    font-family: "BebasNeue";
    src: url("fuentes/BebasNeue.otf");
}

@font-face {
    font-family: "GOTHIC";
    src: url("fuentes/GOTHIC.TTF");
}
body{
    margin: 0px;   
}

#tb_contenedor{
    border-collapse: collapse; 
    border-spacing: 0px;
}
#td_menu {
    background: #000;    
}
#tb_menu{
    font-family: BebasNeue;
    color: #fff;
    text-align: center; 
    letter-spacing: 1px
}

#tb_centro{
    border-collapse: collapse;  
    border-spacing: 0px;
    padding: 0px;
}

#dv_centro{
    margin: 0px;   
}

#dv_linea{
    background: #bfbfbf;   
    width: 400px;
    height: 2px;
}

#dv_texto01{
    font-family: georgiai;   
    font-size: 39px;
    color: #F38F1F;
}

#dv_texto02{
    font-family: georgiai;   
    font-size: 20px;
    color: #000;
}

#dv_texto_p{
    left: 40px;
    font-family: BebasNeue;
    font-size: 120px;
    color: #F38F1F;
}