/* CSS Document */

.float_right{
	float:right;

	}
	
table.contacto{
	width:100%;
	border: 0px;
	/*border:1px solid #0000CC;*/
	}

	table.contacto tr{
		width:100%;
		}
	table.contacto tr td.completar{
		width:70%;
		/*text-align:left;*/
		}
	table.contacto tr td.nom{
		width:30%;
		/*text-align:right;*/
		}
		
		.input_txtbox{ 
		width:90%;
		}
		
	textarea{/*class de contacto */
	width: 100%;
	height: 150px;
	}
	
	textarea.txtarea_tasacion{	
		width: 90%;
		height: 100px;
		}
