﻿
html, body
{
    margin:0;
    height:100%;
   
}

body 
{
   font-family: Shruti, Verdana, Sans-Serif;
}

.Button
{
    font-weight:300;
    border-style:hidden;
    background-color:#777;
    height:30px;
    font-family: Shruti, Verdana, Sans-Serif;
    color:White;
    font-size:18px;
    font-weight:500;
    padding-left:20px;
    padding-Right:20px;
}

.Label
{
    font-weight:bold;
}

.CajaTexto
{
    min-width:200px;
}

.Button:hover
{
    background-color:#c60;
}

.Button:active
{
    background-color:#333;
}

h2
{
    font-size:25px;
    font-weight:800;
    color:#c60;
}

a
{
    color:#c60;
    font-weight:300;
}

a:Hover
{
    color:#777;
    
}

a:Visited
{
    color:#333
}
