﻿body
{
	/*background-color:Scrollbar;*/
	text-align:center;
}

.Cuerpo
{
	width:700px; 
	text-align:center; 
	height:auto; 
	position:static;
}
 .lblsFirmas {
    height: 20px;
    width: 80%;
    margin-left: 10%;
    position: relative;
    top: -10px;
    border: 1px solid #9f9f9f;
    border-radius: 3px;
    text-align: center;
}
.btn-guardar-firmas {
    text-align: center;
}
.title-firmas {
    text-align: center;
    background: #ced4df;
    font-weight: 800;
    height: 22px;
    width: 100%;
    padding-top: 5px;
}

.Banner {
    width: 100%;
    text-align: center;
    height: 140px;
    padding-top: 15px;
}

.Contenido
{
	width:100%;
	background-color:White;
    height: 94px;
}

.Subtitulo
{
	color:#003333;
	font-family:Georgia;
	font-size:large;
	text-decoration:underline;
	background-color:#e9e9e9;
	border-bottom:ridge 1px #eee;
}

.Campo
{
	color:#001155;
	/*background-color:Scrollbar;*/
}

.Campotxt
{
	border-bottom-style:solid;
	border-color:Scrollbar;
}
.form-signin {
        max-width: 620px;
        min-width:620px;
        padding: 19px 29px 29px;
        margin: 0 auto 20px;
        background-color: #fff;
        border: 1px solid #e5e5e5;
        -webkit-border-radius: 5px;
           -moz-border-radius: 5px;
                border-radius: 5px;
        -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
           -moz-box-shadow: 0 1px 2px rgba(0,0,0,.05);
                box-shadow: 0 1px 2px rgba(0,0,0,.05);
      }
      .form-signin .form-signin-heading,
      .form-signin .checkbox {
        margin-bottom: 10px;
      }
      .form-signin input[type="text"],
      .form-signin input[type="password"] {
        font-size: 16px;
        margin-top: 15px;
        margin-bottom: 15px;
        padding: 7px 9px;
      }
      
      
      
      .form-signin1 {
        max-width: 320px;
        min-width: 320px;
        margin: 0 auto 0px;
        background-color: #fff;
        border: 1px solid #000000;
        -webkit-border-radius: 5px;
           -moz-border-radius: 5px;
                border-radius: 5px;
        -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
           -moz-box-shadow: 0 1px 2px rgba(0,0,0,.05);
                box-shadow: 0 1px 2px rgba(0,0,0,.05);
      }
      .form-signin .form-signin-heading,
      .form-signin .checkbox {
        margin-bottom: 10px;
      }
      .form-signin input[type="text"],
      .form-signin input[type="password"] {
        font-size: 16px;
        margin-top: 1px;
        margin-bottom: 1px;
        padding: 1px 1px;
      }