/* talento site style sheet */
/* general */
body,td,th,table {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 14px;
	color: #636D66;
}
body {
	background-color: #F3F3F3;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #12487C;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #12487C;
}
a:hover {
	text-decoration: underline;
	color: #709ED0;
}
a:active {
	text-decoration: none;
	color: #12487C;
}
select,input,textarea {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #636D66;
}

/* layout */
.border_lf {
	background-image: url(img/interfase/tm_border_left.gif);
	background-position: right;
	background-repeat: repeat-y;
	vertical-align: bottom;
}
.border-lf_a {
	background-image: url(img/interfase/tm_border_left_a.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
}
.border_lf_corner {
	background-image: url(img/interfase/tm_border_left_corner.gif);
	background-position: right top;
	background-repeat: no-repeat;
}
.border_rt {
	background-image: url(img/interfase/tm_border_right.gif);
	background-position: left;
	background-repeat: repeat-y;
	vertical-align: bottom;
}
.border-rt_a {
	background-image: url(img/interfase/tm_border_right_a.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
}
.border_rt_corner {
	background-image: url(img/interfase/tm_border_right_corner.gif);
	background-position: left top;
	background-repeat: no-repeat;
}
.border_down {
	background-image: url(img/interfase/tm_border_low.gif);
	background-position: top;
	background-repeat: repeat-x;
	vertical-align: top;
}
.form_fnd {
	background-image: url(img/interfase/tmf_background.gif);
	background-position: top;
	background-repeat: no-repeat;
	vertical-align: top;
	background-color: #FFFFFF;
}
.highlightcell {
	background-color: #045284;
	color: #FFFFFF;
}
.login_fnd {
	background-image: url(img/interfase/tm_login_fnd.gif);
	background-repeat: no-repeat;
	background-position: left top;
	vertical-align: top;
}
.oddcell {
	background-color: #F8F9F7;
}
.pictcell {
	background-color: #F8F9F7;
	vertical-align: top;
}
.reg_fnd {
	background-image: url(img/interfase/tm_reg_fnd.gif);
	background-position: top;
	background-repeat: no-repeat;
	vertical-align: top;
}
.text_fnd {
	background-image: url(img/interfase/tm_general_fnd.gif);
	background-repeat: repeat-y;
	background-position: right;
	vertical-align: top;
	background-color: #FFFFFF;
}

/* text styles */
.fieldcell {
	font-size: 10px;
	color: #A2AB9E;
	text-align: left;
	vertical-align: top;
	padding-top: 2;
}
.fieldname {
	font-size: 10px;
	color: #555555;
	text-align: right;
	vertical-align: middle;
	padding-right: 4;
}
.highlight {
	font-weight: bold;
	color: #002E54;
}
.smalltext { 
	font-size: 10px;
	color: #333333;
}
.title1 {
	font-size: 24px;
	color: #709ED0;
	text-align: right;
	vertical-align: top;
	line-height: 21px;
}
.title2 {
	font-size: 14px;
	color: #12487C;
	text-align: left;
	vertical-align: top;
	line-height: 21px;
}
.title2a {
	font-size: 14px;
	color: #12487C;
	text-align: left;
	vertical-align: top;
	line-height: 2em;
}
.title2_form {
	font-size: 12px;
	text-align: right;
	color: #003966;
	border-top: solid 1px #BDC3B9;
	padding-top: 2px;
}
.directcell {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	background-image: url(img/interfase/tm_direccion.gif);
	background-position: top left;
	background-repeat: no-repeat;
}