﻿body
{
}

.failureNotification
{
}
.accountInfo
{
}
.register
{
}
.submitButton
{
}
.textEntry
{
}

.UsuarioForm
{
	text-align: center;
	margin-top: 2em;
}

.CeldaClave
{
	margin: 0;
	padding: 0 2px;
	text-align: right;
	vertical-align: top;
	font-size: 0.9em;
}

.lnkClave
{
	text-decoration: none;
	font-weight: bold;
}


.DivCambioClaveGral {
	background-color: white;
	text-align: center;
	display: inline-block;
	width: 260px;
	text-align: center;
}

.DivCambioClave {
	background-color: white;
	text-align: center;
	display: inline-block;
	color: Black;
	font-style: normal;
	border:solid;
	border-width :1px;
	border-color:silver ;
	width:250px;
}

.TituloClave {
	background-color: #6699FF;
	text-align: center;
	color: White;
	font-weight: bold;
	font-size: 1.2em;
	padding: 5px;
	margin-top: 2px;
	margin-bottom: 0px;
	font-variant: small-caps;
	width: 260px;
}


.Encabezado, .Contenedor, .fsDatos {
	border-color: silver;
	border-style: solid;
	border-width: 1px;
}

.Encabezado {
	background-color: #6699FF;
	color: White;
	font-weight: bold; /*font-size: 110%;*/
	font-size: 1.2em;
	padding: 5px;
	margin-top: 2px;
	margin-bottom: 0px;
	font-variant: small-caps;
}

	.Encabezado:hover {
		background-color: #99CCFF;
		color: Black;
	}


.Contenedor {
	margin: 0px 5px;
	padding: 2px;
}

.fsDatos {
	margin: 0 3px;
	padding: 5px 7px 5px 7px;
	display: inline-block;
	text-align: left;
	/*font-variant: small-caps;*/
}

	.fsDatos legend {
		font-variant: small-caps;
		font-weight: bold;
		color: #6699FF; /*celeste titulos*/
		color: Black;
	}
