/************************************************************************************************
	Formularios
************************************************************************************************/
.envuelveObjeto,.envuelveObjetoError{
	position: relative;
	float: left;
	width:680px;
	padding-bottom: 10px;
	clear: both;
}
.textoFormulario{
	display:block;
	float:left;
	width:140px;	/* 150 - 10 */
	height:16px;
	line-height:16px;
	text-align:right;
	padding-right:10px;
}
.textoErrorFormulario{
	float: left;
	width: 330px;
	padding-left:150px;
	color:#FF0000;
}
.objetoFormulario{
	width:330px;
	float:left;
	overflow:hidden;
}
.campoTexto{
	width:310px;
	height:16px;
}
.campoSelect{
	width:310px;
}
.campoTextArea{
	width:310px;
	height:150px;
}
.botonEnviar{
	float:right;
	margin-right:265px;
}
/*"campoTexto",
/*"campoTexto",
/*"campoTexto",
/*"campoSelect",
/*"campoTexto",
/*"campoTextArea"*/
.toolTip{
  display: none;
  position: absolute;
  right: 0px;
  width: 160px;
  margin-top: -4px;
  border: 1px solid #c93;
  padding: 10px 12px;
  background: #ffc url(../imagenes/toolTip.gif) no-repeat -100px -100px;	/* Para arreglar problema con IE6 */
}
.toolTip .toolTipFlecha{
    position: absolute;
    left: -10px;
    top: 5px;
    width: 10px;
    height: 19px;
    background: url(../imagenes/toolTip.gif) left top no-repeat;
}
/************************************************************************************************
	Fin Contacto
************************************************************************************************/
