/*LOGIN*/
@font-face
{
    font-family: 'districtthinregular';
    src: url('../font/distth__-webfont.eot');
    src: url('../font/distth__-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/distth__-webfont.woff') format('woff'),
         url('../font/distth__-webfont.ttf') format('truetype'),
         url('../font/distth__-webfont.svg#districtthinregular') format('svg');
    font-weight:normal;
    font-style:normal;
}

body
{
	background:#002f62;
}

.contenedor_login
{
	margin-top:200px;
	margin-left:auto;
	margin-right:auto;
	width:730px;
	height:auto;
	background-color:#FFFFFF;
	border-radius:10px;
	-moz-border-radius:10px;
}

table
{
	margin:auto;
	/*width:85%;*/
	/*border:solid #00CC00 thin;*/
}

/*td, tr
{
	border:solid #00CC00 thin;
}
*/

#respuesta
{
	display:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#000000;
	text-align:center;
}

/*------------TAGS PARA LAS CELDAS----------*/
#identificacion
{
	font-family:'districtthinregular', Arial, sans-serif;
	font-size:28px;
	color:#333333;
	text-align:left;
}

#logo_principal
{
	height:350px;
	text-align:center;
	vertical-align:middle;
}

#ingresodatos
{
	height:40px;
}

#recordarpwd
{
	height:20px;
	text-align:left;
}

#recordarpwd a
{
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-size:18px;
	color:#002f62;
}

#entrar
{
	text-align:right;
	cursor:pointer;
}

#logojhg
{
	height:50px;
	text-align:right;
	vertical-align:bottom;
	padding-top:30px;
}

#mensajes
{
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-size:14px;
	text-align:center;
	color:#F00;
}

/*----------------INPUTS--------------------*/
input[type=text]
{
	margin-top:auto;
	margin-bottom:auto;
	width:100%;
	height:32px;
	font-size:16px;
	color:#333333;
	/*text-transform: lowercase;*/
	border:1px solid #CCC;
}

input[type=password]
{
	margin-top:auto;
	margin-bottom:auto;
	width:100%;
	height:32px;
	font-size:16px;
	color:#333333;
	text-transform: lowercase;
	border:1px solid #CCC;
}

input[type=button]
{
	padding:5px;
	margin-top:auto;
	margin-bottom:auto;
	width:110px;
	height:32px;
	background-color:#002f62;
	border:1px solid #2386c8;
	color:#fff;
	text-decoration:none;
	font-size:16px;
}