﻿div#mainLogin
{
  background-color: #F5F5F5;
}

div#header
{

  background-image: url('../imagenes/header_login.JPG');
  background-repeat: no-repeat;
  background-color:White;
  height: 99px;
  width: 1024px;
}

div#content
{
   float:left;  
   margin-bottom: 50px;
   margin-top: 100px;
   margin-left:500px;
   width: 379px;
}

.tablalogo
{
    margin-top:100px;
    background-color:White;
}

.tdcontent
{
    margin-left:50px;
    margin-top:50px;
    margin-bottom:10px;
}

div#contentlogo
{
  float:right;
  margin-top: 180px;
  margin-right:180px;
}

table#TableLogin thead td
{
  text-align: center;
  background-color: #A9A9A9;
  color: #7B0000;
  font-size: 18pt;
  font-family: Montserrat Black;
}
table#TableLogin tbody
{
  background-color: White;
}
table#TableLogin tbody td
{
   padding:3px;
}
table#TableLogin tbody td.labels
{
  text-align: right;
  width: 130px;
  color: #7B0000;
  font-family: Montserrat;
  font-weight: bold;
}
