@charset "utf-8";
body {
	background-image: url(../images/login/background.jpg);
	background-color: #3E547D;
}
#box{
	background-image: url(../images/login/bg_box.png);
	height: 186px;
	width: 320px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -100px;
	margin-left: -150px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
/* Formularios*/
input[type=text],input[type=file], input[type=password], textarea {
background:#FFFFFF url(../images/text-bg.gif) repeat-x scroll 0 0;
border:1px solid #B5B8C8;
padding:1px 3px;
font-family:lucida grande,arial,helvetica,sans-serif;
font-size:12px;
}
.log_tit {
	font-weight: bold;
	color: #003366;
}
.textp {
font-size:11px;
}
/* Botones Top */
div.btop{
	float:right;
}
div.btop a {
	border-left: 0px solid #999;
	border-right: 0px solid #999;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	display:block;
	color:#000000;
	text-decoration:none;
	font-size:11px;
	letter-spacing:0px;
	margin: 1px 10px 1px 1px;
	background-image: url('../images/bgbutton.gif');
	background-repeat: repeat-x;
	background-position: left center;
	font-weight: bold;
}

div.btop a span {
	display:block;
	margin: 3 -1px 3 -1px;
	padding: 3px 8px 3px 25px;
	border-width: 0 1px 0 1px;
	border-style: solid;
	border-color: #999;
}
div.btop a:hover {
	color:#003399;
	border-color: #006699;
}

div.btop a:hover span {
	border-color: #006699;

}
/* Tipos de Botones */
.login {
	background-image:url(../images/icons/accept.png);
	background-repeat: no-repeat;
	background-position: 5px 50%;
}.alert {
	font-size:11px;
	color: #FF0000;
}
/* Enlaces Generales */
a:link, a:visited, a:active {
	color: #000000;
	text-decoration: underline;
}

a:hover {
	color: #039;
	text-decoration: none;
}
