.verdana10 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.sombra {
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}
.nombre {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: italic;
	font-weight: bolder;
}
.texto {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 200px;
}
.col1 {
	width: 150px;
}
.titulo {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
}
.hand {
	cursor: hand;
}
.boton {
	font-family: Verdana, Arial;
	color: #333333;
	background-color: #E4E3C9;
	cursor: pointer;
	font-size: 10px;
	height: 19px;
	text-decoration: none;
	border: 1px solid #666666;
}
.textarea {
	font-family: Verdana, Arial;
	color: #333333;
	background-color: #e5e5e5;
	font-size: 10px;
	width: 300px;
	height: 100px;
	text-decoration: none;
	border-top: 1px solid #000000;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #000000;
}
.textareacomentincom {
	font-family: Verdana, Arial;
	color: #333333;
	background-color: #ff6600;
	font-size: 10px;
	width: 300px;
	height: 100px;
	text-decoration: none;
	border-top: 1px solid #000000;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #000000;
}
.estiloinput {
	border: 1px solid #666666;
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #616161;
	height: 18px;
	background-color: #e5e5e5;
	width: 200px;
}
.inputincompleto {
	border: 1px solid #666666;
	background-color: #ff6600;
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #ffffff;
	height: 15px;
	width: 200px;
}