/* Modificado 2020/10/01 */
@charset "utf-8";
/* CSS Document */
.obj_txt {
	font-family: Arial; 
	font-size: 11px; 
	font-weight: normal; 
	color:#595959; 
	text-align:left;	 	
}

.messagebox{
	position:absolute;
	width:100px;
	margin-left:30px;
	border:1px solid #c93;
	background:#ffc;
	padding:3px;
}

.messageboxok{
	position:absolute;
	width:auto;
	margin-left:30px;
	border:1px solid #349534;
	background:#C9FFCA;
	padding:3px;
	font-weight:bold;
	color:#008000;
}

#cal_i{
	border-bottom:1px dotted #97a7b7;
	border-right:1px dotted #97a7b7;
}

#cal_d{
	border-bottom:1px dotted #97a7b7;	
}

.messageboxerror{
	position:absolute;
	width:auto;
	margin-left:30px;
	border:1px solid #CC0000;
	background:#F7CBCA;
	padding:3px;
	font-weight:bold;
	color:#CC0000;
}

#menujs{
	height:32px;
	/*background: #fff url("../imagenes/otro_estilo/bckmenu.gif") repeat-x;*/
	background: #fff url("../imagenes/bck1.jpg") repeat-x;
}

#r_user, #r_pass{
	display:none;
	font: 0.7em Arial;
	font-size: 11px;
	font-weight:bold;
	color:#CC0000;
}

#r_user2, #r_pass2{	
	font-weight:bold;
	color:#CC0000;
}

#acceso{
	margin: 3px;
	padding: 3px;
	background-color:#efefef;
	border: 1px solid #949494;
}