/* Estilo para el Formulario CV */


input, option, select, textarea, table, td {
  color: #336699;
	font-family: arial;
	font-size: 8pt;
}
td {
  vertical-align: top;
}
hr {
  border: solid #336699 2px;
}
textarea {
  overflow: hidden;
}
input, select {
  width: 160px;
}
td.logocv {
  text-align: right;
}
textarea {
  width: 160px;
	height: 70px;
}
div.cvformu {
  position: absolute;
	z-index: 10;
	top: 130px;
	left: 225px;
	background-color: #ffffff;
	width: 460px;
	padding-top: 20px;
	padding-bottom: 10px;
}
