#formCampos input,
#formCampos textArea,
#formCampos .label
{
	font-family:"Fuente1";
	font-size:14px;
}

	

#formCampos
{
	position:absolute;
	top:270px;
	left:380px;
	z-index:3;
	width:490px;	
}


.dato
{
	margin-bottom:12px;
}

.dato .label
{
	font-family:"Fuente1";
	color:#000;
	width:100%;
	z-index:3;
	margin-bottom:1px;
}

.texto
{
	width:460px;
}


textarea
{
	width:453px;
	height:75px;
	padding:5px;
	font-family:"Fuente1";
}

.boton
{
	margin-top:0px;
	width:465px;
	height:30px;
	cursor:pointer;
}


.rojo
{
	color:#f00;
}

#mensaje
{
	position:relative;
	margin-top:0px;
	width:100%;
	height:20px;
	font-family:"Fuente1";
	font-size:14px;
	color:#fff;
	text-align:left;
	font-weight:normal;
	z-index:15;
}

