@charset "utf-8";
/* CSS Document */
.top_table{
	height:30px;
	width:100%;
	border-spacing:0px;
	table-layout:fixed;
	border-collapse:collapse;
	
}
/*var base = '/system/images/ventana/Images/';*/
.top_left{
	height:30px;
	width:3px;
	background-image:url('/casarural/system/images/ventana/Images/barra_top_iz.png');
	background-repeat:no-repeat;

}
.top_mid{
	height:20px;
	padding:0px;
	margin:0px;
	vertical-align:top;
	background-image:url('/casarural/system/images/ventana/Images/barra_top_centro.png');
	background-repeat:repeat-x;
}
.top_close{
}
.img_cerrar{
	cursor:pointer;
	margin:0px;
	padding:0px;
	border:0px #ec0f01 solid;
	}
.div_cerrar{
	clear:none;float:right;padding:0px;margin:0px;border:0px;;
	}
.titletext{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	height:30px;
	float:left;
	clear:left;
	padding-left:10px;
	padding-top:5px;
	text-align:right;
	color: #ffffff;
	cursor:pointer;
	vertical-align:top;
	text-align:left;
}
.top_right{
	background-image:url('/casarural/system/images/ventana/Images/barra_top_der.png');
	background-repeat: no-repeat;
	height:30px;
	width:10px;
	padding:0px;
}

.outermessage{
	top:10%;
	left:0%;
	width:100%;
	z-index:107;
	position:absolute;
	text-align:left;
}
.cdivmessage{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding:15px;
	position:relative;
	color: #666666;
	background-color:#cccccc;
	border: 1px #666666 solid;
	width: 200px;
	margin:0 auto;
	text-align:center;

}
/* Ventana de datos */
.windowtable{
	
	height:100%;
	width:100%;
	border-spacing:0px;
	table-layout:fixed;
	border-collapse:collapse;
	border-spacing:0px;
}
.windowtd1{
	background-image:url('/casarural/system/images/ventana/Images/vent_top_left.png');
	background-repeat: no-repeat;
	background-color:transparent;
	height:6px;
	width:3px;
}
.windowtd2{
	background-image:url('/casarural/system/images/ventana/Images/vent_top_mid.png');
	background-repeat: repeat-x;
	background-color:transparent;
	height:6px;
}
.windowtd3{
	background-image:url('/casarural/system/images/ventana/Images/vent_top_right.png');
	background-repeat: repeat-x;
	background-color:transparent;
	height:6px;
	width:10px;
}
.windowtd21{
	background-image:url('/casarural/system/images/ventana/Images/vent_mid_left.png');
	background-repeat: repeat-y;
	background-color:transparent;
	width:3px;
}
.windowtd22{
	background-image:url('/casarural/system/images/ventana/Images/bgventana.png');
	background-repeat: repeat;
	background-color:transparent;
	text-align:center;
	padding:0;
}
.windowtd23{
	background-image:url('/casarural/system/images/ventana/Images/vent_mid_right.png');
	background-repeat: repeat-y;
	background-color:transparent;
	width:10px;
}
.windowtd31{
	background-image:url('/casarural/system/images/ventana/Images/vent_down_left.png');
	background-repeat: repeat-x;
	background-color:transparent;
	width:3px;
	height:13px;
}
.windowtd32{
	background-image:url('/casarural/system/images/ventana/Images/vent_down_mid.png');
	background-repeat: repeat-x;
	background-color:transparent;
	
	height:13px;
}
.windowtd33{
	background-image:url('/casarural/system/images/ventana/Images/vent_down_right.png');
	background-repeat: repeat-x;
	background-color:transparent;
	width:10px;
	height:13px;
}