﻿    body{
	    font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	    font-size:10px;
    }
    html,body{
        margin:0px;
        overflow-x:hidden;
    }
    body
    {
        background-color:Black;
        background-image:none;
        color:White;
    }
    .vinculoReflejo
    {
        color:#aed9fb;
        font-size:9pt;
        text-decoration:none;
        
    }
    .vinculoReflejo:hover
    {
        color:White;
        font-size:9pt;
        font-weight:bold;
    }
    .divReflejo
    {
        margin:0 auto 0 auto;
        width:620px;
        margin-top:15%;
    }

    .divBandera
    {
        display:block;
        float:left;
        width:206px;
        text-align:center;
    }