*{
    margin:0;
    padding:0;
    /*-webkit-boxsizing: border-box;
    -moz-box-sizing:border-box;*/
    box-sizing:border-box;    /* me sirve para que el pading y el maargin no afecte el tamano de las cajas */
}

body 
{
   color:white;
}


/********************* FACTURACION FISICA *******************/
/*
header
{
    width:100%;   
    display:inline-block;
    margin-top:1%;
    position:relative;
    padding: 0.3%;
    background: white;
    border-top: 1px solid gray;
    border-bottom: 1px solid gray;
}
*/

div#div_facturacion_fisica_texto
{
width: 100%;
position: relative;
padding-left: 3%;
padding-right: 3%;
//background: teal;            
background: indigo;            
color:white;
}

p
{
font-family: sans-serif;
font-size: 18px;
}

.link_videos_ff
{
font-family: sans-serif;
font-size: 18px;
padding-left: 2%;
color:hotpink;   //fuchsia; //  violet;
}

.link_videos_ff:hover
{
    //font-size: 22px;
    color:seagreen; 
}

/****** BOTON VEER VIDEOS ***************/
#label_videos
{
    color: white;
    font-family:sans-serif;
    font-size: 18px; 
}

.button_ver_videos
{
    position: relative;
    background: darkred; 
    color: rosybrown;
    display:inline-block;
    font-family:sans-serif;
    //font-size: 1em; /* 16 pixeles*/
    font-size: 13px; 
    padding: 2%;
    text-align: center;
    border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;
    text-decoration: none;
}

.button_ver_videos:hover
{
    background: purple;
    color:yellow;
}


/********************* FACTURACION ELECTRONICA *******************/
div#div_facturacion_electronica_texto
{
width: 100%;
position: relative;
padding-left: 3%;
padding-right: 3%;
//background: teal;            
background: salmon;            
color:white;
}