input, textarea, select {	
	font-family: Verdana; /* font name */
	font-size: 9; /* font size */
} 
.vista {
	font-family: Verdana; /* font name */
	font-size: 9; /* font size */
}
.vista .exterior th {
	background-color: #000066; /* header bgcolor */
	color: #FFFFFF; /* header font color */
	border-top: 1px solid; /* header border width */
	border-right: 1px solid; /* header border width */
	border-left: 1px solid; /* header border width */
	border-color: #9F9F9F; /* header border color */
	background-image: url(images/professional.png); /* header bg image */
	background-repeat: repeat-x;
	vertical-align: top;
	text-align: center;
}
.vista .exterior td {
	background-color: #ffffff;	/* header bgcolor */
	color: #000000; /* header font color */
	border-bottom: 1px solid; /* header border width */
	border-right: 1px solid; /* header border width */
	border-left: 1px solid; /* header border width */
	border-color: #9F9F9F; /* header border color */	
	background-repeat: repeat-x;		
	vertical-align: top;
	text-align: center;
}
.vista .interior th {
	/* background-color: #40546A;	header bgcolor */
	background-color: #000066;	/* header bgcolor */
	color: #FFFFFF; /* header font color */
	border-bottom: 1px solid; /* header border width */
	border-right: 1px solid; /* header border width */
	border-color: #9F9F9F; /* header border color */	
	background-image: url(images/professional.png); /* header bg image */
	background-repeat: repeat-x;		
	vertical-align: top;
	text-align: left;
}
.vista .interior td {
	background-color: #ffffff;	/* header bgcolor */
	color: #000000; /* header font color */
	border-bottom: 1px solid; /* header border width */
	border-right: 1px solid; /* header border width */
	border-color: #9F9F9F; /* header border color */	
	background-repeat: repeat-x;		
	vertical-align: top;
	text-align: left;
}