﻿/*

                             previzualizador

                           tema: noche con luna;


*/


body       {background-color: rgba(0, 0, 80, 1.0);
            font-family: Ubuntu, sans-serif;
            color: rgba(255,255,255, 1.0);
            font-size: 14px;
            text-align: center;
            padding: 3px;}

header     {width: 100%;
            padding-bottom: 20px;}

img        {height: 25px;
            width: 20px;
            border: 3px solid rgba(80, 150, 100, 1.0);}

a          {text-decoration: none;
            color: inherit;}

a:hover img {border: 3px solid rgba(190, 225, 200, 1.0);}

#volver    {float: left;
            line-height: 0px}

#titulo    {text-align: center;
            font-size: 20px;}

#sin       {float: right;}


iframe     {height: 1300px;
            min-width: 300px;
            width: 100%;
            border: 5px dotted rgba(255, 215, 0, 1.0);
            background-color: rgba(255, 255, 255, 1.0);}


