/* - - - contenido de carreras - - - */
#img_carreras {
	float:left;
	background: #d9e2e9 url(../images/ptt_izq.png) repeat-x;
	padding-top: 20px;
	padding-left: 7px;
	padding-right: 8px;
	padding-bottom: 8px;
	width: 223px;
}

.tt_enviar {
	margin-top: 5px;
}

.img_izq {
	width: 238px;
}

.img_izq .envianos {
	padding-left: 8px;
	padding-right: 53px;
}

.sep_img {
	float:left;
	background: url(../images/carreras/sep_img.png) repeat-x;
	height: 1px;
	font-size: 0px;
	/* width: 238px; */
	width: 703px;
}

/* - - - formulario de envio de cv - - - */
#txt_der .carreras {
	line-height: 17px;
	padding-top: 18px;
	height: 105px;
	width: 425px;
}

.sep_txt { 
	float:left;
	background: url(../images/carreras/sep_txt.png);
	height: 1px;
	font-size: 0px;
	width: 465px;
}

.cvform {
	background-color: #d9e2e9;
	width: 465px;
	padding-bottom: 15px;
	height: 275px;
}

.cvform .fld {
	padding-top: 8px;
	padding-left: 5px;
	float: left;
	color: #959595; 
	font-weight: bold;
}

/* - - - campos del formulario - - - */
.cvform .fld INPUT {
	border: 1px solid #cccccc;
	height: 14px;
	font-size: 10px;
}

.cvform .fld textarea {
	border: 1px solid #cccccc;
	font-size: 11px;
}

.cvform .fld #nombre {
	width: 439px;
}

.cvform .fld #telefono {
	width: 218px;
}

.cvform .fld #celular {
	width: 215px;
}

.cvform .fld #email {
	width: 439px;
}

.cvform .fld #comentarios {
	width: 439px;
	height: 50px;
}

.cvform .fld #cv {
	opacity:0; 
	filter:alpha(opacity: 0);
	width: "";
	height: 18px;
}

.cvform .fld #enviar {
	background-color: #bec8c9;
	border: 1px solid #bec8c9;
	color: #717171;
	font-weight: bold;
	width: 50px;
	height: 18px;
}

.cvform .fld .hidden_file {
	position: relative; 
	top: -7px; 
	left: -145px; 
	opacity:0; 
	filter:alpha(opacity: 0); 
	z-index:2;
}

.cvform .fld .selected_file {
	float: left; 
	width: 150px;
	text-align: right;
	color: #959595; 
	font-weight: normal;
	line-height: 14px;
	padding-right: 10px;
}

.cvform .fld .bot_select {
	position: relative;
	top: -7px;
	cursor: pointer;
}
