/* CSS Document */
	body {
		margin-left: 0px;
		margin-top: 10px;
		margin-right: 0px;
		margin-bottom: 10px;
		background-color:#FFFFFF;
	}

	body,td,th {
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #999999;
	}
	
	a:link {
		color: #999999;
		text-decoration: none;
	}
	
	a:visited {
		text-decoration: none;
		color: #999999;
	}
	
	a:hover {
		text-decoration: underline;
		color: #999999;
	}
	
	a:active {
		text-decoration: none;
		color: #999999;
	}

	a.txtMenu:link {
		color: #ffffff;
		text-decoration: none;
	}
	
	a.txtMenu:visited {
		text-decoration: none;
		color: #ffffff;
	}
	
	a.txtMenu:hover {
		text-decoration: underline;
		color: #ffffff;
	}
	
	a.txtMenu:active {
		text-decoration: none;
		color: #ffffff;
	}

	input {
		height:16px;
		border-bottom-color:#999999;
		border-bottom-style:solid;
		border-bottom-width:1px;
		border-left-color:#999999;
		border-left-style:solid;
		border-left-width:1px;
		border-right-color:#999999;
		border-right-style:solid;
		border-right-width:1px;
		border-top-color:#999999;
		border-top-style:solid;
		border-top-width:1px;
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		color:#666666;
		font-size: 10px;
	}
	
	select {
		border-bottom-color:#999999;
		border-bottom-style:solid;
		border-bottom-width:1px;
		border-left-color:#999999;
		border-left-style:solid;
		border-left-width:1px;
		border-right-color:#999999;
		border-right-style:solid;
		border-right-width:1px;
		border-top-color:#999999;
		border-top-style:solid;
		border-top-width:1px;
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		color:#666666;
		font-size: 10px;
	}
	
	textarea
	{
		border-bottom-color:#999999;
		border-bottom-style:solid;
		border-bottom-width:1px;
		border-left-color:#999999;
		border-left-style:solid;
		border-left-width:1px;
		border-right-color:#999999;
		border-right-style:solid;
		border-right-width:1px;
		border-top-color:#999999;
		border-top-style:solid;
		border-top-width:1px;
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		color:#666666;
		font-size: 10px;
	}

	/* Validar */

	.LV_validation_message{
		/*font-weight:bold;*/
		margin:0 0 0 15px;
	}

	.LV_valid {
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 9px;
		color:#b3d773;
	}
		
	.LV_invalid {
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 9px;
		color:#c84f0d;
	}
	    
	.LV_valid_field,
		input.LV_valid_field:hover, 
		input.LV_valid_field:active,
		textarea.LV_valid_field:hover, 
		textarea.LV_valid_field:active {
		border: 1px solid #b3d773;
	}
	    
	.LV_invalid_field, 
	input.LV_invalid_field:hover, 
	input.LV_invalid_field:active,
	textarea.LV_invalid_field:hover, 
	textarea.LV_invalid_field:active {
		border: 1px solid #c84f0d;
	}
