body{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color:#333;
	cursor:default;
	background-color:#FFF; 
}

td{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color: #000000;
	cursor:default;
}



form{
	margin-left: 0px;margin-top: 0px;margin-right: 0px;margin-bottom: 0px;
}

a:link {
	text-decoration: none;
	color:#333;
}

a:visited {
	text-decoration: none;
	color:#333;
}

a:hover {
	text-decoration: underline;
	color:#333;
}

a:active {
	text-decoration: none;
	color:#333;
}

.menu_principal{
font-family:Verdana, Geneva, sans-serif;
font-size:12px;
text-transform:uppercase;
color:#ffffff;
}

a.menu_principal:link {
	text-decoration: none;
	color:#ffffff;
}
a.menu_principal:visited {
	text-decoration: none;
	color:#ffffff;
}

a.menu_principal:hover {
	text-decoration: none;
	color:#ffffff;
}

.sub_menu{
font-family:Verdana, Geneva, sans-serif;
font-size:11px;
color:#000;
cursor: pointer;

}

a.sub_menu:link {
	text-decoration: none;
	color:#000;
}
a.sub_menu:visited {
	text-decoration: none;
	color:#000 ;
}

a.sub_menu:hover {
	text-decoration:underline;
	color:#000;
}

.txt {
	height:17px;
	list-style-type: disc;
	margin: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	border:1px solid #CCCCCC;
}

.num {
	height:17px;
	list-style-type: disc;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border:1px solid #CCCCCC;
	text-align:right;
}


.bqd_txt {
	height:17px;
	list-style-type: disc;
	margin: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#0099cc;
	background-color: transparent;
	border:0px;
	font-weight:bold;
}




.load{
	
	background:url(../_IMG/load.gif) center no-repeat; 
}


.msj_titulo{
		background: #EBEBEB url(../_IMG/overlay.png) repeat-x;
		border-bottom:#CCC 1px solid;
		font-weight:bold;
		color:#333; 
		
	}	

.button, .button:visited {
	font-family:Arial, Helvetica, sans-serif;
	background:url(../_IMG/overlay.png) repeat-x; 
	display: inline-block; 
	padding: 5px 10px 6px; 
	color: #fff; 
	text-decoration: none;
	border-radius: 6px;
	-ms-border-radius: 6px;
	-moz-border-radius: 6px; 
	-webkit-border-radius: 6px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
	text-decoration: none;
}
 
	.button:hover								{ background-color: #111;
												  color: #fff;
												  text-decoration: none;}
	
	.button:active								{ top: 1px; text-decoration: none;}
	
	.small.button, .small.button:visited 		{ font-size: 11px; }
	
	.button, .button:visited,
	.medium.button, .medium.button:visited 		{ font-size: 13px; 											  
												  text-shadow: 0 -1px 1px rgba(0,0,0,0.25); 
												  text-decoration: none;												  }
												  
	.large.button, .large.button:visited 		{ font-size: 14px; 
												  color: #fff; 
												  text-decoration: none;
												  padding: 8px 14px 9px; }
													  

	
	.green.button, .green.button:visited		{ background-color: #91bd09; }
	.green.button:hover						    { background-color: #749a02; }
	.red.button, .red.button:visited			{ background-color: #e62727; }
	.red.button:hover							{ background-color: #cf2525; }
	.blue.button, .blue.button:visited		    { background-color: #2981e4; }
	.blue.button:hover							{ background-color: #2575cf; }

