@CHARSET "ISO-8859-1";

body{
	background:url(../imagenes/top.jpg) no-repeat center top;
	padding-top: 179px;
	margin: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.title_login{
	color:#003366;
	font-style:italic;
	text-align:center;
	font-size:28px;
}

.title_login span{
	font-size:16px;
}

.tbl_login{
	width:297px;
	height:138px;
	background:url(../imagenes/tbl_login.jpg) no-repeat left top;
	margin:auto;
	padding: 0px 0 0 0px;
}

.tbl_login label{
	background:url(../imagenes/login_label.jpg) no-repeat left top;
	float:left;
	width: 85px;
	height:24px;
	font-size:13px;
	font-weight:bold;
	color:#fff;
	padding-top:4px;
	clear:both;
	margin-top: 18px;
	margin-left:25px;
}

.tbl_login .inpt{
	width:166px;
	height:23px;
	float:left;
	border: none 0;
	margin-top: 18px;
	background:url(../imagenes/login_input.jpg) left top no-repeat;
}

.tbl_login .inpt_login{
	float:left; 
	margin-top:15px; 
	text-align:center;
}

.sec_title{
	background:url(../imagenes/sec_title.jpg) no-repeat left top;
	width: 633px;
	height: 32px;
	padding: 16px 0 10px 42px;
	text-align:left;
	color:#fff;
	font-size:16px;
}

.gral_table{
	width:675px;
        margin-top:60px;
        margin-left:40px;
}

.gral_table th{
	height:30px;
	vertical-align:middle;
	background:url(../imagenes/gral_table_th.jpg) repeat-x left top;
	color: #fff;
	/*text-align:center;*/
	padding-top:8px;
	border-right: 1px solid #fff;
}

.gral_table_b{
	background:url(../imagenes/gral_table_b.jpg) no-repeat left top;
	height:58px;
}

.conf{
	text-align:right;
	border-right: 1px solid #fff;
	
	padding-right:10px;
	width: 330px;
	float:left;
	margin-top:15px;
}

.cancel{
	text-align:left;
	border-left: 1px solid #fff;
	
	padding-left:10px;
	width: 330px;
	float:left;
	margin-top:15px;
}

.gral_table .gral_td{
	background:url(../imagenes/gral_table_td.jpg) repeat-x left top;
	height: 34px;
	border:1px solid #ccc;
	vertical-align:middle;
	padding-top:4px;
	padding-bottom:4px;
	color:#333333;
}

#left{
	width:160px; margin:60px 10px 0 30px; padding:0; float:left;
	}

#left .leftnav{
	margin:0 0 12px 0; padding:30px 18px 41px 12px; list-style:none;
	background:url(../imagenes/left_top_gradient.gif) no-repeat 0 0 #F8F8F8;
	color:#7C7C7C;
	}

#left .leftnav li{
	background:url(../imagenes/grey_dotted.gif) repeat-x 0 100% #F8F8F8;
	font:bold 12px Arial, Helvetica, sans-serif; 
	color:#7C7C7C;
	padding-top: 3px;
	padding-bottom: 3px;
}

#left .leftnav_sub li{
	background:url(../imagenes/grey_dotted.gif) repeat-x 0 100% #F8F8F8;
	font: 12px Arial, Helvetica, sans-serif; 
	padding-top: 2px;
	padding-bottom: 1px;
}

#left .leftnav li a{
	font-weight: bold;
	background:url(../imagenes/box_list.gif) no-repeat 0 5px #F8F8F8;
}

#left .leftnav_sub li a{
	background:url(../imagenes/arrow_list.gif) no-repeat 0 5px #F8F8F8;
}

#left ul li a{
	font:12px Arial, Helvetica, sans-serif; display:block;
	padding:2px 0 2px 13px; text-decoration:none; 	
	color:#7C7C7C;
}

#left ul li a:hover{
	background-color:#FFFFFF; color:#405D97;
}

#left ul{
	margin: 0 0 0 10px;
	padding: 0;
	list-style: none;
}

