#fondo {
	background-image: url(../imgs/plantilla_web02.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 768px;
	width: 1024px;
	z-index: 1;
}
.tag_nombre {
	margin-top: 10px;
	left: 1px;
	top: 4px;
	position: relative;
}
.fondo_campos {
	width: 400px;
	height: 30px;
	border: #9E1B32 1 solid;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: 700;
	color: #8C8B8C;
	text-indent: 2px;
}
.fondo_area {
	width: 400px;
	height: 150px;
	border: #9E1B32 1 solid;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: 700;
	color: #8C8B8C;
	text-indent: 2px;
}
.fondo_boton {
	border: #9E1B32 1 solid;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 700;
	color: #8C8B8C;
}
