#contenedor{
	position:relative;
	top:0px;
	left:0px;
	width:535px;
	height:372px;
	padding:20px;	
	background: #e0e0e0; /* Old browsers */
	background: -moz-linear-gradient(top,  #e0e0e0 0%, #7f7f7f 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e0e0e0), color-stop(100%,#7f7f7f)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #e0e0e0 0%,#7f7f7f 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #e0e0e0 0%,#7f7f7f 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #e0e0e0 0%,#7f7f7f 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #e0e0e0 0%,#7f7f7f 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0e0e0', endColorstr='#7f7f7f',GradientType=0 ); /* IE6-9 */
	font-family: Constantia;

}
#titulorev{
	position:absolute;
	width:93%;
	top:20px;
	text-align:center;
	font-size:40px;
	font-family:"Monotype Corsiva";
	font-weight:300;
}

#fondoimagen{
	position:absolute;
	top:80px;
	right:0px;	
}

#error{
	position:absolute;
	top:80px;
	left:70px;
}

#form2{
	position:relative;
	top:100px;
	left:50px;
	width:400px;
}

#etiquetas{
	position:relative;
	float:left;
	line-height:1.4;
	
	
}
#campos{
	position:relative;
	float:left;
	width:230px;
	z-index:1;
	
}

#campos .textbox{
	margin-left:0px;
	width:221px;
}

#campos #textarea{
	resize:none;
	width:219px;
}

#botones{
	position:relative;
	top: 10px\0/;
	left:135px;	
	left:130px\0/;
	width:220px;
	z-index:0;
}

#textoinf{
	position:absolute;
	font-size:17px;
	width:93%;
	bottom:40px;
	text-align:center;
}