@charset "utf-8";
body {
	margin: 0;
	padding: 0;
	background-position: center top;
 	background-repeat: no-repeat;
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}

h1 {
	color: #065388;
	margin: 0;
	padding: 0;
	font-size: 14px;
	margin: 20px 0 10px 20px;
}

strong, b {
	color: #065388;
}

p {
	margin: 0;
	padding: 0;
}

#main {
	text-align: left;
	margin: 0 auto;
	width: 1000px;
	height: 600px;
	position: relative;
}

#logo {
	position: absolute;
	left: 297px;
	top: 24px;
}

#texto {
	font-size: 13px;
	color: #666;
	width: 314px;
	height: 150px;
	overflow: auto;
	position: absolute;
	left: 388px;
	top: 146px;
}

#login {
	width: 306px;
	height: 166px;
	position: absolute;
	top: 310px;
	left: 385px;
	background-image: url(../img/admin/bgLogin.png);
	background-repeat: no-repeat;
	background-position: center top;
}

#frmLogin {
	position: relative;
}

#frmLogin input {
	background-image: url(../img/admin/input.png);
	background-repeat: no-repeat;
	height: 16px;
	width: 244px;	
	border: none;
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	color: #000;
	padding: 5px 10px;
	margin: 5px 20px;
}

#frmLogin #ingresar {
	position: absolute;
	right: 22px;
	top: 75px;
}

#frmLogin #ingresar img {
	cursor: pointer;
}

#login #recordarContrasenia {
	font-size: 10px;
	position: absolute;
	left: 28px;
	top: 130px;
}

#login #recordarContrasenia a:link, #login #recordarContrasenia a:visited, #login #recordarContrasenia a:active {
	color: #97C348;
	text-decoration: none;
}

#login #recordarContrasenia a:hover {
	color: #BCD889;
}

#institucional {
	position: absolute;
	color: #999;
	font-size: 11px;
	left: 710px;
	top: 315px;
	line-height: 180%;
}

#institucional a:link, #institucional a:visited, #institucional a:active {
	color: #999;
	text-decoration: none;
}

#institucional a:hover {
	color: #BBB;
}

#firma {
	position: absolute;
	color: #999;
	font-size: 11px;
	left: 710px;
	top: 415px;
	line-height: 180%;
}

#firma a:link, #firma a:visited, #firma a:active {
	color: #999;
	text-decoration: none;
}

#firma a:hover {
	color: #BBB;
}

#usrMsg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background-color:#FC3;
	padding: 3px;
	font-size: 12px;
	border: solid #F0B500;
	border-width: 0 0 1px 0;
}