.tabla {

	border-style: solid;

	border-width: 0px;

	border-color: #777;

	padding-left:8px;

	padding-right:8px;

	width:300px;
	background-color:white;
	

}



.tdTitu {

	font-family: Tahoma, sans-serif, Arial;

	font-size: 13px;

	font-weight:bold;

	color:black;

	height:20px;

}



.word {

        font-family: Tahoma, sans-serif, Arial;

        font-size: 12px;

        color:#777;

        height:20px;

}



.text {

	font-family: Tahoma, sans-serif, Arial;

	font-size: 11px;

	color:black;

	margin: 3px 0 5px 0;

	border-color:#777;

	border-style: solid;

	border-width: 1px;

	width:200px;

	

}



.textarea {

	font-family: Tahoma, sans-serif, Arial;

	font-size: 11px;

	color:#000;

	margin: 3px 0 5px 0;

	border-color:#777;

	border-style: solid;

	border-width: 1px;

	width:200px;

	

}



.select {

	font-family: Tahoma, sans-serif, Arial;

	font-size: 11px;

	color:#000;

	margin: 3px 0 5px 0;

	border-color:#777;

	border-style: solid;

	border-width: 1px;

	width:200px;

	background-color:#ececec;

}



.radio {

	color:#000;

	margin: 3px 0 5px 0;

	text-align:center;

	vertical-align:middle;

}



.file {

	font-family: Tahoma, sans-serif, Arial;

	font-size: 11px;

	color:#000;

	margin: 3px 0 5px 0;

	border-color:#777;

	border-style: solid;

	border-width: 1px;

	width:200px;

	background-color:#ececec;

}



.submit {

	font-family: Tahoma, sans-serif, Arial;

	font-size: 11px;

	color:black;

	margin: 3px 0 5px 0;

	border-color:#777;

	border-style: solid;

	border-width: 1px;

	background-color:#FFF;

	cursor:pointer;

	font-weight:bold;

}

